MarketSquare / MarketSquare/robotframework-httprequestlibrary
IllegalArgumentException: Cannot create PyString with non-byte value
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 21
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I noticed that the httprequestlibrary throws an error when returning a response that contains the German double quotes („“) or the capital Eszett (ẞ). I tried to do some debugging, and it seems that the error might be in the Javalib-Core 2.0.x library, but I can't be sure.
This doesn't seem to be the case with other German special characters (e.g. üäößÜÖÄ).
Kind regards,
Simeon
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 httprequestlibrary response handling with the German quotation marks („“) and capital Eszett (ẞ), then inspect the response-conversion path and the Javalib-Core 2.0.x dependency mentioned in the report. Done means identifying the failing boundary and confirming that responses containing these characters are handled correctly, or documenting the dependency limitation if the fix is outside this library.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100