having problems starting sabnzbd on xxxx port...

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
steve51184

having problems starting sabnzbd on xxxx port...

Post by steve51184 »

i'm geting the below error after trying to start sabnzbd and i've tried to start it on another port but still the same

Image

Version: 0.3.1
OS: linux fedora core 4
Install-type: this one http://kent.dl.sourceforge.net/sourcefo ... .1-src.zip
Last edited by steve51184 on March 12th, 2008, 1:31 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: having problems starting sabnzbd on xxxx port...

Post by shypike »

Look carefully at the logging in the console window.
You can try --server 0.0.0.0:. This means SABnzbd will try to listen on the systems IP address and on localhost.
Otherwise try the IP address of your system (use ifconfig to find it.)

PS:
Starting SABnzbd from a terminal window is normally not a good idea. Once you have it working properly, use the -d option to prevent SABnzbd from terminating when you close the console.
steve51184

Re: having problems starting sabnzbd on xxxx port...

Post by steve51184 »

thanks for the reply i tried 0.0.0.0 and my server's ip but i get the same error about the port not matter what port i try :\
steve51184

Re: having problems starting sabnzbd on xxxx port...

Post by steve51184 »

this is what pops up before i get the error in that above screenshot:
2008-03-12 09:54:08,748::INFO::SABnzbd.py-0.3.1
2008-03-12 09:54:08,749::INFO::Initializing SABnzbd v0.3.1
2008-03-12 09:54:08,752::INFO::[sabnzbd] Loading data for rss.sab from /root/.sabnzbd/cache/rss.sab
2008-03-12 09:54:08,754::INFO::[sabnzbd] Loading data for bytes.sab from /root/.sabnzbd/cache/bytes.sab
2008-03-12 09:54:08,755::INFO::[sabnzbd] Loading data for queue.sab from /root/.sabnzbd/cache/queue.sab
2008-03-12 09:54:08,759::INFO::_yenc module... found!
2008-03-12 09:54:08,760::INFO::celementtree module... found!
2008-03-12 09:54:08,761::INFO::par2 binary... found (/bin/par2)
2008-03-12 09:54:08,762::INFO::rar binary... found (/usr/local/bin/rar)
2008-03-12 09:54:08,762::INFO::unzip binary... found (/usr/bin/unzip)
2008-03-12 09:54:08,763::INFO::Perl interpreter... found (['/usr/local/bin/perl', '/home/username/sabnzbd/sabnzbd/utils/sendEmail.pl'])
2008-03-12 09:54:08,765::INFO::Web dir is /home/username/sabnzbd/interfaces/Default
2008-03-12 09:54:08,770::INFO::Starting SABnzbd.py-0.3.1
2008-03-12 09:54:08,772::INFO::Starting web-interface on [myserverip]:[port]
2008-03-12 09:54:08,773::ERROR::Failed to start web-interface
Traceback (most recent call last):
  File "SABnzbd.py", line 663, in main
    cherrypy.server.start(init_only=True)
TypeError: start() got an unexpected keyword argument 'init_only'
2008-03-12 09:54:08,777::INFO::Lauching browser with /tmp/tmpsmNZBn.html
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: having problems starting sabnzbd on xxxx port...

Post by switch »

Hmm, what version of cherrypy do you have?

Code: Select all

python
import cherrypy
cherrypy.__version__
Make sure it is either 2.2.1 or 2.3 (no other has been tested)
steve51184

Re: having problems starting sabnzbd on xxxx port...

Post by steve51184 »

2.1.1 :-[

how do i update it with FC4/yum?
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: having problems starting sabnzbd on xxxx port...

Post by switch »

I'm not too familiar with yum.

Maybe
su -c 'yum update python-cherrypy'

Although this could update cherrypy to 3.1 which is not supported.

Future versions of SABnzbd may include cherrypy so as to not run into any of these issues.
steve51184

Re: having problems starting sabnzbd on xxxx port...

Post by steve51184 »

i just manually installed 2.3.0 and it's working fine in the terminal but when i go to http://myserverip:port i get a blank page with a cherry as the favicon?
Last edited by steve51184 on March 12th, 2008, 7:35 am, edited 1 time in total.
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: having problems starting sabnzbd on xxxx port...

Post by switch »

Try http://myserverip:port/sabnzbd/
steve51184

Re: having problems starting sabnzbd on xxxx port...

Post by steve51184 »

thank you VERY much for all your help!!!!!!
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: having problems starting sabnzbd on xxxx port...

Post by switch »

No problem, we should really add the /sabnzbd/ prefix to the cherrypy logging to make it more obvious for terminal users.
Post Reply