python-jsonrpc icon indicating copy to clipboard operation
python-jsonrpc copied to clipboard

Python JSON-RPC Client Server Library With Additional Support for BaseHTTPServer, CherryPy And CGI

Results 3 python-jsonrpc issues
Sort by recently updated
recently updated
newest added

I use http server example, curl --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "add", "params": [6, 9999999]}' -H 'content-type: application/json;' http://127.0.0.1:8080 but having no thing callback ![图片](https://user-images.githubusercontent.com/25864430/115826746-f37dcb80-a43d-11eb-856f-931327a5aa9b.png)

… the code being non 0. According to the JSON_RPC v2.0 specs (http://www.jsonrpc.org/specification), the error response should contain an 'error' object which has at least 'code' and 'message' objects, hence...

Hello, given this build https://travis-ci.org/gerold-penz/python-jsonrpc/builds/407957227 maybe you should consider only supporting Python 2.7 and pypy (drop Python 2.6 support). Kind regards