seznam / fastrpc

FastRPC library
http://seznam.github.io/frpc
GNU Lesser General Public License v2.1
46 stars 45 forks source link

Unhandled TypeError in python wrapper #103

Open gjask opened 1 week ago

gjask commented 1 week ago

Sadly I wasn't able to capture response data that caused the error. Also exception returned from fastrpc doesn't seem to contain traceback. So far I know the following exception is raised by calling fastrpc.loads(response_data) and http status code was in range >=200 and <300.

<fastrpc.Fault: -500, Unhandled exception <type 'exceptions.TypeError'>: __init__() argument 3 must be string without null bytes, not str>