René's URL Explorer Experiment


Title: Error in DeferredResource handler · Issue #25 · hardcpp/P2PoolExtendedFrontEnd · GitHub

Open Graph Title: Error in DeferredResource handler · Issue #25 · hardcpp/P2PoolExtendedFrontEnd

X Title: Error in DeferredResource handler · Issue #25 · hardcpp/P2PoolExtendedFrontEnd

Description: Every once in awhile I received this large error block. It recovers and continues to work without crashing afterwards, but it is a bit disconcerting. I originally opened up this issue in the main P2Pool repository, but was told this was ...

Open Graph Description: Every once in awhile I received this large error block. It recovers and continues to work without crashing afterwards, but it is a bit disconcerting. I originally opened up this issue in the main P...

X Description: Every once in awhile I received this large error block. It recovers and continues to work without crashing afterwards, but it is a bit disconcerting. I originally opened up this issue in the main P...

Opengraph URL: https://github.com/hardcpp/P2PoolExtendedFrontEnd/issues/25

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Error in DeferredResource handler","articleBody":"Every once in awhile I received this large error block.  It recovers and continues to work without crashing afterwards, but it is a bit disconcerting.  \n\nI originally opened up this issue in the main P2Pool repository, but was told this was an issue with the ExtendedFrontEnd not being up to date with the latest commits from P2Pool:\n\n```\n2013-11-12 13:22:37.948454 \u003e Error in DeferredResource handler:\n2013-11-12 13:22:37.948565 \u003e Traceback (most recent call last):\n2013-11-12 13:22:37.948609 \u003e   File \"/Users/jedimstr/p2pool/p2pool/util/deferred_resource.py\", line 24, in render\n2013-11-12 13:22:37.948649 \u003e     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)\n2013-11-12 13:22:37.948689 \u003e   File \"/Library/Python/2.7/site-packages/Twisted-13.1.0-py2.7-macosx-10.8-intel.egg/twisted/internet/defer.py\", line 137, in maybeDeferred\n2013-11-12 13:22:37.948728 \u003e     result = f(*args, **kw)\n2013-11-12 13:22:37.948770 \u003e   File \"/Library/Python/2.7/site-packages/Twisted-13.1.0-py2.7-macosx-10.8-intel.egg/twisted/web/resource.py\", line 250, in render\n2013-11-12 13:22:37.948809 \u003e     return m(request)\n2013-11-12 13:22:37.948846 \u003e   File \"/Library/Python/2.7/site-packages/Twisted-13.1.0-py2.7-macosx-10.8-intel.egg/twisted/internet/defer.py\", line 1213, in unwindGenerator\n2013-11-12 13:22:37.948885 \u003e     return _inlineCallbacks(None, gen, Deferred())\n2013-11-12 13:22:37.948922 \u003e --- \u003cexception caught here\u003e ---\n2013-11-12 13:22:37.948958 \u003e   File \"/Library/Python/2.7/site-packages/Twisted-13.1.0-py2.7-macosx-10.8-intel.egg/twisted/internet/defer.py\", line 1070, in _inlineCallbacks\n2013-11-12 13:22:37.948996 \u003e     result = g.send(result)\n2013-11-12 13:22:37.949033 \u003e   File \"/Users/jedimstr/p2pool/p2pool/web.py\", line 189, in render_GET\n2013-11-12 13:22:37.949069 \u003e     res = yield self.func(*self.args)\n2013-11-12 13:22:37.949105 \u003e   File \"/Users/jedimstr/p2pool/p2pool/web.py\", line 444, in \u003clambda\u003e\n2013-11-12 13:22:37.949179 \u003e     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))\n2013-11-12 13:22:37.949218 \u003e exceptions.KeyError: 'outgoing_peers'\n2013-11-12 13:22:37.950037 \u003e Error in DeferredResource handler:\n2013-11-12 13:22:37.950082 \u003e Traceback (most recent call last):\n2013-11-12 13:22:37.950119 \u003e   File \"/Users/jedimstr/p2pool/p2pool/util/deferred_resource.py\", line 24, in render\n2013-11-12 13:22:37.950157 \u003e     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)\n2013-11-12 13:22:37.950195 \u003e   File \"/Library/Python/2.7/site-packages/Twisted-13.1.0-py2.7-macosx-10.8-intel.egg/twisted/internet/defer.py\", line 137, in maybeDeferred\n2013-11-12 13:22:37.950234 \u003e     result = f(*args, **kw)\n2013-11-12 13:22:37.950271 \u003e   File \"/Library/Python/2.7/site-packages/Twisted-13.1.0-py2.7-macosx-10.8-intel.egg/twisted/web/resource.py\", line 250, in render\n2013-11-12 13:22:37.950309 \u003e     return m(request)\n2013-11-12 13:22:37.950346 \u003e   File \"/Library/Python/2.7/site-packages/Twisted-13.1.0-py2.7-macosx-10.8-intel.egg/twisted/internet/defer.py\", line 1213, in unwindGenerator\n2013-11-12 13:22:37.950385 \u003e     return _inlineCallbacks(None, gen, Deferred())\n2013-11-12 13:22:37.950421 \u003e --- \u003cexception caught here\u003e ---\n2013-11-12 13:22:37.950458 \u003e   File \"/Library/Python/2.7/site-packages/Twisted-13.1.0-py2.7-macosx-10.8-intel.egg/twisted/internet/defer.py\", line 1070, in _inlineCallbacks\n2013-11-12 13:22:37.950496 \u003e     result = g.send(result)\n2013-11-12 13:22:37.950532 \u003e   File \"/Users/jedimstr/p2pool/p2pool/web.py\", line 189, in render_GET\n2013-11-12 13:22:37.950568 \u003e     res = yield self.func(*self.args)\n2013-11-12 13:22:37.950605 \u003e   File \"/Users/jedimstr/p2pool/p2pool/web.py\", line 444, in \u003clambda\u003e\n2013-11-12 13:22:37.950641 \u003e     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))\n2013-11-12 13:22:37.950680 \u003e exceptions.KeyError: 'local_share_hash_rate'\n2013-11-12 13:22:37.986647 \u003e Error in DeferredResource handler:\n2013-11-12 13:22:37.986757 \u003e Traceback (most recent call last):\n2013-11-12 13:22:37.986801 \u003e   File \"/Users/jedimstr/p2pool/p2pool/util/deferred_resource.py\", line 24, in render\n2013-11-12 13:22:37.986843 \u003e     defer.maybeDeferred(resource.Resource.render, self, request).addCallbacks(finish, finish_error)\n2013-11-12 13:22:37.986886 \u003e   File \"/Library/Python/2.7/site-packages/Twisted-13.1.0-py2.7-macosx-10.8-intel.egg/twisted/internet/defer.py\", line 137, in maybeDeferred\n2013-11-12 13:22:37.986928 \u003e     result = f(*args, **kw)\n2013-11-12 13:22:37.986969 \u003e   File \"/Library/Python/2.7/site-packages/Twisted-13.1.0-py2.7-macosx-10.8-intel.egg/twisted/web/resource.py\", line 250, in render\n2013-11-12 13:22:37.987009 \u003e     return m(request)\n2013-11-12 13:22:37.987047 \u003e   File \"/Library/Python/2.7/site-packages/Twisted-13.1.0-py2.7-macosx-10.8-intel.egg/twisted/internet/defer.py\", line 1213, in unwindGenerator\n2013-11-12 13:22:37.987087 \u003e     return _inlineCallbacks(None, gen, Deferred())\n2013-11-12 13:22:37.987123 \u003e --- \u003cexception caught here\u003e ---\n2013-11-12 13:22:37.987159 \u003e   File \"/Library/Python/2.7/site-packages/Twisted-13.1.0-py2.7-macosx-10.8-intel.egg/twisted/internet/defer.py\", line 1070, in _inlineCallbacks\n2013-11-12 13:22:37.987197 \u003e     result = g.send(result)\n2013-11-12 13:22:37.987232 \u003e   File \"/Users/jedimstr/p2pool/p2pool/web.py\", line 189, in render_GET\n2013-11-12 13:22:37.987268 \u003e     res = yield self.func(*self.args)\n2013-11-12 13:22:37.987304 \u003e   File \"/Users/jedimstr/p2pool/p2pool/web.py\", line 444, in \u003clambda\u003e\n2013-11-12 13:22:37.987341 \u003e     new_root.putChild('graph_data', WebInterface(lambda source, view: hd.datastreams[source].dataviews[view].get_data(time.time())))\n2013-11-12 13:22:37.987379 \u003e exceptions.KeyError: 'incoming_peers'\n```\n\nThis is on a Mac Pro running OSX 10.9 Mavericks.\n","author":{"url":"https://github.com/jedimstr","@type":"Person","name":"jedimstr"},"datePublished":"2013-11-12T19:08:23.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/25/P2PoolExtendedFrontEnd/issues/25"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:88c28d1f-d4fa-8d1b-4faa-1b5b14c24bbf
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB4DA:13BC76:E99784:13363A9:6991FCBF
html-safe-noncef4a2ffc9911233ac54f47fcf2f9079aa4cbc83774280f38a2f669f188c4dc78c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNERBOjEzQkM3NjpFOTk3ODQ6MTMzNjNBOTo2OTkxRkNCRiIsInZpc2l0b3JfaWQiOiIxNTQ5MzMzNzQ5NDcwMzIyNTYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac22cf2dbe920f195816a4d69ed08c614659165c7439d6d041a6da1c320d6733fd
hovercard-subject-tagissue:22542480
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/hardcpp/P2PoolExtendedFrontEnd/25/issue_layout
twitter:imagehttps://opengraph.githubassets.com/a92cf5f0d1293cbd9cf8268d629c05bda775690da2ad8a5994a23f9fc3a20fe9/hardcpp/P2PoolExtendedFrontEnd/issues/25
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/a92cf5f0d1293cbd9cf8268d629c05bda775690da2ad8a5994a23f9fc3a20fe9/hardcpp/P2PoolExtendedFrontEnd/issues/25
og:image:altEvery once in awhile I received this large error block. It recovers and continues to work without crashing afterwards, but it is a bit disconcerting. I originally opened up this issue in the main P...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamejedimstr
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/hardcpp/P2PoolExtendedFrontEnd git https://github.com/hardcpp/P2PoolExtendedFrontEnd.git
octolytics-dimension-user_id2964819
octolytics-dimension-user_loginhardcpp
octolytics-dimension-repository_id9624722
octolytics-dimension-repository_nwohardcpp/P2PoolExtendedFrontEnd
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id9624722
octolytics-dimension-repository_network_root_nwohardcpp/P2PoolExtendedFrontEnd
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
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/issues/25#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fhardcpp%2FP2PoolExtendedFrontEnd%2Fissues%2F25
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%2Fhardcpp%2FP2PoolExtendedFrontEnd%2Fissues%2F25
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=hardcpp%2FP2PoolExtendedFrontEnd
Reloadhttps://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/issues/25
Reloadhttps://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/issues/25
Reloadhttps://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/issues/25
hardcpp https://patch-diff.githubusercontent.com/hardcpp
P2PoolExtendedFrontEndhttps://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fhardcpp%2FP2PoolExtendedFrontEnd
Fork 177 https://patch-diff.githubusercontent.com/login?return_to=%2Fhardcpp%2FP2PoolExtendedFrontEnd
Star 176 https://patch-diff.githubusercontent.com/login?return_to=%2Fhardcpp%2FP2PoolExtendedFrontEnd
Code https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd
Issues 9 https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/issues
Pull requests 1 https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/pulls
Actions https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/actions
Projects 0 https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/projects
Wiki https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/wiki
Security 0 https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/security
Insights https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/pulse
Code https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd
Issues https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/issues
Pull requests https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/pulls
Actions https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/actions
Projects https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/projects
Wiki https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/wiki
Security https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/security
Insights https://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/hardcpp/P2PoolExtendedFrontEnd/issues/25
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/hardcpp/P2PoolExtendedFrontEnd/issues/25
Error in DeferredResource handlerhttps://patch-diff.githubusercontent.com/hardcpp/P2PoolExtendedFrontEnd/issues/25#top
https://github.com/jedimstr
https://github.com/jedimstr
jedimstrhttps://github.com/jedimstr
on Nov 12, 2013https://github.com/hardcpp/P2PoolExtendedFrontEnd/issues/25#issue-22542480
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.