radarr-collections icon indicating copy to clipboard operation
radarr-collections copied to clipboard

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

Open julianrinaldi opened this issue 2 years ago • 0 comments

` 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`

julianrinaldi avatar Jan 19 '23 18:01 julianrinaldi