SABnzbd can start in Firefox

Report & discuss bugs found in 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
persen61
Newbie
Newbie
Posts: 12
Joined: January 2nd, 2009, 5:09 pm

SABnzbd can start in Firefox

Post by persen61 »

I have install Mint 7 and SABnzbd 04.11, when I start SABnzbd, firefox said "can't show side"
I have copy terminal log.


/home/frandsen/ SABnzbd/SABnzbd-0.4.11/cherrypy/lib/cptools.py:3: DeprecationWarning: the md5 module is deprecated; use hashlib instead
 import md5
/home/frandsen/ SABnzbd/SABnzbd-0.4.11/cherrypy/filters/sessionfilter.py:33: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
 import sha
2009-06-01 11:04:35,066::INFO::--------------------------------
2009-06-01 11:04:35,077::INFO::SABnzbd.py-0.4.11 (rev=2517)
2009-06-01 11:04:35,077::INFO::Platform = posix
2009-06-01 11:04:35,077::INFO::Python-version = 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3]
2009-06-01 11:04:35,079::INFO::[sabnzbd] Loading data for rss_data.sab from /home/frandsen/.sabnzbd/cache/rss_data.sab
2009-06-01 11:04:35,081::INFO::[sabnzbd] Loading data for bytes7.sab from /home/frandsen/.sabnzbd/cache/bytes7.sab
2009-06-01 11:04:35,081::INFO::[sabnzbd] Loading data for queue7.sab from /home/frandsen/.sabnzbd/cache/queue7.sab
2009-06-01 11:04:35,082::WARNING::[downloader] No active primary servers defined, will not download!
2009-06-01 11:04:35,082::INFO::All processes started
2009-06-01 11:04:35,083::INFO::_yenc module... found!
2009-06-01 11:04:35,083::INFO::celementtree module... found!
2009-06-01 11:04:35,084::INFO::par2 binary... found (/usr/bin/par2)
2009-06-01 11:04:35,084::INFO::unrar binary... found (/usr/bin/unrar)
2009-06-01 11:04:35,084::INFO::unzip binary... found (/usr/bin/unzip)
2009-06-01 11:04:35,084::INFO::nice binary... found (/usr/bin/nice)
2009-06-01 11:04:35,085::INFO::ionice binary... found (/usr/bin/ionice)
2009-06-01 11:04:35,085::INFO::pyOpenSSL... found (True)
2009-06-01 11:04:35,086::INFO::Web dir is /home/frandsen/ SABnzbd/SABnzbd-0.4.11/interfaces/Default
2009-06-01 11:04:35,088::INFO::Starting SABnzbd.py-0.4.11
2009-06-01 11:04:35,089::INFO::[nzbqueue] Saving queue
2009-06-01 11:04:35,089::INFO::[sabnzbd] Saving data for queue7.sab in /home/frandsen/.sabnzbd/cache/queue7.sab
2009-06-01 11:04:35,089::INFO::[sabnzbd] Saving data for bytes7.sab in /home/frandsen/.sabnzbd/cache/bytes7.sab
2009-06-01 11:04:35,090::INFO::[sabnzbd] Saving data for rss_data.sab in /home/frandsen/.sabnzbd/cache/rss_data.sab
2009-06-01 11:04:35,091::INFO::[sabnzbd.misc] URLGrabber starting up
2009-06-01 11:04:35,091::INFO::Starting web-interface on localhost:8080
01/Jun/2009:11:04:35 CONFIG INFO Server parameters:
01/Jun/2009:11:04:35 CONFIG INFO   server.environment: production
01/Jun/2009:11:04:35 CONFIG INFO   server.log_to_screen: True
01/Jun/2009:11:04:35 CONFIG INFO   server.log_file: /home/frandsen/.sabnzbd/logs/cherrypy.log
01/Jun/2009:11:04:35 CONFIG INFO   server.log_tracebacks: True
01/Jun/2009:11:04:35 CONFIG INFO   server.log_request_headers: False
01/Jun/2009:11:04:35 CONFIG INFO   server.protocol_version: HTTP/1.0
01/Jun/2009:11:04:35 CONFIG INFO   server.socket_host: localhost
01/Jun/2009:11:04:35 CONFIG INFO   server.socket_port: 8080
01/Jun/2009:11:04:35 CONFIG INFO   server.socket_file:
01/Jun/2009:11:04:35 CONFIG INFO   server.reverse_dns: False
01/Jun/2009:11:04:35 CONFIG INFO   server.socket_queue_size: 5
01/Jun/2009:11:04:35 CONFIG INFO   server.thread_pool: 10
01/Jun/2009:11:04:35 HTTP INFO Serving HTTP on http://localhost:8080/
2009-06-01 11:04:35,226::INFO::Lauching browser with http://localhost:8080/sabnzbd

Can someone help me ?
 
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd can start in Firefox

Post by shypike »

You are running Python 2.6, we do not support that for the 0.4.x releases.
(We cannot because of the many third-party modules we need).
You should install Python 2.5 on your system.
persen61
Newbie
Newbie
Posts: 12
Joined: January 2nd, 2009, 5:09 pm

Re: SABnzbd can start in Firefox

Post by persen61 »

Thanks I try to install python 2.5.  ;)
Post Reply