bytecoin icon indicating copy to clipboard operation
bytecoin copied to clipboard

Error with RPC calls

Open d-waters opened this issue 7 years ago • 2 comments

All RPC calls are giving me the following error.

{"error":{"code":-32603,"message":"Serializer doesn't support this type of serialization: Object expected."},"id":"1","jsonrpc":"2.0"}

d-waters avatar May 09 '18 19:05 d-waters

Try using named parameters instead of positional ones.

rs-blashyrkh avatar May 09 '18 19:05 rs-blashyrkh

Well that gets me somewhere, but now I am getting - Unable to get check for new block template: Issue getting block template: {"error":{"code":-4,"message":"Failed to parse wallet address"},"id":"0","jsonrpc":"2.0"}

d-waters avatar May 09 '18 19:05 d-waters