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
Looks like this was a legacy bug from jsonrpc-requests. Thanks for the report! I pushed out a new version jsonrpc-websocket==3.0.0 that should fix this bug. Your first example should work now.
test.py:
I want send this:
{"jsonrpc": "2.0", "method": "Api.Login", "params": [{"username": "aaa", "authority": "saaa", "password": "paaa"}]
this is my code:
`
`
The text was updated successfully, but these errors were encountered: