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

NameError: name 'plex_tools' is not defined #148

Closed
aljohn92 opened this issue Dec 17, 2020 · 4 comments
Closed

NameError: name 'plex_tools' is not defined #148

aljohn92 opened this issue Dec 17, 2020 · 4 comments

Comments

@aljohn92
Copy link

I'm getting the same error with certain movies and TMDB collections

Jungle Book (1994)

| Processing tmdb_movie: (10714) The Jungle Book
update_from_config(config_path, plex, True, args.no_meta, args.no_images)
File "/app/plex_auto_collections.py", line 668, in update_from_config
missing, map = add_to_collection(config_path, plex, m, v, c, plex_map, map, filters)
File "/app/plex_tools.py", line 244, in add_to_collection
items, missing = imdb_tools.tmdb_get_movies(config_path, plex, plex_map, value, method)
File "/app/imdb_tools.py", line 209, in tmdb_get_movies
plex_tools.create_cache(config_path)
NameError: name 'plex_tools' is not defined

TMDB The Lord of the Rings Collection

Processing tmdb_collection: (119) The Lord of the Rings Collection
update_from_config(config_path, plex, True, args.no_meta, args.no_images)
File "/app/plex_auto_collections.py", line 668, in update_from_config
missing, map = add_to_collection(config_path, plex, m, v, c, plex_map, map, filters)
File "/app/plex_tools.py", line 244, in add_to_collection
items, missing = imdb_tools.tmdb_get_movies(config_path, plex, plex_map, value, method)
File "/app/imdb_tools.py", line 209, in tmdb_get_movies
plex_tools.create_cache(config_path)
NameError: name 'plex_tools' is not defined
@xFlawless11x
Copy link

There was a merge issue on the update to 2.8.0 last night/this morning, he's fixing it now so I would retest after that.

@aljohn92
Copy link
Author

Thanks for the info!

@xFlawless11x
Copy link

2.8.1 should be available now so I would give it a whirl! It fixed my issue 😃

@aljohn92
Copy link
Author

Yup, works now!

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