René's URL Explorer Experiment


Title: 测试tornado出错 · Issue #9 · Python3WebSpider/Python3WebSpider · GitHub

Open Graph Title: 测试tornado出错 · Issue #9 · Python3WebSpider/Python3WebSpider

X Title: 测试tornado出错 · Issue #9 · Python3WebSpider/Python3WebSpider

Description: 您好!我最近购买了您的爬虫书籍,按照所提供的流程配置环境。但是,在测试tornado时出现错误(排除安装过程出问题,因为import tornado没有问题)。我的系统是Win10+python3.7.7(通过anaconda安装)+tornado6.0.4,具体来说,在运行以下例子(书籍p.43): import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler...

Open Graph Description: 您好!我最近购买了您的爬虫书籍,按照所提供的流程配置环境。但是,在测试tornado时出现错误(排除安装过程出问题,因为import tornado没有问题)。我的系统是Win10+python3.7.7(通过anaconda安装)+tornado6.0.4,具体来说,在运行以下例子(书籍p.43): import tornado.ioloop import tornado.web clas...

X Description: 您好!我最近购买了您的爬虫书籍,按照所提供的流程配置环境。但是,在测试tornado时出现错误(排除安装过程出问题,因为import tornado没有问题)。我的系统是Win10+python3.7.7(通过anaconda安装)+tornado6.0.4,具体来说,在运行以下例子(书籍p.43): import tornado.ioloop import tornado.web clas...

Opengraph URL: https://github.com/Python3WebSpider/Python3WebSpider/issues/9

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"测试tornado出错","articleBody":"您好!我最近购买了您的爬虫书籍,按照所提供的流程配置环境。但是,在测试tornado时出现错误(排除安装过程出问题,因为import tornado没有问题)。我的系统是Win10+python3.7.7(通过anaconda安装)+tornado6.0.4,具体来说,在运行以下例子(书籍p.43):\r\n\r\nimport tornado.ioloop\r\nimport tornado.web\r\n\r\nclass MainHandler(tornado.web.RequestHandler):\r\n    def get(self):\r\n        self.write(\"Hello, world\")\r\n\r\ndef make_app():\r\n    return tornado.web.Application([\r\n        (r\"/\", MainHandler),\r\n    ])\r\n\r\nif __name__ == \"__main__\":\r\n    app = make_app()\r\n    app.listen(8888)\r\n    tornado.ioloop.IOLoop.current().start()\r\n\r\n要么没有反应,如下:\r\n![image-20200421103220795](https://user-images.githubusercontent.com/8013124/79818917-77c8e900-83bb-11ea-8c30-adc9454afba8.png)\r\n\r\n要么在jupyter notebook里面提醒\r\nRuntimeError: This event loop is already running\r\n\r\n我在网上搜索了好久,有说老版本能够解决问题(我试了,python提醒老版本不兼容),有说添加import nest_asyncio\r\nnest_asyncio.apply()\r\n没有解决问题,我也试了,此时出现新的错误:\r\nOSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted\r\n\r\n请问应该如何解决这个问题呢?谢谢!\r\n","author":{"url":"https://github.com/dingliumath","@type":"Person","name":"dingliumath"},"datePublished":"2020-04-21T02:37:20.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/9/Python3WebSpider/issues/9"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:b22549f4-0c57-d091-ab80-04eddf6fc556
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idEB22:20B59C:B90FAA:F7B5CB:69732181
html-safe-nonceea18b649f96e03fea6097ccd4f2219a3fd89d78c7048cf16d9a107037782e1ce
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQjIyOjIwQjU5QzpCOTBGQUE6RjdCNUNCOjY5NzMyMTgxIiwidmlzaXRvcl9pZCI6IjcxOTA2OTA4NjA2OTYyODE0NzMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac33df66069327073a7ff352d50705ddf437e2704822dd27e0000769a9871ca51b
hovercard-subject-tagissue:603661097
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/Python3WebSpider/Python3WebSpider/9/issue_layout
twitter:imagehttps://opengraph.githubassets.com/f7761798c42c17ba2c2d51a0cef7c6691fa125a4be8e632685b2e5ff90918196/Python3WebSpider/Python3WebSpider/issues/9
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/f7761798c42c17ba2c2d51a0cef7c6691fa125a4be8e632685b2e5ff90918196/Python3WebSpider/Python3WebSpider/issues/9
og:image:alt您好!我最近购买了您的爬虫书籍,按照所提供的流程配置环境。但是,在测试tornado时出现错误(排除安装过程出问题,因为import tornado没有问题)。我的系统是Win10+python3.7.7(通过anaconda安装)+tornado6.0.4,具体来说,在运行以下例子(书籍p.43): import tornado.ioloop import tornado.web clas...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedingliumath
hostnamegithub.com
expected-hostnamegithub.com
None44ab3188c1dcfe3be0f9c3feca2e04e14fb79f120939ce2395e4f15ab96ec1d4
turbo-cache-controlno-preview
go-importgithub.com/Python3WebSpider/Python3WebSpider git https://github.com/Python3WebSpider/Python3WebSpider.git
octolytics-dimension-user_id29157219
octolytics-dimension-user_loginPython3WebSpider
octolytics-dimension-repository_id64647062
octolytics-dimension-repository_nwoPython3WebSpider/Python3WebSpider
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id64647062
octolytics-dimension-repository_network_root_nwoPython3WebSpider/Python3WebSpider
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
releasea5e2b48bd1260476599758f5d253b5d24092ab84
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/issues/9#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPython3WebSpider%2FPython3WebSpider%2Fissues%2F9
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%2FPython3WebSpider%2FPython3WebSpider%2Fissues%2F9
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=Python3WebSpider%2FPython3WebSpider
Reloadhttps://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/issues/9
Reloadhttps://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/issues/9
Reloadhttps://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/issues/9
Python3WebSpider https://patch-diff.githubusercontent.com/Python3WebSpider
Python3WebSpiderhttps://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FPython3WebSpider%2FPython3WebSpider
Fork 856 https://patch-diff.githubusercontent.com/login?return_to=%2FPython3WebSpider%2FPython3WebSpider
Star 2.4k https://patch-diff.githubusercontent.com/login?return_to=%2FPython3WebSpider%2FPython3WebSpider
Code https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider
Issues 4 https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/issues
Pull requests 1 https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/pulls
Actions https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/actions
Projects 0 https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/projects
Security 0 https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/security
Insights https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/pulse
Code https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider
Issues https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/issues
Pull requests https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/pulls
Actions https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/actions
Projects https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/projects
Security https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/security
Insights https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/Python3WebSpider/Python3WebSpider/issues/9
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/Python3WebSpider/Python3WebSpider/issues/9
测试tornado出错https://patch-diff.githubusercontent.com/Python3WebSpider/Python3WebSpider/issues/9#top
https://github.com/dingliumath
https://github.com/dingliumath
dingliumathhttps://github.com/dingliumath
on Apr 21, 2020https://github.com/Python3WebSpider/Python3WebSpider/issues/9#issue-603661097
https://user-images.githubusercontent.com/8013124/79818917-77c8e900-83bb-11ea-8c30-adc9454afba8.png
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.