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
When I'm using the tickersocket, I'm constantly seeing exceptions:
System.ArgumentException
HResult=0x80070057
Message=Splitting Bitfinex symbol 'LYMUSD' with symbol separator ':' must result in at least 2 pieces.
Source=ExchangeSharp
StackTrace:
at ExchangeSharp.ExchangeAPI.OnSplitMarketSymbolToCurrencies(String marketSymbol)
at ExchangeSharp.ExchangeAPI.d__74.MoveNext()
at ExchangeSharp.ExchangeAPIExtensions.d__6.MoveNext()
at ExchangeSharp.ExchangeBitfinexAPI.d__52.MoveNext()
This exception was originally thrown at this call stack:
ExchangeSharp.ExchangeAPI.OnSplitMarketSymbolToCurrencies(string)
ExchangeSharp.ExchangeAPI.ExchangeMarketSymbolToCurrenciesAsync(string)
ExchangeSharp.ExchangeAPIExtensions.ParseTickerAsync(ExchangeSharp.ExchangeAPI, Newtonsoft.Json.Linq.JToken, string, object, object, object, object, object, object, ExchangeSharp.TimestampType, object, object, object)
ExchangeSharp.ExchangeBitfinexAPI.ParseTickerWebSocketAsync(string, Newtonsoft.Json.Linq.JToken)
The text was updated successfully, but these errors were encountered:
When I'm using the tickersocket, I'm constantly seeing exceptions:
System.ArgumentException
HResult=0x80070057
Message=Splitting Bitfinex symbol 'LYMUSD' with symbol separator ':' must result in at least 2 pieces.
Source=ExchangeSharp
StackTrace:
at ExchangeSharp.ExchangeAPI.OnSplitMarketSymbolToCurrencies(String marketSymbol)
at ExchangeSharp.ExchangeAPI.d__74.MoveNext()
at ExchangeSharp.ExchangeAPIExtensions.d__6.MoveNext()
at ExchangeSharp.ExchangeBitfinexAPI.d__52.MoveNext()
This exception was originally thrown at this call stack:
ExchangeSharp.ExchangeAPI.OnSplitMarketSymbolToCurrencies(string)
ExchangeSharp.ExchangeAPI.ExchangeMarketSymbolToCurrenciesAsync(string)
ExchangeSharp.ExchangeAPIExtensions.ParseTickerAsync(ExchangeSharp.ExchangeAPI, Newtonsoft.Json.Linq.JToken, string, object, object, object, object, object, object, ExchangeSharp.TimestampType, object, object, object)
ExchangeSharp.ExchangeBitfinexAPI.ParseTickerWebSocketAsync(string, Newtonsoft.Json.Linq.JToken)
The text was updated successfully, but these errors were encountered: