Laurence Milton
Dabbler
- Joined
- Apr 2, 2017
- Messages
- 16
I am having trouble with sabnzbd. I have installed it and it is running, however when I try and add a nzb I get the following error
The folders mentioned above do all exist and I can browse to them using the folders tab in sabnzbd.
Searching for this error says it could be permissions or a space issue. As no one else has had this issue I am assuming it is not permissions so if it is space how do I increase the space for the containers. My pool has TBs available.
Code:
HTTP
Traceback (most recent call last):
File "/usr/local/share/sabnzbdplus/cherrypy/_cprequest.py", line 663, in respond
self.body.process()
File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 989, in process
super(RequestBody, self).process()
File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 558, in process
proc(self)
File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 223, in process_multipart_form_data
process_multipart(entity)
File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 215, in process_multipart
part.process()
File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 556, in process
self.default_proc()
File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 715, in default_proc
self.file = self.read_into_file()
File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 729, in read_into_file
fp_out = self.make_file()
File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 512, in make_file
return tempfile.TemporaryFile()
File "/usr/local/lib/python2.7/tempfile.py", line 504, in TemporaryFile
dir = gettempdir()
File "/usr/local/lib/python2.7/tempfile.py", line 275, in gettempdir
tempdir = _get_default_tempdir()
File "/usr/local/lib/python2.7/tempfile.py", line 217, in _get_default_tempdir
("No usable temporary directory found in %s" % dirlist))
IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/usr/local/share/sabnzbdplus']The folders mentioned above do all exist and I can browse to them using the folders tab in sabnzbd.
Searching for this error says it could be permissions or a space issue. As no one else has had this issue I am assuming it is not permissions so if it is space how do I increase the space for the containers. My pool has TBs available.