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

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • 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
User avatar
OneCD
Hero Member
Hero Member
Posts: 557
Joined: March 4th, 2017, 3:47 pm

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

Post 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?
Stuff I like: Apache bash cron DD-WRT Debian DNSMasq Entware FireFox GitHub ImageMagick Kate KDE LibreELEC Netrunner NFS NVIDIA OpenVPN Orvibo-S20 pfSense Python Raspberry-Pi RAID SABnzbd Transmission Usenet VirtualBox Watcher3 XFCE
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

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

Post by safihre »

Send me the par2-file and let's see :)
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
OneCD
Hero Member
Hero Member
Posts: 557
Joined: March 4th, 2017, 3:47 pm

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

Post by OneCD »

Done. 8)
Stuff I like: Apache bash cron DD-WRT Debian DNSMasq Entware FireFox GitHub ImageMagick Kate KDE LibreELEC Netrunner NFS NVIDIA OpenVPN Orvibo-S20 pfSense Python Raspberry-Pi RAID SABnzbd Transmission Usenet VirtualBox Watcher3 XFCE
User avatar
OneCD
Hero Member
Hero Member
Posts: 557
Joined: March 4th, 2017, 3:47 pm

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

Post 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. :-[
Stuff I like: Apache bash cron DD-WRT Debian DNSMasq Entware FireFox GitHub ImageMagick Kate KDE LibreELEC Netrunner NFS NVIDIA OpenVPN Orvibo-S20 pfSense Python Raspberry-Pi RAID SABnzbd Transmission Usenet VirtualBox Watcher3 XFCE
Post Reply