False .jig files in series
Forum rules
Help us help you:
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.
-
- Newbie
- Posts: 8
- Joined: January 19th, 2018, 1:34 pm
Re: False .jig files in series
So are you saying that the jig files are real files and my servers just can't download them? I'll deactivate my current servers and try another and see what happens.
Re: False .jig files in series
No the jig files are fake, but a dropped connection on one of your servers causes SAB to retry it endlessly (this is the bug I need to fix).
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: False .jig files in series
Any news on the .jig files? Isn't impacting operation, but a nuisance as it throws an error every time. Would be nice if we could just ignore that file extension.
Re: False .jig files in series
It throws an error? What error?
I re-dowloaded https://pastebin.com/k9FbAuKF, and no error at all. Just a correct download.
Re: False .jig files in series
I've been getting the same thing now for weeks. Here's one that was logged earlier:
Looking at the gzipped NZB downloaded from my indexer, the .jig file is mentioned at the end of the NZB. Here's the tail-end of my sample NZB:2018-02-05 16:59:38,994::WARNING::[nzbstuff:496] File "<HASH>5ab0512.jig" yEnc (1/1) is empty, skipping
Important to note that the actual target files download without issue - SABnzbd just records that message in its log.</segments>
</file>
<file poster="2cc68aad19d2985427bcf3040fe6d871 <[email protected]>" date="1490071459" subject=""918c03e61a8be25ea98f818355ab0512.jig" yEnc (1/1)">
<groups>
<group>alt.binaries.boneless</group>
</groups>
<segments>
</segments>
</file><!-- generated by newznab 0.2.3pz -->
</nzb>
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
-
- Newbie
- Posts: 8
- Joined: January 19th, 2018, 1:34 pm
Re: False .jig files in series
I've been getting that error as well. It's better than the unpacking process hanging like it used to do so it is certainly progress.sander wrote: ↑February 11th, 2018, 2:02 amIt throws an error? What error?
I re-dowloaded https://pastebin.com/k9FbAuKF, and no error at all. Just a correct download.
Re: False .jig files in series
I repeat: what error?
Re: False .jig files in series
@sander: Not all NZB's with the JIG files are the same, some have a nonsense article in them but some are empty just like OneCD shows.
This will give this error when adding the NZB:
https://github.com/sabnzbd/sabnzbd/blob ... ff.py#L496
"File xxx.jig is empty, skipping"
This will give this error when adding the NZB:
https://github.com/sabnzbd/sabnzbd/blob ... ff.py#L496
"File xxx.jig is empty, skipping"
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
-
- Newbie
- Posts: 8
- Joined: January 19th, 2018, 1:34 pm
Re: False .jig files in series
Yes... It is a warning, not an error.safihre wrote: ↑February 11th, 2018, 1:48 pm @sander: Not all NZB's with the JIG files are the same, some have a nonsense article in them but some are empty just like OneCD shows.
This will give this error when adding the NZB:
https://github.com/sabnzbd/sabnzbd/blob ... ff.py#L496
"File xxx.jig is empty, skipping"
Blahblahblah.Jig is empty, skipping.
Re: False .jig files in series
Oh, I see. And that Warning appears in the GUI.killerz298 wrote: ↑February 11th, 2018, 2:02 pm
Yes... It is a warning, not an error.
Blahblahblah.Jig is empty, skipping.
For the people running from source: I guess you can change
Code: Select all
sabnzbd/nzbstuff.py:496: logging.warning(T('File %s is empty, skipping'), self.filename)
Code: Select all
sabnzbd/nzbstuff.py:496: logging.info(T('File %s is empty, skipping'), self.filename)
-
- Newbie
- Posts: 8
- Joined: January 19th, 2018, 1:34 pm
Re: False .jig files in series
Yes, it shows in the gui and windows notification bar.sander wrote: ↑February 11th, 2018, 2:22 pmOh, I see. And that Warning appears in the GUI.killerz298 wrote: ↑February 11th, 2018, 2:02 pm
Yes... It is a warning, not an error.
Blahblahblah.Jig is empty, skipping.
For the people running from source: I guess you can change
toCode: Select all
sabnzbd/nzbstuff.py:496: logging.warning(T('File %s is empty, skipping'), self.filename)
to get rid of the WarningCode: Select all
sabnzbd/nzbstuff.py:496: logging.info(T('File %s is empty, skipping'), self.filename)
Re: False .jig files in series
Changing a line of code might be above my pay grade. Will it be fixed in a future update?
I seem to be getting this each download now, or close to it.
I seem to be getting this each download now, or close to it.
Re: False .jig files in series
I don't want to change this really. There should be a warning when an invalid NZB (empty file) is provided. This way the user knows something is wrong.
It's a bit annoying that indexers now use this as some kind of tactic.
It's a bit annoying that indexers now use this as some kind of tactic.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: False .jig files in series
I'll add an option to Config->Special.
Re: False .jig files in series
Hi shypike, safihre, followup question: Is this something we should be complaining about to our nzb indexers? Because i donate to them as well, and if it's something lame they are doing, I want to complain. Or maybe I misunderstood your explanation.