IllegalArgumentException: Cannot create PyString with non-byte value
Opened this issue · 1 comments
Simeon-Krastev commented
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