Recently, Radarr and Sonarr stopped working, and I don’t know why or where to look.
Host: Kubuntu 22.04 Kernel: 3.2.0-39-generic (64 bits) Docker: 24.0.5, build 24.0.5-0ubuntu1~22.04.1 Image: linuxserver/sonarr 3.0.10.1567 and linuxserver/radarr 5.2.6.
Every other app, including other servarr app (readarr, lidarr, etc.) is working
Apps is giving me the following message:
[Info] OwinHostController: http://localhost:8989/ [Info] SonarrBootstrapper: Starting Web Server [Fatal] ConsoleApp: The requested address is not valid in this context. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions Press enter to exit...
I checked, and nothing seems to use the same port:
~$ sudo netstat -nlp | grep 8989 tcp 0 0 0.0.0.0:8989 0.0.0.0:* LISTEN 48005/docker-proxy tcp6 0 0 :::8989 :::* LISTEN 48011/docker-proxy
And I don’t think permission is at fault since other docker apps works fine.
Where should I look to fix that?
LufyCZ@lemmy.world 1 year ago
Have you tried turning the server off and then on again?
Biorix@lemmy.world 1 year ago
Yes I did
Restarted the container, docker, and the whole server.
Same issue
LufyCZ@lemmy.world 1 year ago
I noticed it tries to start listening on 192.168.1.100, don’t see a “network: host” in the compose file, don’t think it should have access to that IP address.
Not sure how to explore that further but might put you on the right path