DCOR-dev / DCOR-Aid

GUI for managing data on DCOR
https://dcor.mpl.mpg.de
GNU General Public License v3.0
1 stars 2 forks source link

Upload got stuck at 15% because of KeyError #24

Closed B-Hartmann closed 3 years ago

B-Hartmann commented 3 years ago

DCOR Aid 0.5.10 Windows 10

An upload job got stuck during transfer at 15%. Closing DCOR-Aid and restarting it showed that an error had occured:

Traceback (most recent call last): File "C:\Users\labadmin\AppData\Local\DCOR Developers\DCOR-Aid\dcoraid\upload\job.py", line 358, in task_upload_resources exists = dataset.resource_exists( File "C:\Users\labadmin\AppData\Local\DCOR Developers\DCOR-Aid\dcoraid\upload\dataset.py", line 169, in resource_exists if resource[key] != resource_dict[key]: KeyError: 'sp:cells:cell type'

paulmueller commented 3 years ago

FYI I only fixed the key error.