bitrich-info / xchange-stream

XChange-stream is a Java library providing a simple and consistent streaming API for interacting with Bitcoin and other crypto currency exchanges via WebSocket protocol. It is build on top of of XChange library providing new interfaces for streaming API. User can subscribe for live updates via reactive streams of RxJava library.
Apache License 2.0
413 stars 222 forks source link

[bitfinex] Cannot parse channel from message #392

Open pchertalev opened 5 years ago

pchertalev commented 5 years ago

Sometimes Bitfinex pushes unparsable messages:

2019-08-28 12:10:46.585
ERROR
nioEventLoopGroup-2-1
bitfinex.BitfinexStreamingService
Cannot parse channel from message: {"event":"error","msg":"auth: dup","code":10100}

It cause officious message in the logs

badgerwithagun commented 4 years ago

Is this still an issue @pchertalev ?