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

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
tyanta
Newbie
Newbie
Posts: 3
Joined: September 25th, 2011, 1:04 pm

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

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

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

Post by shypike »

It looks like a problem of the Python installation on the UnRaid box.
Outside our influence.
tyanta
Newbie
Newbie
Posts: 3
Joined: September 25th, 2011, 1:04 pm

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

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

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

Post 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.
tyanta
Newbie
Newbie
Posts: 3
Joined: September 25th, 2011, 1:04 pm

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

Post 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.
csmith665
Newbie
Newbie
Posts: 3
Joined: October 15th, 2011, 11:21 am

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

Post by csmith665 »

Thank you for posting that fix. It is nice to have the queue back.
Post Reply