explodinglabs / jsonrpcclient

Generate JSON-RPC requests and parse responses in Python

Home Page:https://www.jsonrpcclient.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyError -> Method not found

HasmedFara opened this issue · comments

Hey guys,

When a KeyError exception is raised this is the response {"code": -32601, "message": "Method not found"} which is confused and misleading.

commented

Thanks for reporting, I agree this is an issue, do you mind creating it in jsonrpcserver since the problem is in there.

Sure. Thank you