Strange crash and refusal to restart
Posted: March 17th, 2008, 1:17 pm
Traceback (most recent call last):
File "SABnzbd.py", line 701, in ?
main()
File "SABnzbd.py", line 480, in main
init_ok = sabnzbd.initialize(pause, clean_up)
File "/mnt/disk1/Shared/SABnzbd/sabnzbd/decorators.py", line 26, in newFunction
return f(*args, **kw)
File "/mnt/disk1/Shared/SABnzbd/sabnzbd/__init__.py", line 349, in initialize
cache_limit = int(from_units(cache_limit))
File "/mnt/disk1/Shared/SABnzbd/sabnzbd/misc.py", line 592, in from_units
if m.group(2):
AttributeError: 'NoneType' object has no attribute 'group'
Machine barfed downloading while I was at work. It did respond to adding files to queue and to shutdown request but would not continue downloading.
The message above is what happens when I try to re-start it. Unfortunately I zapped all the logs etc (which were huge!!!) - I tried deleting all .pyc files and re-start but same message. I had this issue before and zapped the whole install and re-installed machine from scratch.
I'm running on a Linkstation Pro running Linux. Python 2.4, SAB 0.3.3.
Any ideas?
File "SABnzbd.py", line 701, in ?
main()
File "SABnzbd.py", line 480, in main
init_ok = sabnzbd.initialize(pause, clean_up)
File "/mnt/disk1/Shared/SABnzbd/sabnzbd/decorators.py", line 26, in newFunction
return f(*args, **kw)
File "/mnt/disk1/Shared/SABnzbd/sabnzbd/__init__.py", line 349, in initialize
cache_limit = int(from_units(cache_limit))
File "/mnt/disk1/Shared/SABnzbd/sabnzbd/misc.py", line 592, in from_units
if m.group(2):
AttributeError: 'NoneType' object has no attribute 'group'
Machine barfed downloading while I was at work. It did respond to adding files to queue and to shutdown request but would not continue downloading.
The message above is what happens when I try to re-start it. Unfortunately I zapped all the logs etc (which were huge!!!) - I tried deleting all .pyc files and re-start but same message. I had this issue before and zapped the whole install and re-installed machine from scratch.
I'm running on a Linkstation Pro running Linux. Python 2.4, SAB 0.3.3.
Any ideas?