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
When trying to upload an encfs encrypted folder I get the following error with jotta-scanner:
console output
ERROR:jottalib.scanner:SAFERUN: Got exception when processing (u'/home/kodi/.local-sorted/WnBkrZtTYyx1ZVTJ6gRSjPZabWWgu9oxPR4HxFjTkvGq8hqd12Van5hiMAreTx7sW50', u'/Jotta/Sync/files/WnBkrZtTYyx1ZVTJ6gRSjPZabWWgu9oxPR4HxFjTkvGq8hqd12Van5hiMAreTx7sW50', <jottalib.JFS.JFS object at 0x7f394b456d50>)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/jottalib/scanner.py", line 54, in saferun
return apply(cmd, args)
File "/usr/local/lib/python2.7/dist-packages/jottalib/jottacloud.py", line 151, in replace_if_changed
return resume(localfile, jf, JFS)
File "/usr/local/lib/python2.7/dist-packages/jottalib/jottacloud.py", line 135, in resume
_complete = jottafile.resume(lf)
File "/usr/local/lib/python2.7/dist-packages/jottalib/JFS.py", line 375, in resume
raise JFSError('''MD5 hashes don't match! Are you trying to resume with the wrong file?''')
JFSError: MD5 hashes don't match! Are you trying to resume with the wrong file?
error.low
SAFERUN: Got exception when processing (u'/home/kodi/.local-sorted/WnBkrZtTYyx1ZVTJ6gRSjPZabWWgu9oxPR4HxFjTkvGq8hqd12Van5hiMAreTx7sW50', u'/Jotta/Sync/files/WnBkrZtTYyx1Z$
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/jottalib/scanner.py", line 54, in saferun
return apply(cmd, args)
File "/usr/local/lib/python2.7/dist-packages/jottalib/jottacloud.py", line 151, in replace_if_changed
return resume(localfile, jf, JFS)
File "/usr/local/lib/python2.7/dist-packages/jottalib/jottacloud.py", line 135, in resume
_complete = jottafile.resume(lf)
File "/usr/local/lib/python2.7/dist-packages/jottalib/JFS.py", line 377, in resume
return self.jfs.up(self.path, data, resume_offset=self.size)
File "/usr/local/lib/python2.7/dist-packages/jottalib/JFS.py", line 940, in up
fileobject.seek(resume_offset if resume_offset is not None else 0)
IOError: [Errno 22] Invalid argument
"Normal" uploads are working
The text was updated successfully, but these errors were encountered:
I've also uploaded a huge number of encfs files on both linux and os x with no issues.
From the description it seems that @georg90 is not able to upload any encfs files?
Are you still experiencing problems with this @georg90 ?
When trying to upload an encfs encrypted folder I get the following error with jotta-scanner:
console output
error.low
"Normal" uploads are working
The text was updated successfully, but these errors were encountered: