ManiMatter / decluttarr

Watches radarr, sonarr, lidarr, readarr and whisparr download queues and removes downloads if they become stalled or no longer needed.
GNU General Public License v3.0
99 stars 15 forks source link

download id warning #45

Closed spupuz closed 3 months ago

spupuz commented 4 months ago

what is causing these errors?

[WARNING]: >>> Queue cleaning failed on Lidarr. (File: remove_failed.py / Line: 12 / Error Message: 'downloadId' / Error Type: <class 'KeyError'>)

[WARNING]: >>> Queue cleaning failed on Lidarr. (File: remove_stalled.py / Line: 11 / Error Message: 'downloadId' / Error Type: <class 'KeyError'>)

[WARNING]: >>> Queue cleaning failed on Lidarr. (File: remove_metadata_missing.py / Line: 12 / Error Message: 'downloadId' / Error Type: <class 'KeyError'>)

[WARNING]: >>> Queue cleaning failed on Lidarr. (File: remove_unmonitored.py / Line: 12 / Error Message: 'downloadId' / Error Type: <class 'KeyError'>)

[WARNING]: >>> Queue cleaning failed on Lidarr. (File: remove_missing_files.py / Line: 12 / Error Message: 'downloadId' / Error Type: <class 'KeyError'>)

[WARNING]: >>> Queue cleaning failed on Lidarr. (File: remove_slow.py / Line: 11 / Error Message: 'downloadId' / Error Type: <class 'KeyError'>)
spupuz commented 4 months ago
[INFO   ]: ##################################################

[INFO   ]: Decluttarr - Application Started!

[INFO   ]: 

[INFO   ]: *** Current Settings ***

[INFO   ]: Version: dev

[INFO   ]: Commit: 56dd1d1

[INFO   ]: 

[INFO   ]: True | Removing failed downloads

[INFO   ]: True | Removing downloads missing metadata

[INFO   ]: True | Removing downloads missing files

[INFO   ]: True | Removing orphan downloads

[INFO   ]: True | Removing slow downloads

[INFO   ]: True | Removing stalled downloads

[INFO   ]: True | Removing downloads belonging to unmonitored TV shows/movies

[INFO   ]: 

[INFO   ]: Running every: 0 days 0 hours 10.0 minutes

[INFO   ]: Minimum speed enforced: 100 KB/s

[INFO   ]: Permitted number of times before stalled/missing metadata/slow downloads are removed: 3

[INFO   ]: 

[INFO   ]: *** Configured Instances ***

[INFO   ]: Radarr: http://192.168.xxx.xxx:7878/api/v3

[INFO   ]: Sonarr: http://192.168.xxx.xxx:8989/api/v3

[INFO   ]: Lidarr: http://192.168.xxx.xxxx:8686/api/v1

[INFO   ]: Readarr: http://192.168.xxx.xxx:8788/api/v1

[INFO   ]: 

[INFO   ]: *** Check Instances ***

[INFO   ]: OK | Radarr

[INFO   ]: OK | Sonarr

[INFO   ]: OK | Lidarr

[INFO   ]: OK | Readarr

[INFO   ]: 

[INFO   ]: ##################################################

[INFO   ]: 

[VERBOSE]: --------------------------------------------------

[VERBOSE]: Cleaning queue on Radarr:

[VERBOSE]: >>> Queue is clean.

[VERBOSE]: Cleaning queue on Sonarr:

[VERBOSE]: >>> Queue is clean.

[VERBOSE]: Cleaning queue on Lidarr:

[WARNING]: >>> Queue cleaning failed on Lidarr. (File: remove_failed.py / Line: 12 / Error Message: 'downloadId' / Error Type: <class 'KeyError'>)

[WARNING]: >>> Queue cleaning failed on Lidarr. (File: remove_stalled.py / Line: 11 / Error Message: 'downloadId' / Error Type: <class 'KeyError'>)

[WARNING]: >>> Queue cleaning failed on Lidarr. (File: remove_metadata_missing.py / Line: 12 / Error Message: 'downloadId' / Error Type: <class 'KeyError'>)

[WARNING]: >>> Queue cleaning failed on Lidarr. (File: remove_unmonitored.py / Line: 12 / Error Message: 'downloadId' / Error Type: <class 'KeyError'>)

[WARNING]: >>> Queue cleaning failed on Lidarr. (File: remove_missing_files.py / Line: 12 / Error Message: 'downloadId' / Error Type: <class 'KeyError'>)

[WARNING]: >>> Queue cleaning failed on Lidarr. (File: remove_slow.py / Line: 11 / Error Message: 'downloadId' / Error Type: <class 'KeyError'>)

[VERBOSE]: >>> Queue is clean.

[VERBOSE]: Cleaning queue on Readarr:

[VERBOSE]: >>> Queue is empty.

[VERBOSE]: 

[VERBOSE]: Queue clean-up complete!
ManiMatter commented 4 months ago

Mh. Hard to tell.

I have just pushed a version to "dev" that should give us more logs.

could you please do the following and share the logs via a pastebin with me?

ManiMatter commented 3 months ago

hi, are you still having issues or can this be closed?

spupuz commented 3 months ago

Close it for now thanks.