Skip to content
New issue

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

non-ASCII(?) characters in spreadsheet upload #166

Open
MatthewMah opened this issue Jan 24, 2025 · 0 comments
Open

non-ASCII(?) characters in spreadsheet upload #166

MatthewMah opened this issue Jan 24, 2025 · 0 comments

Comments

@MatthewMah
Copy link
Contributor

MatthewMah commented Jan 24, 2025

didnÕt

This generates an error, a bytes-like object is required, not 'str'.

The error is related to utf-8 decoding failing:

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 0: invalid continuation byte

Not sure what encoding this is supposed to be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant