OSError [Errno 64]

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • 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.
Post Reply
db18
Newbie
Newbie
Posts: 3
Joined: January 26th, 2024, 12:27 pm

OSError [Errno 64]

Post by db18 »

Im running latest version on Mac OS Sonoma, which is always online
its running locally only, listening on a 192.X.X.X address

Usually it will run fine for days without issues but I'm sometimes seeing this error after opening the web client when its been left running a few hours.

Can't think of any reason what could have caused this as there was no disconnects etc during the time of it running

Traceback (most recent call last):
File "cheroot server[dot]py", line 1814, in serve
File "cheroot connections[dot]py", line 198, in run
File "cheroot connections[dot]py", line 252, in _run
File "cheroot connections[dot]py", line 170, in _expire
File "cheroot server[dot]py", line 1360, in close
File "cheroot server[dot]py", line 1480, in _close_kernel_socket
OSError: [Errno 64] Host is down

ive had to replace . with [dot] on the logs above since the forum wasn't allowing the post with it in
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: OSError [Errno 64]

Post by safihre »

Interesting. Guess it's a a race condition when your system is shutdown or in standby.. Not much we can do, it's in one of our depencies.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
db18
Newbie
Newbie
Posts: 3
Joined: January 26th, 2024, 12:27 pm

Re: OSError [Errno 64]

Post by db18 »

Its running headless with the only exception being I allow the disks to sleep when idle, possible this is the cause then, will test with them always on
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: OSError [Errno 64]

Post by sander »

FWIW: the "OSError: [Errno 64] Host is down" is BSD / MacOS specific, meaning:

Code: Select all

64  EHOSTDOWN Host is down.  A socket operation failed because the destination host was down.
Instead of disk related, it could be - just a long shot - MacOS cleaning up non-used socket connections, and later on cherrypy fails because of that.


https://man.freebsd.org/cgi/man.cgi?err ... 0is%20down.
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: OSError [Errno 64]

Post by sander »

seeing this error after opening the web client
Does it happen when you keep the web client open to SABnzbd all the time?
db18
Newbie
Newbie
Posts: 3
Joined: January 26th, 2024, 12:27 pm

Re: OSError [Errno 64]

Post by db18 »

generally its not left open (the web client). sab just runs in the background and I access it from another machine when needed
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: OSError [Errno 64]

Post by sander »

db18 wrote: January 26th, 2024, 3:00 pm generally its not left open (the web client). sab just runs in the background and I access it from another machine when needed
Exactly. That's why I'm asking you to keep it open. As as test. To see if my hypothesis is correct.
Post Reply