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.
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.
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
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.