René's URL Explorer Experiment


Title: Handler is closed. · Issue #18 · PyrogramMod/PyrogramMod · GitHub

Open Graph Title: Handler is closed. · Issue #18 · PyrogramMod/PyrogramMod

X Title: Handler is closed. · Issue #18 · 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/18

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Handler is closed.","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\nGetting handler is closed error.\n\n### Steps to reproduce\n\nJust running the bot.\n\n### Code example\n\n```python\nnill\n```\n\n\n### Logs\n\n```shell\n-01-21T07:46:56.115221696Z [10] Retrying \"messages.SendMessage\" due to: unable to perform operation on \u003cTCPTransport closed=True reading=False 0x7fc0edd24ff0\u003e; the handler is closed\r\n\r\n2024-01-21T07:46:56.623466868Z unable to perform operation on \u003cTCPTransport closed=True reading=False 0x7fc0edd24ff0\u003e; the handler is closed\r\n\r\n2024-01-21T07:46:56.623511959Z Traceback (most recent call last):\r\n\r\n2024-01-21T07:46:56.623516067Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/dispatcher.py\", line 240, in handler_worker\r\n\r\n2024-01-21T07:46:56.623519617Z await handler.callback(self.client, *args)\r\n\r\n2024-01-21T07:46:56.623522481Z File \"./main.py\", line 58, in start\r\n\r\n2024-01-21T07:46:56.623525343Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/types/messages_and_media/message.py\", line 1003, in reply_text\r\n\r\n2024-01-21T07:46:56.623528293Z return await self._client.send_message(\r\n\r\n2024-01-21T07:46:56.623531375Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n2024-01-21T07:46:56.623534072Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/methods/messages/send_message.py\", line 137, in send_message\r\n\r\n2024-01-21T07:46:56.623537073Z r = await self.invoke(\r\n\r\n2024-01-21T07:46:56.623539749Z ^^^^^^^^^^^^^^^^^^\r\n\r\n2024-01-21T07:46:56.623542399Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/methods/advanced/invoke.py\", line 79, in invoke\r\n\r\n2024-01-21T07:46:56.623545227Z r = await self.session.invoke(\r\n\r\n2024-01-21T07:46:56.623547971Z ^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n2024-01-21T07:46:56.623562414Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 412, in invoke\r\n\r\n2024-01-21T07:46:56.623565580Z return await self.invoke(query, retries - 1, timeout)\r\n\r\n2024-01-21T07:46:56.623568361Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n2024-01-21T07:46:56.623571134Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 412, in invoke\r\n\r\n2024-01-21T07:46:56.623573918Z return await self.invoke(query, retries - 1, timeout)\r\n\r\n2024-01-21T07:46:56.623576605Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n2024-01-21T07:46:56.623579298Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 412, in invoke\r\n\r\n2024-01-21T07:46:56.623582109Z return await self.invoke(query, retries - 1, timeout)\r\n\r\n2024-01-21T07:46:56.623584849Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n2024-01-21T07:46:56.623587702Z [Previous line repeated 7 more times]\r\n\r\n2024-01-21T07:46:56.623590448Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 402, in invoke\r\n\r\n2024-01-21T07:46:56.623593382Z raise e from None\r\n\r\n2024-01-21T07:46:56.623596092Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 389, in invoke\r\n\r\n2024-01-21T07:46:56.623612377Z return await self.send(query, timeout=timeout)\r\n\r\n2024-01-21T07:46:56.623615312Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n2024-01-21T07:46:56.623618023Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 340, in send\r\n\r\n2024-01-21T07:46:56.623620868Z raise e\r\n\r\n2024-01-21T07:46:56.623624305Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/session/session.py\", line 337, in send\r\n\r\n2024-01-21T07:46:56.623637592Z await self.connection.send(payload)\r\n\r\n2024-01-21T07:46:56.623640583Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/connection/connection.py\", line 69, in send\r\n\r\n2024-01-21T07:46:56.623643396Z await self.protocol.send(data)\r\n\r\n2024-01-21T07:46:56.623646022Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/connection/transport/tcp/tcp_abridged.py\", line 38, in send\r\n\r\n2024-01-21T07:46:56.623648855Z await super().send(\r\n\r\n2024-01-21T07:46:56.623651466Z File \"/opt/venv/lib/python3.12/site-packages/pyrogram/connection/transport/tcp/tcp.py\", line 104, in send\r\n\r\n2024-01-21T07:46:56.623654277Z raise OSError(e)\r\n\r\n2024-01-21T07:46:56.623656914Z OSError: unable to perform operation on \u003cTCPTransport closed=True reading=False 0x7fc0edd24ff0\u003e; the handler is closed\n```\n","author":{"url":"https://github.com/annihilatorrrr","@type":"Person","name":"annihilatorrrr"},"datePublished":"2024-01-21T07:52:23.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/18/PyrogramMod/issues/18"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:46405763-9c83-2899-34b4-8d7c7f155d39
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id99AC:3B9F32:86E602:BE1A45:69725006
html-safe-nonce50d1a6621af2858b4465dfff3143c9c621d1e11f3c4de62fdae06aa1b4cbff06
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OUFDOjNCOUYzMjo4NkU2MDI6QkUxQTQ1OjY5NzI1MDA2IiwidmlzaXRvcl9pZCI6IjE4NDYwNDI0NjUzMTU5OTk3NTAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacf53d6ee4bc08723f85c20c7261ee0cb434d19f8aa988bed9e9c319921d6b6c9d
hovercard-subject-tagissue:2092469187
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/18/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b1f8cbe5717750a39958efe14d7d789e94667d3faffb8ecd69876c35de50a6b6/PyrogramMod/PyrogramMod/issues/18
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b1f8cbe5717750a39958efe14d7d789e94667d3faffb8ecd69876c35de50a6b6/PyrogramMod/PyrogramMod/issues/18
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/18#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%2F18
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%2F18
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/18
Reloadhttps://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/issues/18
Reloadhttps://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/issues/18
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/18
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/18
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/PyrogramMod/PyrogramMod/issues/18
Handler is closed.https://patch-diff.githubusercontent.com/PyrogramMod/PyrogramMod/issues/18#top
https://github.com/annihilatorrrr
https://github.com/annihilatorrrr
annihilatorrrrhttps://github.com/annihilatorrrr
on Jan 21, 2024https://github.com/PyrogramMod/PyrogramMod/issues/18#issue-2092469187
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.