New user having some errors

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
pkpei476
Newbie
Newbie
Posts: 2
Joined: September 8th, 2009, 8:39 pm

New user having some errors

Post by pkpei476 »

Can anyone help?

Unrecoverable error in the server.

===First Error===

Traceback (most recent call last):
 File "cherrypy/_cphttptools.pyc", line 126, in _run
 File "cherrypy/filters/__init__.pyc", line 151, in applyFilters
 File "sabnzbd/interface.pyc", line 243, in beforeFinalize
 File "sabnzbd/interface.pyc", line 2187, in index
 File "Cheetah/Template.pyc", line 1192, in __init__
 File "Cheetah/Template.pyc", line 1480, in _compile
 File "Cheetah/Template.pyc", line 725, in compile
 File "Cheetah/Compiler.pyc", line 1556, in __init__
IOError: [Errno 24] Too many open files: '/Applications/SABnzbd.app/Contents/Resources/interfaces/Default/templates/connection_info.tmpl'


===Second Error===

Page handler: 'Too many open files'
Traceback (most recent call last):
 File "cherrypy/_cphttptools.pyc", line 446, in handleError
 File "cherrypy/_cputil.pyc", line 375, in _cp_on_error
 File "cherrypy/_cperror.pyc", line 173, in set_response
 File "cherrypy/_cputil.pyc", line 249, in _cp_on_http_error
 File "cherrypy/__init__.pyc", line 115, in log
 File "cherrypy/_cputil.pyc", line 156, in _cp_log_message
IOError: [Errno 24] Too many open files: '/Users/Scotty/.sabnzbd/logs/cherrypy.log'
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: New user having some errors

Post by shypike »

Don't you think it would be helpful if you told us something more about the situation?
Operating System? Binary or source distribution?
How did you install, etc. ?
pkpei476
Newbie
Newbie
Posts: 2
Joined: September 8th, 2009, 8:39 pm

Re: New user having some errors

Post by pkpei476 »

Sorry,  I am using Mac OS 10.6 I am able to start the program and go to the first screen but when i click on config or any of the other options i get that error.  I have tried uninstalling and reinstalling and still have the same problem.  You lost me on source vs. Binary, i am very new to this.

Thanks for your help.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: New user having some errors

Post by shypike »

You must be using the DMG distribution.
I'm not sure if the OSX expert on our team has actually tested on Snow Leopard.
I'll contact him.
nomad980
Newbie
Newbie
Posts: 6
Joined: December 8th, 2009, 11:04 pm

Re: New user having some errors

Post by nomad980 »

I been getting a similar error on ubuntu 9.10.

Exception in thread HTTPServer Thread-10:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 477, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 75, in _start_http_thread
    self.httpserver.start()
  File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 1634, in start
    self.tick()
  File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 1682, in tick
    s, addr = self.socket.accept()
  File "/usr/lib/python2.6/socket.py", line 195, in accept
    sock, addr = self._sock.accept()
error: [Errno 24] Too many open files

I have to restart the server every so often. weird part is that there isn't anything being downloaded right now, which is really weird.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: New user having some errors

Post by shypike »

Are you using SABnzbd 0.4.12 ?
If so, that is not supported in combination with Python 2.6
Please use 2.5.
nomad980
Newbie
Newbie
Posts: 6
Joined: December 8th, 2009, 11:04 pm

Re: New user having some errors

Post by nomad980 »

Using 0.5.0 beta 5
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: New user having some errors

Post by shypike »

How did you install the software?
From a package or DIY?
nomad980
Newbie
Newbie
Posts: 6
Joined: December 8th, 2009, 11:04 pm

Re: New user having some errors

Post by nomad980 »

I use the repo that is in the forum. I also noticed that after the update the pages take longer to load, and if i change the category on any of the downloads that download gets sent to the last place on the list.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: New user having some errors

Post by shypike »

Please reporty this to the packager.

The tarball distribution of Beta5 works on Ubuntu 9.10, I tested it myself.
nomad980
Newbie
Newbie
Posts: 6
Joined: December 8th, 2009, 11:04 pm

Re: New user having some errors

Post by nomad980 »

Thanks for at least helping shypike. I posted my problem on the post for the repo. Lets hope they can help me =)
Post Reply