Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BitFinex: TickerSocket throws exceptions #809

Open
jacobdeboer33 opened this issue Jul 31, 2023 · 0 comments
Open

BitFinex: TickerSocket throws exceptions #809

jacobdeboer33 opened this issue Jul 31, 2023 · 0 comments

Comments

@jacobdeboer33
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant