sabnzbd does not start / crashes - OSError: No socket could be created

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.
j0e4711
Newbie
Newbie
Posts: 8
Joined: October 22nd, 2024, 12:24 am

sabnzbd does not start / crashes - OSError: No socket could be created

Post by j0e4711 »

Hello everyone,

Since yesterday my sabnzbd no longer starts.

I have already uninstalled and reinstalled it.

I have also tried the portable version, unfortunately without success.


The program starts, appears briefly in the taskbar and disappears again immediately. The safe mode does not work either.



What else can I do?


Thanks for your help
User avatar
sander
Release Testers
Release Testers
Posts: 9079
Joined: January 22nd, 2008, 2:22 pm

Re: sabnzbd does not start / crashes

Post by sander »

Windows?
j0e4711
Newbie
Newbie
Posts: 8
Joined: October 22nd, 2024, 12:24 am

Re: sabnzbd does not start / crashes

Post by j0e4711 »

Yes, Windows 10
User avatar
sander
Release Testers
Release Testers
Posts: 9079
Joined: January 22nd, 2008, 2:22 pm

Re: sabnzbd does not start / crashes

Post by sander »

OK.
On your Windows, find the directory with the file "sabnzbd-console.exe"

Open a CMD terminal (=black screen) in that directory, and run that file "sabnzbd-console.exe". In the black screen you'll see all kinds of output. Including why it does not start / crashes.

Post that output on pastebin, with url here like pastebin . com / adsjflkjaedf (so with spaces in it)
j0e4711
Newbie
Newbie
Posts: 8
Joined: October 22nd, 2024, 12:24 am

Re: sabnzbd does not start / crashes

Post by j0e4711 »

pastebin . com / RHL64L2V
User avatar
sander
Release Testers
Release Testers
Posts: 9079
Joined: January 22nd, 2008, 2:22 pm

Re: sabnzbd does not start / crashes

Post by sander »

https://pastebin.com/RHL64L2V

"dateutil\zoneinfo\__init__.py:26: UserWarning: I/O error(2): No such file or directory" ... not good, but let's ignore for now.

Then:

"OSError: No socket could be created -- (('127.0.0.1', 8080): [WinError 10013] Der Zugriff auf einen Socket war aufgrund der Zugriffsrechte des Sockets unzulässig)"

So SABnzbd is not allowed to bind to port 8080. Possible causes
* firewall/virusscanner blocking that
* port 8080 already in use

Try this:

sabnzbd-console.exe -s 0.0.0.0:8090 -b1

and again post the output on pastebin
j0e4711
Newbie
Newbie
Posts: 8
Joined: October 22nd, 2024, 12:24 am

Re: sabnzbd does not start / crashes

Post by j0e4711 »

pastebin currently has problems.

https://privatebin.net / ?5d91d1fbee3a878d#HwX7fgazuccoVsBrv3pBPdzipdBCJFwoGT2fEPxLBFn1
User avatar
sander
Release Testers
Release Testers
Posts: 9079
Joined: January 22nd, 2008, 2:22 pm

Re: sabnzbd does not start / crashes - OSError: No socket could be created

Post by sander »

So https://privatebin.net/?5d91d1fbee3a878 ... 2fEPxLBFn1

Still with "OSError: No socket could be created -- (('0.0.0.0', 8090): [WinError 10013] Der Zugriff auf einen Socket war aufgrund der Zugriffsrechte des Sockets unzulässig)"

So SABnzbd can not bind (connect) to port 8080 and not to port 8090. It's unlikely you've also something on port 8090, so I suspect your Windows firewall (or maybe virsusscanner).

Disable your firewall and try again.
j0e4711
Newbie
Newbie
Posts: 8
Joined: October 22nd, 2024, 12:24 am

Re: sabnzbd does not start / crashes - OSError: No socket could be created

Post by j0e4711 »

windows firewall disabled:
https://privatebin.net / ?84ad58e859276d45#CQqjkrrZUPGUa7YqLYvGyTU9z6tfFdwzPntLzkRfsgVU
User avatar
sander
Release Testers
Release Testers
Posts: 9079
Joined: January 22nd, 2008, 2:22 pm

Re: sabnzbd does not start / crashes - OSError: No socket could be created

Post by sander »

and still "OSError: No socket could be created -- (('0.0.0.0', 8090): [WinError 10013] Der Zugriff auf einen Socket war aufgrund der Zugriffsrechte des Sockets unzulässig)"

Then I have no solution for you.
j0e4711
Newbie
Newbie
Posts: 8
Joined: October 22nd, 2024, 12:24 am

Re: sabnzbd does not start / crashes - OSError: No socket could be created

Post by j0e4711 »

what a load of crap. I don't understand why it suddenly stopped working. I've never had any problems with the software and I haven't changed anything. Can I somehow find out what is running on the port 8080/8090 and “deactivate” it?
User avatar
sander
Release Testers
Release Testers
Posts: 9079
Joined: January 22nd, 2008, 2:22 pm

Re: sabnzbd does not start / crashes - OSError: No socket could be created

Post by sander »

Yes, you can: google "windows show port listening"

But I think you've got nothing listening on port 8080 and port 8090.
User avatar
safihre
Administrator
Administrator
Posts: 5524
Joined: April 30th, 2015, 7:35 am
Contact:

Re: sabnzbd does not start / crashes - OSError: No socket could be created

Post by safihre »

Have you tried a restart of the device?
Sometimes a Windows update messes things up.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
j0e4711
Newbie
Newbie
Posts: 8
Joined: October 22nd, 2024, 12:24 am

Re: sabnzbd does not start / crashes - OSError: No socket could be created

Post by j0e4711 »

Yes, I have restarted the computer several times
j0e4711
Newbie
Newbie
Posts: 8
Joined: October 22nd, 2024, 12:24 am

Re: sabnzbd does not start / crashes - OSError: No socket could be created

Post by j0e4711 »

I have now tried it with a different software. Something to do with GET. Strangely enough, it works without any problems.
Thank you for your support.
Post Reply