LITS-CHALLENGE icon indicating copy to clipboard operation
LITS-CHALLENGE copied to clipboard

IOError: [Errno 28] No space left on device

Open 645169629 opened this issue 4 years ago • 1 comments

I can't get my results. Error log says there is no more space left on device:

Traceback (most recent call last):
  File "/worker/worker.py", line 313, in run
    bundles = get_bundle(root_dir, 'run', bundle_url)
  File "/worker/worker.py", line 173, in get_bundle
    metadata[k] = get_bundle(bundle_path, k, v)
  File "/worker/worker.py", line 173, in get_bundle
    metadata[k] = get_bundle(bundle_path, k, v)
  File "/worker/worker.py", line 133, in get_bundle
    z.extractall(bundle_path)
  File "/usr/local/lib/python2.7/zipfile.py", line 1040, in extractall
    self.extract(zipinfo, path, pwd)
  File "/usr/local/lib/python2.7/zipfile.py", line 1028, in extract
    return self._extract_member(member, path, pwd)
  File "/usr/local/lib/python2.7/zipfile.py", line 1084, in _extract_member
    shutil.copyfileobj(source, target)
  File "/usr/local/lib/python2.7/shutil.py", line 66, in copyfileobj
    fdst.write(buf)
IOError: [Errno 28] No space left on device

how can I solve this problem?

645169629 avatar Apr 26 '20 15:04 645169629

I have encountered this problem several times recently, try again at a different time it may just go away.

linhandev avatar May 09 '20 14:05 linhandev