Started today: Plex Meta Manager failing to connect to the API.
Failed to Connect to https://api.themoviedb.org/3/configuration
File "/modules/tmdb.py", line 182, in __init__ |
| raise Failed(f"TMDb Error: {e}") |
| modules.util.Failed: TMDb Error: Failed to Connect to https://api.themoviedb.org/3/configuration: HTTPSConnectionPool(redacted): Max retries exceeded with url: /3/configuration?api_key=(redacted)&append_to_response=countries%2Cjobs%2Clanguages%2Cprimary_translations%2Ctimezones (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f72f686fa10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) |
| Params: {'api_key': '(redacted)', 'append_to_response': 'countries,jobs,languages,primary_translations,timezones'} |
找不到电影或节目?登录并创建它吧。
ticao2 🇧🇷 pt-BR 的回复
于 2023 年 01 月 25 日 3:03下午
I tested it now using the API Request below and it worked without any problems.
SteveS801 的回复
于 2023 年 05 月 14 日 7:36上午
Have you found a solution to this issue? I'm having the same issue, and being new to the whole API process, I'm unable to figure out what I'm doing wrong.