You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last)
File "/usr/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 428, in run_asgi
result = await app( # type ignore[func-returns-value]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in __call__
return await self.app(scope, receive, send)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/uvicorn/middleware/message_logger.py", line 86, in __call__
raise exc from None
File "/usr/lib/python3.11/site-packages/uvicorn/middleware/message_logger.py", line 82, in __call__
await self.app(scope, inner_receive, inner_send)
File "/usr/lib/python3.11/site-packages/fastapi/applications.py", line 282, in __call__
await super().__call__(scope, receive, send)
File "/usr/lib/python3.11/site-packages/starlette/applications.py", line 122, in __call__
await self.middleware_stack(scope, receive, send)
File "/usr/lib/python3.11/site-packages/starlette/middleware/errors.py", line 184, in __call__
raise exc
File "/usr/lib/python3.11/site-packages/starlette/middleware/errors.py", line 162, in __call__
await self.app(scope, receive, _send)
File "/usr/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 79, in __call__
raise exc
File "/usr/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 68, in __call__
await self.app(scope, receive, sender)
File "/usr/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 20, in __call__
raise e
File "/usr/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 17, in __call__
await self.app(scope, receive, send)
File "/usr/lib/python3.11/site-packages/starlette/routing.py", line 718, in __call__
await route.handle(scope, receive, send)
File "/usr/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
await self.app(scope, receive, send)
File "/usr/lib/python3.11/site-packages/starlette/routing.py", line 66, in app
response = await func(request)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/fastapi/routing.py", line 241, in app
raw_response = await run_endpoint_function(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/fastapi/routing.py", line 167, in run_endpoint_function
return await dependant.call(**values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/module/api/rss.py", line 178, in analysis
data = analyser.link_to_data(rss)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/module/rss/analyser.py", line 93, in link_to_data
data = self.torrent_to_data(torrent, rss)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/module/rss/analyser.py", line 62, in torrent_to_data
self.official_title_parser(bangumi=bangumi, rss=rss, torrent=torrent)
File "/app/module/rss/analyser.py", line 25, in official_title_parser
tmdb_title, season, year, poster_link = self.tmdb_parser(
^^^^^^^^^^^^^^^^^
File "/app/module/parser/title_parser.py", line 35, in tmdb_parser
tmdb_info = tmdb_parser(title, language)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/module/parser/analyser/tmdb_parser.py", line 62, in tmdb_parser
contents = req.get_json(url).get("results")
^^^^^^^^^^^^^^^^^^^^^
AttributeError 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
确认
当前程序版本
latest
问题类型
WebUI
问题描述
使用反代理后报错,日志如下
发生问题时系统日志
The text was updated successfully, but these errors were encountered: