A Python (2 & 3) JSON-RPC over HTTP that mirrors the syntax of xmlrpclib (aka jsonrpclib-pelix)
54
stars
24
forks
source link
xmlrpc.client.ProtocolError: <ProtocolError for <ip>:<port>/jsonrpc: 400 BAD REQUEST> #58
Open
thecowmilk opened 2 years ago
I have a python file which has this imported as a module, on python2 it runs fine but on python3 it throws this error. How to fix for python3?