Hi,
When running a test with the input_folder_template, I got the following error:
Dumping in-memory database content into /bigslice/misc/output/result/data.db... 0.1602s
Traceback (most recent call last):
File "/usr/local/bin/bigslice", line 1902, in
return_code = main()
File "/usr/local/bin/bigslice", line 1310, in main
target_name = hit.name.decode()
AttributeError: 'str' object has no attribute 'decode'
I observe this issue both:
- after a default installation via pip
- and when using Docker (after building the image and running it)
Any suggestions what the problem could be?
Thank you in advance!
Anne-Sofie
Hi,
When running a test with the input_folder_template, I got the following error:
Dumping in-memory database content into /bigslice/misc/output/result/data.db... 0.1602s
Traceback (most recent call last):
File "/usr/local/bin/bigslice", line 1902, in
return_code = main()
File "/usr/local/bin/bigslice", line 1310, in main
target_name = hit.name.decode()
AttributeError: 'str' object has no attribute 'decode'
I observe this issue both:
Any suggestions what the problem could be?
Thank you in advance!
Anne-Sofie