-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TV Collection errors out #215
Comments
can you post your meta.log file and your collection config |
Attached config but unsure where to find meta.log |
lol im in the wrong repo my bad i thought i was in mine haha this is a dupe of #205 here |
LOL. I did manage to rollback as the other issue suggested. However, I'm still getting the same error. Attempting uninstall: tmdbv3api |
| Processing: 1143/8923 Brigada Costa Del Sol |
that ones a little different and unfortunately isn't going to go away unless that Exception is caught and handled |
OK, I hope it's caught and handled someday. :) I appreciate your help! Thank you! |
no problem but check out my program in my profile you might like it too |
Hi,
Trying to create a collection in TV Library which keeps erroring out. Would anyone know how to fix this issue?
| Processing: 1143/8923 Brigada Costa Del Sol
Traceback (most recent call last):
File "plex_auto_collections.py", line 1035, in
update_from_config(config_path, plex, False)
File "plex_auto_collections.py", line 120, in update_from_config
plex_map = get_map(config_path, plex)
File "C:\23317a\app\plex_tools.py", line 156, in get_map
key_id = imdb_tools.tmdb_get_tvdb(config_path, check_id)
File "C:\23317a\app\imdb_tools.py", line 79, in tmdb_get_tvdb
search = show.external_ids(tmdb_id)['tvdb_id']
File "C:\Users\vitdom01\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\tmdbv3api\objs\tv.py", line 148, in external_ids
return self._get_obj(
File "C:\Users\vitdom01\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\tmdbv3api\tmdb.py", line 101, in _get_obj
raise TMDbException(result["status_message"])
tmdbv3api.exceptions.TMDbException: The resource you requested could not be found.
The text was updated successfully, but these errors were encountered: