Unpackerr / unpackerr

Extracts downloads for Radarr, Sonarr, Lidarr, Readarr, and/or a Watch folder - Deletes extracted files after import
https://unpackerr.zip
MIT License
1.03k stars 37 forks source link

Issue with [ERROR] invalid status code, 401 >= 300 #398

Closed DonMcD closed 8 months ago

DonMcD commented 8 months ago

I keep getting the error [ERROR] 2024/02/21 00:04:32 Radarr (http://10.0.31.4:7878): api.Get(queue): invalid status code, 401 >= 300 [ERROR] 2024/02/21 00:04:32 Sonarr (http://10.0.31.4:8989): api.Get(v3/queue): invalid status code, 401 >= 300

I am able to access my radarr and sonarr servers using the 10.0.31.4 manually but when I try it with unpackerr it gives me errors. Any ideas? I am running everything in docker and followed the guides. Please help

image
davidnewhall commented 8 months ago

That means it's the wrong API key.

davidnewhall commented 8 months ago

Were you able to figure it out?

davidnewhall commented 8 months ago

Let me know if you need more assistance.

DonMcD commented 8 months ago

Yup I had the ports mixed up for my radarr and sonarr so the api key would have been screwed up. Thank you