SABnzbd 0.4.0 beta 2: AttributeError: 'NoneType' object has no attribute 'group'
Posted: April 20th, 2008, 1:13 pm
SAB stopped again in the middle of a download. I did a CTRL-C and a new start-up, and got only this:
I'll do a fresh 'install' of SAB to see if that solves things.
Code: Select all
sander@ubuntu804:~/SABnzbd-0.4.0Beta2$ ./SABnzbd.py
Traceback (most recent call last):
File "./SABnzbd.py", line 714, in <module>
main()
File "./SABnzbd.py", line 521, in main
init_ok = sabnzbd.initialize(pause, clean_up)
File "/home/sander/SABnzbd-0.4.0Beta2/sabnzbd/decorators.py", line 26, in newFunction
return f(*args, **kw)
File "/home/sander/SABnzbd-0.4.0Beta2/sabnzbd/__init__.py", line 431, in initialize
cache_limit = int(from_units(cache_limit))
File "/home/sander/SABnzbd-0.4.0Beta2/sabnzbd/misc.py", line 614, in from_units
if m.group(2):
AttributeError: 'NoneType' object has no attribute 'group'
sander@ubuntu804:~/SABnzbd-0.4.0Beta2$