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.
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/usr/share/sabnzbdplus/sabnzbd/decoder.py", line 174, in run
if killed:
UnboundLocalError: local variable 'killed' referenced before assignment
running on with all updates installed
Distributor ID : Ubuntu
Description : Ubuntu 12.04.1 LTS
Release : 12.04
Codename : precise
Last edited by sirroden on January 6th, 2013, 2:19 am, edited 1 time in total.
2013-01-05 16:54:06,998::INFO::[downloader:567] Connecting [email protected]:119 finished
2013-01-05 16:54:12,490::INFO::[decoder:118] CRC Error in [email protected] (A93F1CAD -> A3BDD0E9)
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/local/sabnzbd/sabnzbd/decoder.py", line 174, in run
if killed:
UnboundLocalError: local variable 'killed' referenced before assignment
Looks like a simple coding error introduced in this commit. In the try/except statement starting at line 96 of decoder.py the 'killed' var is defined only in case of BadYenc but not for CrcError, IOError, or the catchall.
shypike wrote:He want to know how to revert to 0.7.7.
Which apt-get is that?
Apt-get only knows stuff currently on offer in repositories, so there'll typically be two known versions of sab: the latest (from the ppa) and whatever came with the ubuntu release (often rather ancient).
The simplest in this case is probably to just replace the decoder.py with the fixed one:
sander@R540:$ sudo apt-get install sabnzbdplus=0.7.7-0ubuntu1~jcfp1~quantal
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '0.7.7-0ubuntu1~jcfp1~quantal' for 'sabnzbdplus' was not found
sander@R540:$