Page 1 of 1
Urlgrabber crashes
Posted: February 26th, 2011, 7:09 am
by DrStrange
OS: Windows 7 SP1
0.6.0 Beta2 (clean install from .exe)
Plush Gold template
AV: Comodo Internet Security
IPv6: no
Whenever an nzb is added I get a warning error:
ERROR::[urlgrabber:198] URLGRABBER CRASHED
Traceback (most recent call last):
File "sabnzbd\urlgrabber.pyo", line 152, in run
File "sabnzbd\misc.pyo", line 1092, in bad_fetch
AttributeError: 'NoneType' object has no attribute 'pp
Sabnzbd still downloads the .nzb successfully.
Also, since 0.6.0 no longer uses the cache at Appdata\local\sabnzbd\cache, is it okay to delete the articles there, as they weren't removed when I uninstalled 0.5.6? I will leave in a file 'bytes9.sab' as 0.6.0 seems to use it.
Re: Urlgrabber crashes
Posted: February 26th, 2011, 8:50 am
by shypike
Weird error, I'll check what's going on.
The URLGrabber will restart itself.
The "cache" folder is no longer used, it can be removed.
All important files are now in "admin" and the article cache is in the
individual download folders.
Re: Urlgrabber crashes
Posted: February 26th, 2011, 8:52 am
by shypike
How exactly do you enter the NZB files in the queue?
Re: Urlgrabber crashes
Posted: February 26th, 2011, 9:28 am
by DrStrange
I think the error must be related to how the nzbs are added. Any crashes I've got are from using sickbeard or couchpotato to add the nzbs. But the logs for sickbeard and couchpotato say the nzbs were sent to sabnzbd successfully.
If I use the web browser to add them directly, urlgrabber doesn't crash.
Re: Urlgrabber crashes
Posted: February 28th, 2011, 2:52 pm
by far972
I'm having the same problem with the URLgrabber...
I also think it is when NZBs are added via an addon like Slick Beard or Couch Potato
Here are (what I think) are the relevant lines from the log.
Code: Select all
:INFO::[assembler:83] Decoding C:\Users\####\Documents\downloads\incomplete\#file_name_was_here#.r07 yenc2011-02-25 09:21:59,688:
:INFO::[urlgrabber:149] Retry URL https://nzbmatrix.com/api-nzb-bookmarks.php?action=remove&id=856737&username=######&apikey=#API_KEY_REMOVED#-02-25 09:21:59,691:
:INFO::[urlgrabber:101] Removing nzbmatrix bookmark 8567372011-02-25 09:22:00,920:
:INFO::[urlgrabber:149] Retry URL https://nzbmatrix.com/api-nzb-bookmarks.php?action=remove&id=856737&username=######&apikey=#API_KEY_REMOVED#-02-25 09:22:00,921:
:INFO::[urlgrabber:101] Removing nzbmatrix bookmark 8567372011-02-25 09:22:02,233:
:INFO::[urlgrabber:149] Retry URL https://nzbmatrix.com/api-nzb-bookmarks.php?action=remove&id=856737&username=######&apikey=#API_KEY_REMOVED#-02-25 09:22:02,233:
:INFO::[urlgrabber:101] Removing nzbmatrix bookmark 8567372011-02-25 09:22:03,608::ERROR::[urlgrabber:198] URLGRABBER CRASHEDTraceback (most recent call last):
File "sabnzbd\urlgrabber.pyo", line 152, in run
File "sabnzbd\misc.pyo", line 1092, in bad_fetch
AttributeError: 'NoneType' object has no attribute 'pp'
If you need any more info, let me know...
Re: Urlgrabber crashes
Posted: February 28th, 2011, 3:02 pm
by shypike
It crashes in an attempt to remove the nzbmatrix bookmark.
So I guess there's an error in the associated error handler.
Work-around: uncheck "Un-Bookmark If Download Complete" in Config->IndexSites, nzbmatrix entry.
Re: Urlgrabber crashes
Posted: February 28th, 2011, 3:50 pm
by far972
Thanks for the tip, I will give it a shot.
Also, great job with Beta, loving it so far.