CPORT gives error when I submit the structure

Traceback (most recent call last):
File “/home/enmr/services/CPORT/cgi/cport.py”, line 91, in
webform = cgi.FieldStorage()
File “/usr/lib64/python2.7/cgi.py”, line 507, in init
self.read_multi(environ, keep_blank_values, strict_parsing)
File “/usr/lib64/python2.7/cgi.py”, line 636, in read_multi
environ, keep_blank_values, strict_parsing)
File “/usr/lib64/python2.7/cgi.py”, line 509, in init
self.read_single()
File “/usr/lib64/python2.7/cgi.py”, line 646, in read_single
self.read_lines()
File “/usr/lib64/python2.7/cgi.py”, line 668, in read_lines
self.read_lines_to_outerboundary()
File “/usr/lib64/python2.7/cgi.py”, line 719, in read_lines_to_outerboundary
self.__write(odelim + line)
File “/usr/lib64/python2.7/cgi.py”, line 675, in __write
self.file = self.make_file(‘’)
File “/usr/lib64/python2.7/cgi.py”, line 767, in make_file
return tempfile.TemporaryFile(“w+b”)
File “/usr/lib64/python2.7/tempfile.py”, line 482, in TemporaryFile
dir = gettempdir()
File “/usr/lib64/python2.7/tempfile.py”, line 265, in gettempdir
tempdir = _get_default_tempdir()
File “/usr/lib64/python2.7/tempfile.py”, line 212, 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’, ‘/home/enmr/services/CPORT/cgi’]

We restarted the server. Please try again.

We see successful runs. So if the problem persists, there could be an issue with your input data.

Yes, it is working now. Thank you

Facing the same error again

What are you submitting? Anything special about your PDB file? Is it very large?

No it’s not a large submission. It started working when the server was refreshed.

It’s just an 80 amino acid protein. No complex structure or anything of that sort.

Server restarted again

It is working now