Comment on Two Servarr (Radar and Sonar) stopped working for unknown reasons
bigredgiraffe@lemmy.world 1 year ago
Your netstat command shows a process named docker-proxy using that port, which confirms what the log says. If your container isn’t running you can try to find the process using it with netstat or lsof, it might be a stale container process or something but a reboot is often faster than figuring out what it is to see if that clears up whatever is using the port.
Biorix@lemmy.world 1 year ago
I was assuming that it was the container since it’s running. The app itself doesn’t work, but the container starts normally.
bigredgiraffe@lemmy.world 1 year ago
hmm the last line in the log above there says:
“[Fatall 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.“
So that sounds like that the container might be running but sonarr is not. Did you ever get it working?
Biorix@lemmy.world 1 year ago
Yes Sonarr is not working but I have a container It worked fine for the last month and it just stopped working maybe a week ago