Page 1 of 1

"OverflowError: Python int too large to convert to C long"

Posted: October 13th, 2018, 4:15 pm
by OneCD
Hello. :)

SABnzbd 2.3.5 on Debian 9.5 with Python 2.7.13

Got this error for the first time this morning when post-processing a download:

Code: Select all

Traceback (most recent call last):
File "/share/downloads/nzbToMedia/Deobfuscate.py", line 170, in <module>
if decodePar(par2_file):
File "/share/downloads/nzbToMedia/Deobfuscate.py", line 104, in decodePar
parfileToDecode.seek(bodyLength, os.SEEK_CUR)
OverflowError: Python int too large to convert to C long
Anything I can do to help?

Re: "OverflowError: Python int too large to convert to C long"

Posted: October 14th, 2018, 2:23 am
by safihre
Send me the par2-file and let's see :)

Re: "OverflowError: Python int too large to convert to C long"

Posted: October 14th, 2018, 2:37 am
by OneCD
Done. 8)

Re: "OverflowError: Python int too large to convert to C long"

Posted: October 14th, 2018, 2:44 am
by OneCD
Sorry @safihre - I just noticed this download was actually incomplete (70 articles missing) but post-processing was performed due to my config.

In that case, it’s perfectly understandable that post-processing would choke, as the Par files were probably corrupt.

My bad. I withdraw my question. :-[