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

I get error "KeyError: 'tmdb'" when running it #131

Open
julianrinaldi opened this issue Jan 19, 2023 · 0 comments
Open

I get error "KeyError: 'tmdb'" when running it #131

julianrinaldi opened this issue Jan 19, 2023 · 0 comments

Comments

@julianrinaldi
Copy link

`
Welcome to Radarr Collection and People Manager by u/RhinoRhys

No previous data found - This must be your first time?

Running full scan:

---> 875 Unchecked Movies

---> 0 monitored People

875 Unchecked Movies:

[23-01-19 18:24:57] 1: Radarr ID: 1 TMDB ID: 293660 Deadpool (2016) In Collection

[23-01-19 18:24:58] > Deadpool Collection (ID: 448150): 3 Movies in collection:

Not sure how to fix this:

[23-01-19 18:24:58] >> Radarr ID: 142 TMDB ID: 383498 Deadpool 2 (2018) In Database

else: tmdb_check(movie["tmdbId"]) 

File "/app/rcm.py", line 254, in tmdb_check

collection_check(col_id, tmdbId)

File "/app/rcm.py", line 242, in collection_check

for id_check in parts:  database_check(id_check, white_name, col_json, input_id)

File "/app/rcm.py", line 166, in database_check

elif lookup_json[u'ratings'][u'tmdb'][u'value'] < float(config[u'blacklist'][u'min_rating']) or lookup_json['ratings'][u'tmdb'][u'votes'] < int(config[u'blacklist'][u'min_votes']): log(words[u'text'][u'rated'].format(*payload))

KeyError: 'tmdb'

Total Movies Found: 0

Thank You for using Radarr Collection and People Manager by u/RhinoRhys`

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

1 participant