Search found 4 matches
- July 14th, 2022, 3:23 pm
- Forum: General Help
- Topic: OSX Monterey - Sabnzbd stops listening: OSError: [Errno 57] Socket is not connected
- Replies: 6
- Views: 3903
Re: OSX Monterey - Sabnzbd stops listening: OSError: [Errno 57] Socket is not connected
Thanks for the quick reply. I'll go see what the differences are between what's in the app and what I have (since I built the deployment from the github develop branch.
- July 14th, 2022, 11:24 am
- Forum: General Help
- Topic: OSX Monterey - Sabnzbd stops listening: OSError: [Errno 57] Socket is not connected
- Replies: 6
- Views: 3903
Re: OSX Monterey - Sabnzbd stops listening
Update - I had the SABNzbd Host value == my IP address and at some point the listener would stop. I changed to 0.0.0.0 and it worked for awhile but then still stopped listening, However setting the Host to 127.0.0.1 lets the app run for days without a crash. Very strange - version: develop os: OSX M...
- July 12th, 2022, 5:40 pm
- Forum: General Help
- Topic: OSX Monterey - Sabnzbd stops listening: OSError: [Errno 57] Socket is not connected
- Replies: 6
- Views: 3903
Re: OSX Monterey - Sabnzbd stops listening - NEW CLUE
Interesting clue - I changed the config to use 127.0.0.1 and didn't crash the web interface but using 192.168.4.16 (my internal address it crashes the listener with the first error being at: return self._sock.recv_into(b) What's interesting is that Mylar is also dropping the listener from time to ti...
- July 10th, 2022, 1:18 pm
- Forum: General Help
- Topic: OSX Monterey - Sabnzbd stops listening: OSError: [Errno 57] Socket is not connected
- Replies: 6
- Views: 3903
OSX Monterey - Sabnzbd stops listening: OSError: [Errno 57] Socket is not connected
Strange stuff. I would lose the web interface from time to time (not sure what is triggering it. I was having issues with the latest release so I'm now running the develop branch on the command line and I'm getting the following error: Any suggestions on how to troubleshoot.? I'm on the latest OS re...