Saving .nzb.gz failed
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.
Saving .nzb.gz failed
Ever since nzbmatrix went down and I've been using alternative resources for sickbeard/couchpotato, I'm getting "Saving XXXXXXX .nzb.gz failed"
Any ideas? Happens when I use sabconnect++ with chrome as well, is this restricted to nzb search engines? Thanks.
Any ideas? Happens when I use sabconnect++ with chrome as well, is this restricted to nzb search engines? Thanks.
Re: Saving .nzb.gz failed
Where do you see this message?
Re: Saving .nzb.gz failed
In the latest warnings tab in SABnzbd
Re: Saving .nzb.gz failed
Open the log file on SABnzbd's status page
and look for error/warning messages like these.
List the full error or warning here.
and look for error/warning messages like these.
List the full error or warning here.
Re: Saving .nzb.gz failed
That is the full error
Where i put XXXXX is just the file name.
Where i put XXXXX is just the file name.
Re: Saving .nzb.gz failed
There is more info in the log.
Have you looked there?
Have you looked there?
Re: Saving .nzb.gz failed
Ah never mind then, this happened a few days ago and i dont have anything need downloading atm... so the log will be like searching through a needle in a haystack.
May be worth having a general log and a error log to help separate things in future, just a suggestion.
May be worth having a general log and a error log to help separate things in future, just a suggestion.
Re: Saving .nzb.gz failed
Hi,
I'm also getting this error for every movie snatched with CouchPotato.
Here's an example from the log:
2012-12-16 22:57:08,025::ERROR::[__init__:569] Saving D:\Downloads\_incomplete\40023-FULL-a.b.foreignEFNet- The.Bourne.Ultimatum.2007.MULTi.1080p.BluRay.x264.DTS-FHD -001108 - fhd-ultimatum.10\__ADMIN__\40023-FULL-a.b.foreignEFNet- The.Bourne.Ultimatum.2007.MULTi.1080p.BluRay.x264.DTS-FHD -001108 - fhd-ultimatum.10.nzb.gz failed
2012-12-16 22:57:08,025::INFO::[__init__:570] Traceback:
Traceback (most recent call last):
File "sabnzbd\__init__.pyo", line 564, in save_compressed
File "gzip.pyo", line 95, in __init__
IOError: [Errno 2] No such file or directory: '40023-FULL-a.b.foreignEFNet- The.Bourne.Ultimatum.2007.MULTi.1080p.BluRay.x264.DTS-FHD -001108 - fhd-ultimatum.10.nzb.gz'
Notice that the movie is downloaded and unpacked without any issues despite the error.
Can you please assist?
Thanks,
Guy
I'm also getting this error for every movie snatched with CouchPotato.
Here's an example from the log:
2012-12-16 22:57:08,025::ERROR::[__init__:569] Saving D:\Downloads\_incomplete\40023-FULL-a.b.foreignEFNet- The.Bourne.Ultimatum.2007.MULTi.1080p.BluRay.x264.DTS-FHD -001108 - fhd-ultimatum.10\__ADMIN__\40023-FULL-a.b.foreignEFNet- The.Bourne.Ultimatum.2007.MULTi.1080p.BluRay.x264.DTS-FHD -001108 - fhd-ultimatum.10.nzb.gz failed
2012-12-16 22:57:08,025::INFO::[__init__:570] Traceback:
Traceback (most recent call last):
File "sabnzbd\__init__.pyo", line 564, in save_compressed
File "gzip.pyo", line 95, in __init__
IOError: [Errno 2] No such file or directory: '40023-FULL-a.b.foreignEFNet- The.Bourne.Ultimatum.2007.MULTi.1080p.BluRay.x264.DTS-FHD -001108 - fhd-ultimatum.10.nzb.gz'
Notice that the movie is downloaded and unpacked without any issues despite the error.
Can you please assist?
Thanks,
Guy
Re: Saving .nzb.gz failed
Should have guessed this earlier.
The total path is too long for Windows.
Use the Special setting "folder_max_length" in Config->Special for this.
Set it to 50, this will trim the individual path elements to 50, which should keep the total within the maximum of 254.
The total path is too long for Windows.
Use the Special setting "folder_max_length" in Config->Special for this.
Set it to 50, this will trim the individual path elements to 50, which should keep the total within the maximum of 254.
-
kevindd992002
- Full Member

- Posts: 211
- Joined: October 31st, 2012, 9:35 pm
Re: Saving .nzb.gz failed
I'm getting the same error. Why can't we set 253 if the maximum is 254?
Re: Saving .nzb.gz failed
Because it's the maximum size of each path element, not of the total path.
So, if you were to use 3, then this conversion would be done:
/my/waytoolong/path -->. /my/way/pat
So, if you were to use 3, then this conversion would be done:
/my/waytoolong/path -->. /my/way/pat
-
kevindd992002
- Full Member

- Posts: 211
- Joined: October 31st, 2012, 9:35 pm
Re: Saving .nzb.gz failed
I still don't get it. If you set it to 253, then the maximum size of each path element would be 253 which is still less than the 254 max limit. So what is the problem with that?
Re: Saving .nzb.gz failed
The TOTAL path size must be below 254.
-
kevindd992002
- Full Member

- Posts: 211
- Joined: October 31st, 2012, 9:35 pm
Re: Saving .nzb.gz failed
Now I got it. Thanks.
