Page 1 of 1

Problem importing an nzb file

Posted: February 9th, 2017, 2:50 pm
by n03397
I am trying to import and nzb file which is 40mb(I do not know if this is related with my problem) and am getting the followijg error message

ERROR 09/02/2017 21:40 [09/Feb/2017:21:40:24] HTTP
Traceback (most recent call last):
File "/share/MD0_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cprequest.py", line 663, in respond
self.body.process()
File "/share/MD0_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 989, in process
super(RequestBody, self).process()
File "/share/MD0_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 558, in process
proc(self)
File "/share/MD0_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 223, in process_multipart_form_data
process_multipart(entity)
File "/share/MD0_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 215, in process_multipart
part.process()
File "/share/MD0_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 556, in process
self.default_proc()
File "/share/MD0_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 715, in default_proc
self.file = self.read_into_file()
File "/share/MD0_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 730, in read_into_file
self.read_lines_to_boundary(fp_out=fp_out)
File "/share/MD0_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 700, in read_lines_to_boundary
fp_out.write(line)
IOError: [Errno 28] No space left on device

I have plenty of space on My QNAP nas and all the folders of the sabnzbd are located on the hard drives.

Re: Problem importing an nzb file

Posted: February 9th, 2017, 3:06 pm
by n03397
I have found out that it is uisng /tmp folder which is 64mb. It is going to 100% duiring uploading of the nzb file. Is there an alernative way to upload this?

Re: Problem importing an nzb file

Posted: February 9th, 2017, 3:11 pm
by safihre
Try zipping the file, SAB can also accept zipped files.

Re: Problem importing an nzb file

Posted: February 9th, 2017, 3:11 pm
by n03397
Solution found. I have compressed the nzb file and I have uploaded it succesfully. Is there an alternate way to do this?

Re: Problem importing an nzb file

Posted: February 9th, 2017, 3:33 pm
by safihre
40MB NZB's are very unusual.

Alternativily, you could setup a Watched Folder where you put NZB's like this. SABnzbd will scan this folder every x-seconds and import the NZB's directly.

Re: Problem importing an nzb file

Posted: February 9th, 2017, 4:11 pm
by sander
If the NZB is 40MB, the download will be around ... 128GB. Impressive. But is that what you want?

Re: Problem importing an nzb file

Posted: February 20th, 2017, 4:56 am
by n03397
safihre wrote:40MB NZB's are very unusual.

Alternativily, you could setup a Watched Folder where you put NZB's like this. SABnzbd will scan this folder every x-seconds and import the NZB's directly.
Thanks for your help