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
Great lib most of commands work flawlessly
I seem to get an JSON parsing error for getnetworkinfo command (other commands pass)
LOG
*** getnetworkinfo ***
System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Failed to issue JSON-RPC request.
Data:
URL: http://192.168.0.1:5000/
JSON: {"method":"getnetworkinfo","params":[],"chain_name":"test","chain_key":null,"int":0} ---> System.InvalidOperationException: Failed to deserialize JSON.
JSON: {"result":{"version":100000,"subversion":"/MultiChain:0.1.0.9/","protocolversion":70002,"localservices":"0000000000000001","timeoffset":0,"connections":0,"networks":[{"name":"ipv4","limited":false,"reachable":true,"proxy":""},{"name":"ipv6","limited":false,"reachable":true,"proxy":""},{"name":"onion","limited":false,"reachable":false,"proxy":""}],"relayfee":0.00000000,"localaddresses":[{"address":"10.0.75.1","port":4335,"score":1},{"address":"10.20.30.142","port":4335,"score":1},{"address":"192.168.0.1","port":4335,"score":1},{"address":"192.168.177.1","port":4335,"score":1},{"address":"fe80::1069:dbb2:ab24:622b","port":4335,"score":1},{"address":"fe80::2167:9352:e18d:2531","port":4335,"score":1},{"address":"fe80::9565:170:b63d:b8e7","port":4335,"score":1},{"address":"fe80::b512:932c:4df2:aa44","port":4335,"score":1}]},"error":null,"id":null}
---> Newtonsoft.Json.JsonReaderException: Error reading string. Unexpected token: StartObject. Path 'result.localaddresses[0]', line 1, position 390.
It's strange because the JSON in the result actually passes validation
The text was updated successfully, but these errors were encountered:
Hi
Great lib most of commands work flawlessly
I seem to get an JSON parsing error for getnetworkinfo command (other commands pass)
LOG
*** getnetworkinfo ***
System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Failed to issue JSON-RPC request.
Data:
URL: http://192.168.0.1:5000/
JSON: {"method":"getnetworkinfo","params":[],"chain_name":"test","chain_key":null,"int":0} ---> System.InvalidOperationException: Failed to deserialize JSON.
JSON: {"result":{"version":100000,"subversion":"/MultiChain:0.1.0.9/","protocolversion":70002,"localservices":"0000000000000001","timeoffset":0,"connections":0,"networks":[{"name":"ipv4","limited":false,"reachable":true,"proxy":""},{"name":"ipv6","limited":false,"reachable":true,"proxy":""},{"name":"onion","limited":false,"reachable":false,"proxy":""}],"relayfee":0.00000000,"localaddresses":[{"address":"10.0.75.1","port":4335,"score":1},{"address":"10.20.30.142","port":4335,"score":1},{"address":"192.168.0.1","port":4335,"score":1},{"address":"192.168.177.1","port":4335,"score":1},{"address":"fe80::1069:dbb2:ab24:622b","port":4335,"score":1},{"address":"fe80::2167:9352:e18d:2531","port":4335,"score":1},{"address":"fe80::9565:170:b63d:b8e7","port":4335,"score":1},{"address":"fe80::b512:932c:4df2:aa44","port":4335,"score":1}]},"error":null,"id":null}
---> Newtonsoft.Json.JsonReaderException: Error reading string. Unexpected token: StartObject. Path 'result.localaddresses[0]', line 1, position 390.
It's strange because the JSON in the result actually passes validation
The text was updated successfully, but these errors were encountered: