Index out of range failure, NZB [sabnzbd\nzbstuff.py]

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
spec119
Newbie
Newbie
Posts: 13
Joined: May 28th, 2020, 10:01 am

Index out of range failure, NZB [sabnzbd\nzbstuff.py]

Post by spec119 »

Platform Windows 10 running Beta1
So I'm unseeing Beta v 3.00 as it is the only version that handles the deobfrustcate py and since Yesterday running perfectly so I upgraded to new beta1 version and since then have had numerous errors as below

out of range error message I'm not allowed to copy the text as it says new users can't display links although it's not a link so how am I supposed to assist with beta help

This is the result on numerous nzb's from different sources but they load fine on other nzb down-loaders would appreciate any help
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: Index out of range failure

Post by sander »

can you post the errors / log on pastebin, and post the pastebin url here (with space in it)
spec119
Newbie
Newbie
Posts: 13
Joined: May 28th, 2020, 10:01 am

Re: Index out of range failure

Post by spec119 »

Hi sander thanks for your reply I did a fresh install today and still getting the same errors btw been using Sabnzb since over 7 Years

pastebin dot com dwaCLmzP


Invalid NZB file *** 265 {{ skipping (reason=list index out of range, line=1
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Index out of range failure

Post by safihre »

Interesting! Can you send me the NZB's at [email protected]?
How do you send these NZB's to SABnzbd? Manually or through Sonarr/Radarr/etc
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
spec119
Newbie
Newbie
Posts: 13
Joined: May 28th, 2020, 10:01 am

Re: Index out of range failure

Post by spec119 »

manually always but I first thought it was a problem with the download but then I was getting the same issue with stuff from other sources will send now btw it downloads OK on other platforms but I prefer sab when it works :-)
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: Index out of range failure

Post by sander »

So http://pastebin.com/raw/dwaCLmzP

Nice info.

Code: Select all

2020-05-29 11:33:23,555::INFO::[nzbstuff:610] Traceback: 
Traceback (most recent call last):
  File "sabnzbd\nzbstuff.py", line 606, in __init__
  File "sabnzbd\nzbparser.py", line 123, in nzbfile_parser
  File "sabnzbd\nzbstuff.py", line 415, in __eq__
IndexError: list index out of range
The code:

Code: Select all

    def __eq__(self, other):
        """ Assume it's the same file if the bytes and first article are the same """
        return self.bytes == other.bytes and self.decodetable[0] == other.decodetable[0]
So ... self.decodetable[0] and/or other.decodetable[0] don't exist.

I'm curious about the NZB (there must be someting strange in the NZB itself), but I guess Safihre will analyze it.
spec119
Newbie
Newbie
Posts: 13
Joined: May 28th, 2020, 10:01 am

Re: Index out of range failure, NZB [sabnzbd\nzbstuff.py]

Post by spec119 »

Going to try on another machine
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: Index out of range failure, NZB [sabnzbd\nzbstuff.py]

Post by sander »

spec119 wrote: May 29th, 2020, 6:22 am Going to try on another machine
Probably the same result with the same SAB and the same NZB.
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Index out of range failure, NZB [sabnzbd\nzbstuff.py]

Post by safihre »

Received the NZB.
There's indeed a bug.
I will fix it!
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
spec119
Newbie
Newbie
Posts: 13
Joined: May 28th, 2020, 10:01 am

Re: Index out of range failure, NZB [sabnzbd\nzbstuff.py]

Post by spec119 »

very annoyingly it works fine on my other PC same OS it is running the the v3 alpha 2 going to update to beta 1 as this is where it started having issues

LOL you beat me to it as it started the same issue thanks for confirming will await the fix :-)
Post Reply