Error when user ReEncrypt.py

Hi. I want to use ReEncrypt to assymetric gpg. I setup config.txt, install deps and run. dlists reencrypt ok. But when run check_hash step i catch error

Traceback (most recent call last):
  File "ReEncrypt.py", line 202, in <module>
    main(sys.argv[1:])
  File "ReEncrypt.py", line 198, in main
    mainReEncrypt(options)
  File "ReEncrypt.py", line 50, in mainReEncrypt
    Parallel(n_jobs=num_cores*2)(delayed(handleIndex)(options, dindex_enc) for dindex_enc in dindex)
  File "/usr/local/lib/python3.6/dist-packages/joblib/parallel.py", line 1017, in __call__
    self.retrieve()
  File "/usr/local/lib/python3.6/dist-packages/joblib/parallel.py", line 909, in retrieve
    self._output.extend(job.get(timeout=self.timeout))
  File "/usr/local/lib/python3.6/dist-packages/joblib/_parallel_backends.py", line 562, in wrap_future_result
    return future.result(timeout=timeout)
  File "/usr/lib/python3.6/concurrent/futures/_base.py", line 432, in result
    return self.__get_result()
  File "/usr/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
    raise self._exception
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpslvjbnta/vol'

before this all ok:

hashing: /mnt/d/temp/20200404/dup_copy/duplicati-b6004395389d04fc4a9a4c4a1dd39d5b9.dblock.zip.aes
hashing: /mnt/d/temp/20200404/dup_copy/duplicati-b70f98bbc74f94313b824b053ff10af91.dblock.zip.aes
encrypting: /tmp/tmphhr_qfpm /mnt/d/temp/20200404/gpg/duplicati-b3736f37e055b404a922a69f3c3320b3b.dblock.zip.gpg
hashing: /mnt/d/temp/20200404/dup_copy/duplicati-bddde31faeadd4e2fb9a9911cd590544d.dblock.zip.aes
hashing: /mnt/d/temp/20200404/dup_copy/duplicati-bb6bd07c206b54b0aa0f52a16e86c4acc.dblock.zip.aes
hashing: /mnt/d/temp/20200404/dup_copy/duplicati-ba149fb179037493eacbf4c69c9010f28.dblock.zip.aes
hashing: /mnt/d/temp/20200404/dup_copy/duplicati-b546a099027244d0aa82a8e67f181c88c.dblock.zip.aes
hashing: /mnt/d/temp/20200404/dup_copy/duplicati-b242fe2326b0345a7b278326a48b483ba.dblock.zip.aes
hashing: /mnt/d/temp/20200404/dup_copy/duplicati-b89db58bfa73c43d29c84ea7f41d6ea85.dblock.zip.aes
hashing: /mnt/d/temp/20200404/gpg/duplicati-b3736f37e055b404a922a69f3c3320b3b.dblock.zip.gpg
decrypting: /mnt/d/temp/20200404/dup_copy/duplicati-i103accb02c674c559c0af9385a3a3eb0.dindex.zip.aes to /tmp/tmp2t8dfsd1
hashing: /mnt/d/temp/20200404/dup_copy/duplicati-b83445c10ed8b4da88f002ffc13770d50.dblock.zip.aes
joblib.externals.loky.process_executor._RemoteTraceback:
"""
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/joblib/externals/loky/process_executor.py", line 418, in _process_worker
    r = call_item()
  File "/usr/local/lib/python3.6/dist-packages/joblib/externals/loky/process_executor.py", line 272, in __call__
    return self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.6/dist-packages/joblib/_parallel_backends.py", line 608, in __call__
    return self.func(*args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/joblib/parallel.py", line 256, in __call__
    for func, args, kwargs in self.items]
  File "/usr/local/lib/python3.6/dist-packages/joblib/parallel.py", line 256, in <listcomp>
    for func, args, kwargs in self.items]
  File "ReEncrypt.py", line 63, in handleIndex
    for dblock in os.listdir(vol_path):
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpslvjbnta/vol'
"""

Anyone has ideas?

Not sure how often @Wim_Jansen visits the forum - maybe they can help provide guidance.

Sorry, no idea… You might want to try to disable the parallel processing. It probably just involves commenting some lines, but I have not looked at the code for a very long time.