Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings.
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
I setup Sab in a Kubernetes cluster and it's reporting constant api key warnings. They're coming from Traefik my ingress controller which I think is just checking the health of the connection. I went to Config > Special and unchecked api_warnings then restarted Sab. I'm still getting the warnings. I even check the sabnzbd.ini and that option was set to 0. Under Config > Special it shows
safihre wrote: ↑January 14th, 2021, 3:16 am
What are the warnings you are getting?
You can also check the mode=auth API-call which has no authentication and as such no errors.
WARNING a few seconds ago API key incorrect, Use the API key from Config->General in your 3rd party program: 10.42.1.79 (X-Forwarded-For: 10.42.1.76)>okhttp/3.14.6
I think I found the issue. Seems that even though I changed the API in Hydra, the setting didn't stick. I had to actually delete SabNZBD from Hydra and re-add it. I haven't received the errors since then. Guess it wasn't Traefik itself, it was Hydra trying to ingress through Traefik... Which I thought I set to use the service directly. Solved both those problems.