"the sabnzbd binary newsreader service could not be started"
it says the service quit with out reporting any errors so im at a loss atm
This is driving me MAD! plz help
So, just for grins, I looked at line 996 in SABnzbd.py in main to see what I could see. This appears to be an IOError exception thrown when checking for the https port availability, suggesting that the specified https port is in use already.terrible1 wrote: so i get two errors when i try and start the service as follows:
The instance's SvcRun() method failed
Traceback (most recent call last):
File "win32serviceutil.pyo", line 806, in SvcRun
File "SABnzbd.pyo", line 1512, in SvcDoRun
File "SABnzbd.pyo", line 996, in main
File "SABnzbd.pyo", line 304, in Bail_Out
File "sabnzbd\misc.pyo", line 888, in exit_sab
SystemExit: 2
%2: %3
When you reinstalled, did you also delete the old ini file as pointed to in the service installation command?how ever i played with some https settings and did a manual restart of sabnzbd....
So after playing around to no avail i delete sabnzbd everything in the program files and in my documents and deleted both services. I reinstalled sabnzbd and now when I try to start the service i get the following...
Code: Select all
SABnzbd-service.exe -f <path> installOuch, I thought I had fixed that some time ago.minimeh wrote: So, just for grins, I looked at line 996 in SABnzbd.py in main to see what I could see. This appears to be an IOError exception thrown when checking for the https port availability, suggesting that the specified https port is in use already.