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
I used the example code to try and get my own service up and running.
I am passing {"method": "helloworld", "params": ["lovely"], "id": 10}
The result however is:
{"jsonrpc":"2.0","error":{"code":-32601,"message":"Method not found","data":"The method does not exist / is not available."},"id":10}
Could anyone help me and tell me what I am doing wrong?
Hi,
I used the example code to try and get my own service up and running.
I am passing {"method": "helloworld", "params": ["lovely"], "id": 10}
The result however is:
{"jsonrpc":"2.0","error":{"code":-32601,"message":"Method not found","data":"The method does not exist / is not available."},"id":10}
Could anyone help me and tell me what I am doing wrong?
Much appreciated,
Dave
----code below----
MyCode.txt