n0mad01 / node.bittrex.api

No longer maintained
MIT License
183 stars 187 forks source link

There was an error invoking Hub method 'corehub.SubscribeToExchangeDeltas'. #79

Open kristopherlarson opened 6 years ago

kristopherlarson commented 6 years ago

I randomly started receiving this error today. "There was an error invoking Hub method 'corehub.SubscribeToExchangeDeltas'."

kristopherlarson commented 6 years ago

Nevermind close this out. I figured out the issue. This is the error you get when you have a empty array thats suppose to be holding all your coins you want to subscribe to.

kbahr commented 6 years ago

I'm getting this error using the C# example code linked from here: https://github.com/n0mad01/node.bittrex.api/files/1104308/WebSocketAPI_MarketTracking.docx

It doesn't take an array of markets, though I've tried doing that too. Is there any way to get better insight into why it's not working?