RhinoRhys / radarr-collections

Movie discovery tool for Radarr to follow Movie Collections and People's work.
GNU General Public License v3.0
146 stars 10 forks source link

NameError: name 'old_unmon' is not defined #109

Closed traubm closed 3 years ago

traubm commented 3 years ago

During an initial scan got:

Traceback (most recent call last): File "D:\src\RadarrCollectionandPeopleManager\rcm.py", line 507, in if movie["tmdbId"] not in old_unmon + old_want: log(words[u'text'][u'unmonitored'].format(logtext)) NameError: name 'old_unmon' is not defined Found 0 Movies

Remedied by adding: old_want, old_unmon = [],[] after #397 skip, col_ids = [],[]

damousys commented 3 years ago

Thanks, fixed it for me. Can you create a PR for it ?

damousys commented 3 years ago

Created a PR https://github.com/RhinoRhys/radarr-collections/pull/112