Skip to content

AttributeError: 'str' object has no attribute 'decode' #104

@annesofiederop

Description

@annesofiederop

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions