You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PermissionError: [Errno 13] Permission denied: '/toshiba4/tmp/2019-08-20T15_28_19.316202xdu463of'
(8 additional frame(s) were not displayed)
...
File "transitions/core.py", line 1005, in callback
func(*event_data.args, **event_data.kwargs)
File "fsm.py", line 828, in UnpackNewData
temporary_folder = orthanc.API.unpack_subject_zip(self.DICOM_zip)
File "orthanc/API.py", line 116, in unpack_subject_zip
folder = tempfile.TemporaryDirectory(prefix=unique_name(), dir=temp_folder)
File "tempfile.py", line 931, in __init__
self.name = mkdtemp(suffix, prefix, dir)
File "tempfile.py", line 509, in mkdtemp
_os.mkdir(file, 0o700)
The text was updated successfully, but these errors were encountered:
DICOMTransit needs to use a better place to put temporary files. At least, publicly available.
Sentry Issue: DICOMTRANSIT-28
The text was updated successfully, but these errors were encountered: