We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running "fd.run()" the error: "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbe in position 81: invalid start byte".
After changing 'utf-8' to other decode, error "Fastdup execution failed" shown.
No response
1.121
Python 3.9
Windows 11
The text was updated successfully, but these errors were encountered:
hi @ft243 we need to see the full stack trace. Can you please share it? It may be that one of your file has special characters.
Sorry, something went wrong.
No branches or pull requests
What happened?
When running "fd.run()" the error:
"UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbe in position 81: invalid start byte".
After changing 'utf-8' to other decode, error "Fastdup execution failed" shown.
What did you expect to see?
No response
What version of fastdup were you runnning on?
1.121
What version of Python were you running on?
Python 3.9
Operating System
Windows 11
Reproduction steps
No response
Relevant log output
No response
Attach a screenshot [Optional]
No response
Contact Details [Optional]
No response
The text was updated successfully, but these errors were encountered: