René's URL Explorer Experiment


Title: New RunTimeError ! · Issue #31 · PyrogramMod/PyrogramMod · GitHub

Open Graph Title: New RunTimeError ! · Issue #31 · PyrogramMod/PyrogramMod

X Title: New RunTimeError ! · Issue #31 · PyrogramMod/PyrogramMod

Description: Checklist I am sure the error is coming from Pyrogram's code and not elsewhere I have searched in the issue tracker for similar bug reports, including closed ones I ran pip3 install -U https://github.com/pyrogram/pyrogram/archive/master....

Open Graph Description: Checklist I am sure the error is coming from Pyrogram's code and not elsewhere I have searched in the issue tracker for similar bug reports, including closed ones I ran pip3 install -U https://gith...

X Description: Checklist I am sure the error is coming from Pyrogram's code and not elsewhere I have searched in the issue tracker for similar bug reports, including closed ones I ran pip3 install -U https://...

Opengraph URL: https://github.com/PyrogramMod/PyrogramMod/issues/31

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"New RunTimeError !","articleBody":"### Checklist\n\n- [X] I am sure the error is coming from Pyrogram's code and not elsewhere\n- [X] I have searched in the issue tracker for similar bug reports, including closed ones\n- [X] I ran `pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip` and reproduced the issue using the latest development version\n\n### Description\n\nLocking Error ?\n\n### Steps to reproduce\n\nJust running for long with heavy updates maybe.\n\n### Code example\n\n_No response_\n\n### Logs\n\n```shell\n2024-11-09T17:11:37.939715582Z Task exception was never retrieved\r\n\r\n2024-11-09T17:11:37.939771460Z future: \u003cTask finished name='Task-223221' coro=\u003cSession.restart() done, defined at /opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py:185\u003e exception=RuntimeError('read() called while another coroutine is already waiting for incoming data')\u003e\r\n\r\n2024-11-09T17:11:37.939785649Z Traceback (most recent call last):\r\n\r\n2024-11-09T17:11:37.939791503Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 186, in restart\r\n\r\n2024-11-09T17:11:37.939796621Z await self.stop()\r\n\r\n2024-11-09T17:11:37.939801431Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 175, in stop\r\n\r\n2024-11-09T17:11:37.939806695Z await self.recv_task\r\n\r\n2024-11-09T17:11:37.939811550Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 308, in recv_worker\r\n\r\n2024-11-09T17:11:37.939817293Z packet = await self.connection.recv()\r\n\r\n2024-11-09T17:11:37.939822393Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n2024-11-09T17:11:37.939827936Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/connection/connection.py\", line 81, in recv\r\n\r\n2024-11-09T17:11:37.939833060Z return await self.protocol.recv()\r\n\r\n2024-11-09T17:11:37.939838068Z ^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n2024-11-09T17:11:37.939843035Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/connection/transport/tcp/tcp_abridged.py\", line 46, in recv\r\n\r\n2024-11-09T17:11:37.939848412Z length = await super().recv(1)\r\n\r\n2024-11-09T17:11:37.939853576Z ^^^^^^^^^^^^^^^^^^^^^\r\n\r\n2024-11-09T17:11:37.939858528Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/connection/transport/tcp/tcp.py\", line 156, in recv\r\n\r\n2024-11-09T17:11:37.939862348Z chunk = await asyncio.wait_for(\r\n\r\n2024-11-09T17:11:37.939865436Z ^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n2024-11-09T17:11:37.939868761Z File \"/usr/local/lib/python3.12/asyncio/tasks.py\", line 520, in wait_for\r\n\r\n2024-11-09T17:11:37.939872133Z return await fut\r\n\r\n2024-11-09T17:11:37.939875087Z ^^^^^^^^^\r\n\r\n2024-11-09T17:11:37.939878068Z File \"/usr/local/lib/python3.12/asyncio/streams.py\", line 713, in read\r\n\r\n2024-11-09T17:11:37.939881103Z await self._wait_for_data('read')\r\n\r\n2024-11-09T17:11:37.939884039Z File \"/usr/local/lib/python3.12/asyncio/streams.py\", line 531, in _wait_for_data\r\n\r\n2024-11-09T17:11:37.939887160Z raise RuntimeError(\r\n\r\n2024-11-09T17:11:37.939890130Z RuntimeError: read() called while another coroutine is already waiting for incoming data\r\n\r\n2024-11-09T17:11:37.940013864Z Task exception was never retrieved\r\n\r\n2024-11-09T17:11:37.940024124Z future: \u003cTask finished name='Task-223222' coro=\u003cSession.restart() done, defined at /opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py:185\u003e exception=RuntimeError('read() called while another coroutine is already waiting for incoming data')\u003e\r\n\r\n2024-11-09T17:11:37.940043387Z Traceback (most recent call last):\r\n\r\n2024-11-09T17:11:37.940048065Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 186, in restart\r\n\r\n2024-11-09T17:11:37.940052790Z await self.stop()\r\n\r\n2024-11-09T17:11:37.940082547Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 175, in stop\r\n\r\n2024-11-09T17:11:37.940089212Z await self.recv_task\r\n\r\n2024-11-09T17:11:37.940094325Z RuntimeError: read() called while another coroutine is already waiting for incoming data\r\n\r\n2024-11-09T17:11:37.940199709Z Task exception was never retrieved\r\n\r\n2024-11-09T17:11:37.940207963Z future: \u003cTask finished name='Task-223133' coro=\u003cSession.restart() done, defined at /opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py:185\u003e exception=RuntimeError('read() called while another coroutine is already waiting for incoming data')\u003e\r\n\r\n2024-11-09T17:11:37.940212787Z Traceback (most recent call last):\r\n\r\n2024-11-09T17:11:37.940216298Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 186, in restart\r\n\r\n2024-11-09T17:11:37.940219949Z await self.stop()\r\n\r\n2024-11-09T17:11:37.940223430Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 175, in stop\r\n\r\n2024-11-09T17:11:37.940227073Z await self.recv_task\r\n\r\n2024-11-09T17:11:37.940230767Z RuntimeError: read() called while another coroutine is already waiting for incoming data\r\n\r\n2024-11-09T17:14:12.461637854Z [10] Retrying \"messages.SendMessage\" due to: unable to perform operation on \u003cTCPTransport closed=True reading=False 0x7f704e928300\u003e; the handler is closed\r\n\r\n2024-11-09T17:41:50.332738006Z [10] Retrying \"updates.GetState\" due to: unable to perform operation on \u003cTCPTransport closed=True reading=False 0x7f704e928300\u003e; the handler is closed```\n```\n","author":{"url":"https://github.com/annihilatorrrr","@type":"Person","name":"annihilatorrrr"},"datePublished":"2024-11-10T05:25:55.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/31/PyrogramMod/issues/31"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:b493b1f0-e39a-99f7-0284-2d388f85602b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE3C2:3F92AD:87AC0B:BEC130:69724FF6
html-safe-nonce02b7cd339ccba9ef697f583c4c1d5f16e686254765b7a851c0a99dac69f82be7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFM0MyOjNGOTJBRDo4N0FDMEI6QkVDMTMwOjY5NzI0RkY2IiwidmlzaXRvcl9pZCI6Ijg5Mzk2MzUwMjI4OTc1MDAxNTAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac7c6e92115eb6cc64ab3df0e1c3637ce3210c8b24fe1e087a52f8cec46ce75bf5
hovercard-subject-tagissue:2646839733
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/PyrogramMod/PyrogramMod/31/issue_layout
twitter:imagehttps://opengraph.githubassets.com/41f179a9c6725b2c66af5ac31ffb2e3b75b0660223d50e62c796e3135af0ca98/PyrogramMod/PyrogramMod/issues/31
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/41f179a9c6725b2c66af5ac31ffb2e3b75b0660223d50e62c796e3135af0ca98/PyrogramMod/PyrogramMod/issues/31
og:image:altChecklist I am sure the error is coming from Pyrogram's code and not elsewhere I have searched in the issue tracker for similar bug reports, including closed ones I ran pip3 install -U https://gith...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameannihilatorrrr
hostnamegithub.com
expected-hostnamegithub.com
Nonef6d9b08324bb62b2cf170b9e435da2bdc7efa5aa93e7ca70ee3162552c05329b
turbo-cache-controlno-preview
go-importgithub.com/PyrogramMod/PyrogramMod git https://github.com/PyrogramMod/PyrogramMod.git
octolytics-dimension-user_id145343079
octolytics-dimension-user_loginPyrogramMod
octolytics-dimension-repository_id435451689
octolytics-dimension-repository_nwoPyrogramMod/PyrogramMod
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id435451689
octolytics-dimension-repository_network_root_nwoPyrogramMod/PyrogramMod
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release169d2b5c72bff9cc676084f0ac7f8ea888f15f54
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/issues/31#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPyrogramMod%2FPyrogramMod%2Fissues%2F31
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPyrogramMod%2FPyrogramMod%2Fissues%2F31
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=PyrogramMod%2FPyrogramMod
Reloadhttps://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/issues/31
Reloadhttps://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/issues/31
Reloadhttps://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/issues/31
PyrogramMod https://patch-diff.githubusercontent.com/PyrogramMod
PyrogramModhttps://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FPyrogramMod%2FPyrogramMod
Fork 13 https://patch-diff.githubusercontent.com/login?return_to=%2FPyrogramMod%2FPyrogramMod
Star 40 https://patch-diff.githubusercontent.com/login?return_to=%2FPyrogramMod%2FPyrogramMod
Code https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod
Issues 5 https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/issues
Pull requests 0 https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/pulls
Actions https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/actions
Projects 0 https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/security
Please reload this pagehttps://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/issues/31
Insights https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/pulse
Code https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod
Issues https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/issues
Pull requests https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/pulls
Actions https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/actions
Projects https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/projects
Security https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/security
Insights https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/PyrogramMod/PyrogramMod/issues/31
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/PyrogramMod/PyrogramMod/issues/31
New RunTimeError !https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/issues/31#top
https://github.com/annihilatorrrr
https://github.com/annihilatorrrr
annihilatorrrrhttps://github.com/annihilatorrrr
on Nov 10, 2024https://github.com/PyrogramMod/PyrogramMod/issues/31#issue-2646839733
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.