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

TypeError on Start (unsupported operand) #58

Closed Shane091490 closed 3 months ago

Shane091490 commented 3 months ago

Hey,

So trying to setup a Decluttarr instance for Sonarr but keep getting this TypeError. My Radarr instance is working.

I have two different VM's one for Radarr and one for Sonarr because I needed two instances of qBittorrent to separate movies and tv.

I thought it was my compose file at first but i'm confident that's not the issue now. I don't know why this is happening.

image

version: "3.3" services: sonarr-decluttarr: image: ghcr.io/manimatter/decluttarr:latest container_name: sonarr-decluttarr restart: always environment:

ManiMatter commented 3 months ago

Id need the dev-image debug logs again pls

Shane091490 commented 3 months ago

I get the same result when I run in dev and debug.

ManiMatter commented 3 months ago

Ah you don‘t even get logs?!

Shane091490 commented 3 months ago

Nope, no logs at all just that error.

ManiMatter commented 3 months ago

Would you mind downloading the repo and running main.py manually? Maybe that spits out a helpful error

ManiMatter commented 3 months ago

I think I solved it - could you please pull the dev image and verify?

ManiMatter commented 3 months ago

Closing since considered fixed. pls shout if not the case.