Page 1 of 1

SABnzbd's queue isn't listing items but they are downloading

Posted: September 25th, 2011, 1:15 pm
by tyanta
In searching, I have come up with two threads where people were experiencing the exact same thing I am. They got everything working again as well. Great. But none of them were able to explain how they got things working.

Summary of problem: Plush theme's queue doesn't appear. Things download fine but seeing the queue is pretty helpful...

Previous threads:
http://forums.sabnzbd.org/viewtopic.php?t=6912
http://forums.sabnzbd.org/viewtopic.php?t=8714

I have tried clearing cache, different browsers, rebooting to no avail. Tried upgrading from 0.6.7 to 0.6.9. Same. Tried switching themes and the others display fine as does the history section and the SABConnect Chrome extension. Running this install on an unraid box.

Ideas appreciated.

Re: SABnzbd's queue isn't listing items but they are downloa

Posted: September 25th, 2011, 2:54 pm
by shypike
It looks like a problem of the Python installation on the UnRaid box.
Outside our influence.

Re: SABnzbd's queue isn't listing items but they are downloa

Posted: September 25th, 2011, 7:39 pm
by tyanta
As someone pointed out in one of the other threads, wouldn't that also cause issues elsewhere in the theme?

Everything works - except for items being listed in the queue.

Re: SABnzbd's queue isn't listing items but they are downloa

Posted: September 26th, 2011, 1:57 am
by shypike
That's because only one element in the theme uses Python's locale function.
The other themes don't do that at all.
This particular piece of code will probably be replaced in the next major release.

BTW: I thought of something.
The cause of the problem's persistence could be caching by the template converter.
Try "touch" on all *tmpl files of Plush, assuming you know where they are located.

Re: SABnzbd's queue isn't listing items but they are downloa

Posted: September 26th, 2011, 6:11 pm
by tyanta
I actually found *a* solution that works. In the case of this being installed on unRaid, removing

Code: Select all

<% locale.setlocale(locale.LC_ALL, "") %>

from the following template file resolved the issue: SABnbd/interfaces/Plush/templates/queue.tmpl.

Re: SABnzbd's queue isn't listing items but they are downloa

Posted: October 15th, 2011, 11:24 am
by csmith665
Thank you for posting that fix. It is nice to have the queue back.