sabnzbd does not start / crashes - OSError: No socket could be created
Forum rules
Help us help you:
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.
sabnzbd does not start / crashes - OSError: No socket could be created
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
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
Re: sabnzbd does not start / crashes
Windows?
Re: sabnzbd does not start / crashes
Yes, Windows 10
Re: sabnzbd does not start / crashes
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)
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)
Re: sabnzbd does not start / crashes
pastebin . com / RHL64L2V
Re: sabnzbd does not start / crashes
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
"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
Re: sabnzbd does not start / crashes
pastebin currently has problems.
https://privatebin.net / ?5d91d1fbee3a878d#HwX7fgazuccoVsBrv3pBPdzipdBCJFwoGT2fEPxLBFn1
https://privatebin.net / ?5d91d1fbee3a878d#HwX7fgazuccoVsBrv3pBPdzipdBCJFwoGT2fEPxLBFn1
Re: sabnzbd does not start / crashes - OSError: No socket could be created
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.
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.
Re: sabnzbd does not start / crashes - OSError: No socket could be created
windows firewall disabled:
https://privatebin.net / ?84ad58e859276d45#CQqjkrrZUPGUa7YqLYvGyTU9z6tfFdwzPntLzkRfsgVU
https://privatebin.net / ?84ad58e859276d45#CQqjkrrZUPGUa7YqLYvGyTU9z6tfFdwzPntLzkRfsgVU
Re: sabnzbd does not start / crashes - OSError: No socket could be created
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.
Then I have no solution for you.
Re: sabnzbd does not start / crashes - OSError: No socket could be created
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?
Re: sabnzbd does not start / crashes - OSError: No socket could be created
Yes, you can: google "windows show port listening"
But I think you've got nothing listening on port 8080 and port 8090.
But I think you've got nothing listening on port 8080 and port 8090.
Re: sabnzbd does not start / crashes - OSError: No socket could be created
Have you tried a restart of the device?
Sometimes a Windows update messes things up.
Sometimes a Windows update messes things up.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: sabnzbd does not start / crashes - OSError: No socket could be created
Yes, I have restarted the computer several times
Re: sabnzbd does not start / crashes - OSError: No socket could be created
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.
Thank you for your support.