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.
SABnzbd's queue isn't listing items but they are downloading
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: SABnzbd's queue isn't listing items but they are downloa
It looks like a problem of the Python installation on the UnRaid box.
Outside our influence.
Outside our influence.
Re: SABnzbd's queue isn't listing items but they are downloa
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.
Everything works - except for items being listed in the queue.
Re: SABnzbd's queue isn't listing items but they are downloa
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.
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
I actually found *a* solution that works. In the case of this being installed on unRaid, removing
from the following template file resolved the issue: SABnbd/interfaces/Plush/templates/queue.tmpl.
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
Thank you for posting that fix. It is nice to have the queue back.

