Urlgrabber crashes

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • 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.
Post Reply
DrStrange
Newbie
Newbie
Posts: 4
Joined: February 26th, 2011, 6:59 am

Urlgrabber crashes

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Urlgrabber crashes

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Urlgrabber crashes

Post by shypike »

How exactly do you enter the NZB files in the queue?
DrStrange
Newbie
Newbie
Posts: 4
Joined: February 26th, 2011, 6:59 am

Re: Urlgrabber crashes

Post 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.
Last edited by DrStrange on February 26th, 2011, 9:41 am, edited 1 time in total.
far972
Newbie
Newbie
Posts: 7
Joined: February 28th, 2011, 2:37 pm

Re: Urlgrabber crashes

Post 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...
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Urlgrabber crashes

Post 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.
far972
Newbie
Newbie
Posts: 7
Joined: February 28th, 2011, 2:37 pm

Re: Urlgrabber crashes

Post by far972 »

Thanks for the tip, I will give it a shot.

Also, great job with Beta, loving it so far.
Post Reply