Deserialize JsonReaderException in "GetClosedOrdersAsync () and GetOpenOrdersAsync()"
ewrdietsch opened this issue · 2 comments
ewrdietsch commented
Hi,
I am receiving an exception when I call "GetClosedOrdersAsync () and GetOpenOrdersAsync()", the data received is fine, but the debugger registers the exception "JsonReaderException".
Here the call to "GetClosedOrdersAsync ()":
- _WebCallResult <IEnumerable > Orders = await bittrexClientV3.GetClosedOrdersAsync ();
Here the exception "JsonReaderException" in the data received and is as follows:
- 2019/11/26 00: 24: 04: 568 | Error | Deserialize JsonReaderException: Unexpected character encountered while parsing value: e. Path '', line 0, position 0., LinePosition: 0. Data: error code: 1015
JKorf commented
Hi,
I'm assuming we're talking about Bittrex instead of Bitfinex, but that's okay. I don't have any errors in the output when requesting closed orders. You're saying the data you get in the result is fine but still get an exception in the output?
JKorf commented
I see the same question is also asked in the Bittrex repo, so I'll close this and we'll continue from there.