I've installed the latest version of sabnzbd+ and it works perfectly on the local machine and over the internet. If however i want to open the webinterface from another pc in the network i get an error:
500 Internal error
The server encountered an unexpected condition which prevented it from fulfilling the request.
I've tried serveral ways to setup the host, i've used my hostname, ip address, nothing and 0.0.0.0. But whatever i try i can never connect to it from other pc's.
What am i doing wrong?
sabnzbd over lan
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.
Re: sabnzbd over lan
do you have another webserver running on the lan machine? can you ping it?
Re: sabnzbd over lan
Yeah, i have IIS running on port 80, i have utorrents webclient running on port 8080 and sabnzbd running on port 9090. I tried ninan as well, and this works as well as all the other programs.
Has to do something with sabnzbd
Has to do something with sabnzbd
Re: sabnzbd over lan
What does the sabnzbd+ logging say?
edit: search on the internet for IIS and cherrypy and i see that it's possible to run cherrypy inside the IIS server. Maybe if nobody else got a solution, try that out.
By the way,if you are going to host it inside the IIS server, you will have to use the sabnzbd source and not the installer or zip package... (don't know if it even is possible to run inside IIS...)
edit: search on the internet for IIS and cherrypy and i see that it's possible to run cherrypy inside the IIS server. Maybe if nobody else got a solution, try that out.
By the way,if you are going to host it inside the IIS server, you will have to use the sabnzbd source and not the installer or zip package... (don't know if it even is possible to run inside IIS...)
Last edited by DeXeS on March 28th, 2008, 1:20 pm, edited 1 time in total.
Re: sabnzbd over lan
Did you open the firewall for SABnzbd?
It won't do it for you.
It won't do it for you.
Re: sabnzbd over lan
Post the error that will be inside cherrypy.log and we'll do our best to help.
Re: sabnzbd over lan
The windows firewall and the firewall in the router are disabled. Ports are correctly forwarded. It's reachable from outside my lan (internet) and locally, just not from other pc's in my lan.
I've also tried with and without authentication, but keep getting internal error 500 or page not found.
www.infinitus-odium.com/sabnzbd.rar
That file contains my config, sabnzbd log and cherrypy log.
About running sabnzbd in iis, it's worth a shot if nothing else works. However, since i'm not really using iis anymore i was gonna uninstall it. Also, it doesn't matter if iis is running or not, still can't connect.
I've also tried with and without authentication, but keep getting internal error 500 or page not found.
www.infinitus-odium.com/sabnzbd.rar
That file contains my config, sabnzbd log and cherrypy log.
About running sabnzbd in iis, it's worth a shot if nothing else works. However, since i'm not really using iis anymore i was gonna uninstall it. Also, it doesn't matter if iis is running or not, still can't connect.
Re: sabnzbd over lan
Getting a 404 (The page cannot be found) on that link.
Re: sabnzbd over lan
Ah sorry, made a typo... Works now
Re: sabnzbd over lan
CherryPy doesn't seem to like your cookies.
Try clearing your cookies.
Try with a different browser.
Try changing your web login and password (the username is the most important to change here) to something different (do you actually have one set? Can't tell if you removed it from your ini or none was set).
Try with the default web-ui.
If none of that works, I'll think of some more.
Code: Select all
CookieError: Illegal key value: loginPanel:loginForm:username
Try with a different browser.
Try changing your web login and password (the username is the most important to change here) to something different (do you actually have one set? Can't tell if you removed it from your ini or none was set).
Try with the default web-ui.
If none of that works, I'll think of some more.
Last edited by switch on March 28th, 2008, 4:21 pm, edited 1 time in total.
Re: sabnzbd over lan
Ah nice, worked in firefox, so deleted browsing history in IE7 and it works now.
Strange though, at first it didn't work in both browsers.
Anyway, thanks for the great support and keep up the good work.
Strange though, at first it didn't work in both browsers.
Anyway, thanks for the great support and keep up the good work.