Skip to content
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

Open
vitadome opened this issue Mar 12, 2021 · 8 comments
Open

TV Collection errors out #215

vitadome opened this issue Mar 12, 2021 · 8 comments

Comments

@vitadome
Copy link

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.

@meisnate12
Copy link

can you post your meta.log file and your collection config

@vitadome
Copy link
Author

Attached config but unsure where to find meta.log

config_test.zip

@meisnate12
Copy link

lol im in the wrong repo my bad i thought i was in mine haha this is a dupe of #205 here

@vitadome
Copy link
Author

LOL. I did manage to rollback as the other issue suggested. However, I'm still getting the same error.

Attempting uninstall: tmdbv3api
Found existing installation: tmdbv3api 1.7.4
Uninstalling tmdbv3api-1.7.4:
Successfully uninstalled tmdbv3api-1.7.4
Successfully installed tmdbv3api-1.7.1

@vitadome
Copy link
Author

| 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 Exception(result["status_message"])
Exception: The resource you requested could not be found.

@meisnate12
Copy link

that ones a little different and unfortunately isn't going to go away unless that Exception is caught and handled

@vitadome
Copy link
Author

OK, I hope it's caught and handled someday. :) I appreciate your help! Thank you!

@meisnate12
Copy link

meisnate12 commented Mar 12, 2021

no problem but check out my program in my profile you might like it too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants