René's URL Explorer Experiment


Title: ERROR: Exception in ASGI application for webapps -> fastapi -> uvicorn · Issue #9 · patrickloeber/python-fun · GitHub

Open Graph Title: ERROR: Exception in ASGI application for webapps -> fastapi -> uvicorn · Issue #9 · patrickloeber/python-fun

X Title: ERROR: Exception in ASGI application for webapps -> fastapi -> uvicorn · Issue #9 · patrickloeber/python-fun

Description: ➜ fastapi git:(master) ✗ uvicorn app:app --reload INFO: Will watch for changes in these directories: ['~/....../python-fun/webapps/fastapi'] INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader pro...

Open Graph Description: ➜ fastapi git:(master) ✗ uvicorn app:app --reload INFO: Will watch for changes in these directories: ['~/....../python-fun/webapps/fastapi'] INFO: Uvicorn running on http://127.0.0.1:8000 (Press CT...

X Description: ➜ fastapi git:(master) ✗ uvicorn app:app --reload INFO: Will watch for changes in these directories: ['~/....../python-fun/webapps/fastapi'] INFO: Uvicorn running on http://127.0.0.1:8000 (...

Opengraph URL: https://github.com/patrickloeber/python-fun/issues/9

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"ERROR:    Exception in ASGI application for webapps -\u003e fastapi -\u003e uvicorn","articleBody":"\r\n```console\r\n➜  fastapi git:(master) ✗ uvicorn app:app --reload\r\nINFO:     Will watch for changes in these directories: ['~/....../python-fun/webapps/fastapi']\r\nINFO:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)\r\nINFO:     Started reloader process [2387967] using watchgod\r\nINFO:     Started server process [2387969]\r\nINFO:     Waiting for application startup.\r\nINFO:     Application startup complete.\r\nINFO:     127.0.0.1:58440 - \"GET / HTTP/1.1\" 500 Internal Server Error\r\nERROR:    Exception in ASGI application\r\nTraceback (most recent call last):\r\n  File \"~/.local/lib/python3.8/site-packages/uvicorn/protocols/http/httptools_impl.py\", line 372, in run_asgi\r\n    result = await app(self.scope, self.receive, self.send)\r\n  File \"~/.local/lib/python3.8/site-packages/uvicorn/middleware/proxy_headers.py\", line 75, in __call__\r\n    return await self.app(scope, receive, send)\r\n  File \"~/.local/lib/python3.8/site-packages/fastapi/applications.py\", line 259, in __call__\r\n    await super().__call__(scope, receive, send)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/applications.py\", line 119, in __call__\r\n    await self.middleware_stack(scope, receive, send)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/middleware/errors.py\", line 181, in __call__\r\n    raise exc\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/middleware/errors.py\", line 159, in __call__\r\n    await self.app(scope, receive, _send)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/exceptions.py\", line 87, in __call__\r\n    raise exc\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/exceptions.py\", line 76, in __call__\r\n    await self.app(scope, receive, sender)\r\n  File \"~/.local/lib/python3.8/site-packages/fastapi/middleware/asyncexitstack.py\", line 21, in __call__\r\n    raise e\r\n  File \"~/.local/lib/python3.8/site-packages/fastapi/middleware/asyncexitstack.py\", line 18, in __call__\r\n    await self.app(scope, receive, send)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/routing.py\", line 659, in __call__\r\n    await route.handle(scope, receive, send)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/routing.py\", line 259, in handle\r\n    await self.app(scope, receive, send)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/routing.py\", line 61, in app\r\n    response = await func(request)\r\n  File \"~/.local/lib/python3.8/site-packages/fastapi/routing.py\", line 216, in app\r\n    solved_result = await solve_dependencies(\r\n  File \"~/.local/lib/python3.8/site-packages/fastapi/dependencies/utils.py\", line 465, in solve_dependencies\r\n    response = response or Response(\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/responses.py\", line 50, in __init__\r\n    self.init_headers(headers)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/responses.py\", line 77, in init_headers\r\n    and not (self.status_code \u003c 200 or self.status_code in (204, 304))\r\nTypeError: '\u003c' not supported between instances of 'NoneType' and 'int'\r\nINFO:     127.0.0.1:58442 - \"GET /favicon.ico HTTP/1.1\" 404 Not Found\r\nINFO:     127.0.0.1:58444 - \"GET / HTTP/1.1\" 500 Internal Server Error\r\nERROR:    Exception in ASGI application\r\nTraceback (most recent call last):\r\n  File \"~/.local/lib/python3.8/site-packages/uvicorn/protocols/http/httptools_impl.py\", line 372, in run_asgi\r\n    result = await app(self.scope, self.receive, self.send)\r\n  File \"~/.local/lib/python3.8/site-packages/uvicorn/middleware/proxy_headers.py\", line 75, in __call__\r\n    return await self.app(scope, receive, send)\r\n  File \"~/.local/lib/python3.8/site-packages/fastapi/applications.py\", line 259, in __call__\r\n    await super().__call__(scope, receive, send)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/applications.py\", line 119, in __call__\r\n    await self.middleware_stack(scope, receive, send)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/middleware/errors.py\", line 181, in __call__\r\n    raise exc\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/middleware/errors.py\", line 159, in __call__\r\n    await self.app(scope, receive, _send)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/exceptions.py\", line 87, in __call__\r\n    raise exc\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/exceptions.py\", line 76, in __call__\r\n    await self.app(scope, receive, sender)\r\n  File \"~/.local/lib/python3.8/site-packages/fastapi/middleware/asyncexitstack.py\", line 21, in __call__\r\n    raise e\r\n  File \"~/.local/lib/python3.8/site-packages/fastapi/middleware/asyncexitstack.py\", line 18, in __call__\r\n    await self.app(scope, receive, send)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/routing.py\", line 659, in __call__\r\n    await route.handle(scope, receive, send)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/routing.py\", line 259, in handle\r\n    await self.app(scope, receive, send)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/routing.py\", line 61, in app\r\n    response = await func(request)\r\n  File \"~/.local/lib/python3.8/site-packages/fastapi/routing.py\", line 216, in app\r\n    solved_result = await solve_dependencies(\r\n  File \"~/.local/lib/python3.8/site-packages/fastapi/dependencies/utils.py\", line 465, in solve_dependencies\r\n    response = response or Response(\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/responses.py\", line 50, in __init__\r\n    self.init_headers(headers)\r\n  File \"~/.local/lib/python3.8/site-packages/starlette/responses.py\", line 77, in init_headers\r\n    and not (self.status_code \u003c 200 or self.status_code in (204, 304))\r\nTypeError: '\u003c' not supported between instances of 'NoneType' and 'int'\r\n^CINFO:     Shutting down\r\nINFO:     Waiting for application shutdown.\r\nINFO:     Application shutdown complete.\r\nINFO:     Finished server process [2387969]\r\nINFO:     Stopping reloader process [2387967]\r\n```","author":{"url":"https://github.com/jiapei100","@type":"Person","name":"jiapei100"},"datePublished":"2022-02-21T07:39:45.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/9/python-fun/issues/9"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:c9916366-e030-e5cf-de4b-4024eb5800ad
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE07A:202ADC:1483BB:1B7CE4:6A5A68F8
html-safe-nonce6f15fb88b7741930dd22d47b30a94ae8d01a64d3d34f18c4f90c9983300a584b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMDdBOjIwMkFEQzoxNDgzQkI6MUI3Q0U0OjZBNUE2OEY4IiwidmlzaXRvcl9pZCI6IjQzMjA2OTU5MTI4MjM5NDEzNjkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacfea74fbe7315e4d63cfed6ab9d70103cc75d75e30f7ceced1cafeba7a527180d
hovercard-subject-tagissue:1145429645
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/patrickloeber/python-fun/9/issue_layout
twitter:imagehttps://opengraph.githubassets.com/97fd2b90eed95823fbd92ee3ae02b123d34e4f0fbbf4f82e02fd6ef60ad3b2e3/patrickloeber/python-fun/issues/9
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/97fd2b90eed95823fbd92ee3ae02b123d34e4f0fbbf4f82e02fd6ef60ad3b2e3/patrickloeber/python-fun/issues/9
og:image:alt➜ fastapi git:(master) ✗ uvicorn app:app --reload INFO: Will watch for changes in these directories: ['~/....../python-fun/webapps/fastapi'] INFO: Uvicorn running on http://127.0.0.1:8000 (Press CT...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamejiapei100
hostnamegithub.com
expected-hostnamegithub.com
None922bdba685ea48400234d557977f0e32d9adbae6f5125725b4f48cacc6801106
turbo-cache-controlno-preview
go-importgithub.com/patrickloeber/python-fun git https://github.com/patrickloeber/python-fun.git
octolytics-dimension-user_id50772274
octolytics-dimension-user_loginpatrickloeber
octolytics-dimension-repository_id231905013
octolytics-dimension-repository_nwopatrickloeber/python-fun
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id231905013
octolytics-dimension-repository_network_root_nwopatrickloeber/python-fun
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
release03575fc589c0e2692de839d7ca2b3aa5b5179f52
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/patrickloeber/python-fun/issues/9#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpatrickloeber%2Fpython-fun%2Fissues%2F9
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpatrickloeber%2Fpython-fun%2Fissues%2F9
Sign up https://github.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=patrickloeber%2Fpython-fun
Reloadhttps://github.com/patrickloeber/python-fun/issues/9
Reloadhttps://github.com/patrickloeber/python-fun/issues/9
Reloadhttps://github.com/patrickloeber/python-fun/issues/9
patrickloeber https://github.com/patrickloeber
python-funhttps://github.com/patrickloeber/python-fun
Notifications https://github.com/login?return_to=%2Fpatrickloeber%2Fpython-fun
Fork 560 https://github.com/login?return_to=%2Fpatrickloeber%2Fpython-fun
Star 815 https://github.com/login?return_to=%2Fpatrickloeber%2Fpython-fun
Code https://github.com/patrickloeber/python-fun
Issues 7 https://github.com/patrickloeber/python-fun/issues
Pull requests 1 https://github.com/patrickloeber/python-fun/pulls
Actions https://github.com/patrickloeber/python-fun/actions
Projects https://github.com/patrickloeber/python-fun/projects
Security and quality 0 https://github.com/patrickloeber/python-fun/security
Insights https://github.com/patrickloeber/python-fun/pulse
Code https://github.com/patrickloeber/python-fun
Issues https://github.com/patrickloeber/python-fun/issues
Pull requests https://github.com/patrickloeber/python-fun/pulls
Actions https://github.com/patrickloeber/python-fun/actions
Projects https://github.com/patrickloeber/python-fun/projects
Security and quality https://github.com/patrickloeber/python-fun/security
Insights https://github.com/patrickloeber/python-fun/pulse
ERROR: Exception in ASGI application for webapps -> fastapi -> uvicornhttps://github.com/patrickloeber/python-fun/issues/9#top
https://github.com/jiapei100
jiapei100https://github.com/jiapei100
on Feb 21, 2022https://github.com/patrickloeber/python-fun/issues/9#issue-1145429645
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.