HI,
I'm using RPC.Query to send a string from js to py.
At py receptor this scrash using json.loads(..) de args.
The messages error is: "" ... JSONDecoderError(\"Expecting value\", s, err.value) from None\njson.decoder.JSONDecodeEror: Expecting value: line 1 colum1 (char 0)\n", "message": "Expecting value: line 1, column 1 (char 0)"], "Exception_type":"internal_error"}}"
""
I do an console.log(..) beford RPC instruction and the string value is ok.
That is the code:
FROM JS:
....
// *JCM*
var strcontenido = '';