non-ASCII(?) characters in spreadsheet upload
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the spreadsheet upload with the reported non-ASCII input and tracing where UTF-8 decoding raises the UnicodeDecodeError. Determine the expected input encoding and ensure the upload handles such characters without the reported bytes/str error; done means the example spreadsheet uploads successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100