OS X queue page not loading fully
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: OS X queue page not loading fully
@dcp Could you try 8080 with this patched build, please ?
Re: OS X queue page not loading fully
anybody had tested the patched version ?
Re: OS X queue page not loading fully
I tried it out and it still has the same issue. Sorry!
Last edited by b1scu1t on March 6th, 2009, 1:21 pm, edited 1 time in total.
-
dcp
Re: OS X queue page not loading fully
have tried the patched version and it works!
Thanks.
Update: Sorry, I'm not using port 8080 though. Its another 8000 port but am able to view the full queue list externally and internally.
Thanks.
Update: Sorry, I'm not using port 8080 though. Its another 8000 port but am able to view the full queue list externally and internally.
Last edited by dcp on March 7th, 2009, 7:20 pm, edited 1 time in total.
Re: OS X queue page not loading fully
For me, with the patched version, all ports tested (8080,8090,8000) are working...
@b1scu1t : It's strange that 8090 works for you but not 8080... I don't see why.
@b1scu1t : It's strange that 8090 works for you but not 8080... I don't see why.
Re: OS X queue page not loading fully
Raf,
It starts up fine and it works ok for some time, before it starts freezing up. A restart sems to fix the problem. May be there is something to do w/ my machine.
b1scu1t
It starts up fine and it works ok for some time, before it starts freezing up. A restart sems to fix the problem. May be there is something to do w/ my machine.
b1scu1t
Re: OS X queue page not loading fully
sorry for not replying before I stopped using sab for a while. I just tried this patched version out and it works perfectly now with a queue of about 65 items, when before it would only display the first few and then cut off. (still using 8080)rAf wrote: Some interesting infos found in this Cherrypy trac :
http://www.cherrypy.org/ticket/598
It seems that there is an old problem affecting OSX.
I've checked and I'm using the latest version of CherryPy in OSX build but not lastest python (2.5.2)
I've updated python to 2.5.4 and tested and same issue occurs.
I've try to patch CherryPy with that (from the link above not mine) :
Inside def tick(), comment out these two lines:
And add these two:Code: Select all
#if hasattr(s, 'settimeout'): # s.settimeout(self.timeout)
And it seems to work... if someone wants to test here a link to a SAB patched versionCode: Select all
if hasattr(s, 'setblocking'): s.setblocking(1)
It seems that internal Apple python may work, I'll try to test but we can't use this because we'll loose 10.4, 10.5 compatibility...
rAf
thank you so much!

