You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, can't replicate this error. Could you please contact me with more info about the problem? I have a simple server implementation that returns the specified byte sequence and can get the result in python just fine.
with installed python-fastrpc version 5.0.9 it works fine and in res are responce with binary data:
but with version 5.1.0 it ends up with exception
my guess is that in 5.1.0 version may be binary data are interpreted as a string, that why UnicodeDecodeError occures
The text was updated successfully, but these errors were encountered: