robotframework-httprequestlibrary icon indicating copy to clipboard operation
robotframework-httprequestlibrary copied to clipboard

IllegalArgumentException: Cannot create PyString with non-byte value

Open Simeon-Krastev opened this issue 4 years ago • 1 comments

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

Simeon-Krastev avatar Dec 01 '20 17:12 Simeon-Krastev

https://github.com/Simeon-Krastev/httpRequestLibrary_GermanDoubleQuotes_Demo

Simeon-Krastev avatar Dec 01 '20 17:12 Simeon-Krastev