jsonrpclib
jsonrpclib copied to clipboard
xmlrpc.client.ProtocolError: <ProtocolError for <ip>:<port>/jsonrpc: 400 BAD REQUEST>
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?