You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever a JSON RPC call returns `None`, the `result` key in the response will not exist, and therefore it will trigger a KeyError. By using get(), None is returned if the the 'result' key does not exist.
Fixestinyerp#8
When a JSONRPC call returns None, the response dictionary doesn't contain a 'result' key, therefore it produces a KeyError.
The text was updated successfully, but these errors were encountered: