RiffSphere / Collectarr

36 stars 0 forks source link

KeyError #5

Closed 1ccs-todd closed 1 year ago

1ccs-todd commented 2 years ago

Environment: TrueNAS jail - FreeBSD v12.2-p15 Python v3.8 Radarr v4.1.0.6175

Testing with dryrun=True

Results are: [22-06-29 03:59:42] INFO - Config Loaded [22-06-29 03:59:42] INFO - API tested succesfully [22-06-29 03:59:42] INFO - Rootfolder parsed [22-06-29 03:59:42] INFO - [22-06-29 03:59:42] INFO - Load collection blacklist [22-06-29 03:59:42] INFO - [22-06-29 03:59:42] INFO - [22-06-29 03:59:42] INFO - Removing collectarr lists disabled in config file [22-06-29 03:59:42] INFO - [22-06-29 03:59:42] INFO - **** [22-06-29 03:59:42] INFO - Removing collectarr collection lists disabled in config file [22-06-29 03:59:42] INFO - **** [22-06-29 03:59:42] INFO - **** [22-06-29 03:59:42] INFO - Start adding collections [22-06-29 03:59:42] INFO - **** [22-06-29 04:00:21] INFO - Checking 2258 movies in collection Traceback (most recent call last): File "./collectarr.py", line 564, in AddCollections() File "./collectarr.py", line 266, in AddCollections colls.update({str(movie["collection"]["tmdbId"]): movie["collection"]["name"]}) KeyError: 'name'

1ccs-todd commented 1 year ago

clean install on bsd 13.1 with python 3.9 works again.

wuast94 commented 12 months ago

got the same with docker and running locally, so this issue can be reopened