We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
getting this error when running the elsewherr.py script
File "/home/user/Elsewherr/./elsewherr.py", line 79, in <module> logging.debug(f'Total Providers: {len(tmdbProviders["results"])}') KeyError: 'results'
the value of tmdbProviders is:
tmdbProviders
{'success': False, 'status_code': 34, 'status_message': 'The resource you requested could not be found.'}
commenting line 79 makes it work
The text was updated successfully, but these errors were encountered:
Seconded! And I did the same as above - Commented out line 79.
Sorry, something went wrong.
No branches or pull requests
getting this error when running the elsewherr.py script
the value of
tmdbProviders
is:{'success': False, 'status_code': 34, 'status_message': 'The resource you requested could not be found.'}
commenting line 79 makes it work
The text was updated successfully, but these errors were encountered: