btc-ticker-esp8266 icon indicating copy to clipboard operation
btc-ticker-esp8266 copied to clipboard

Websockets Not Working

Open asulacom opened this issue 6 years ago • 2 comments

I am able to connect to wifi and monitor the debugger. I can't get the esp8266 to fetch the Bitcoin price data.

"WS Connection failed."

asulacom avatar Sep 15 '19 21:09 asulacom

I have the same issue. After waiting an eon for my parts order, I finally got everything working (rolled back JSON lib in order to compile), but now I also get WS Connection Failed..

Any solution for this?

therealsputnik avatar Jul 31 '20 06:07 therealsputnik

I think this bug was introduced with newer ESP8266 frameworks.
https://github.com/nebman/btc-ticker-esp8266/blob/ddec93763904fd4fd0da20553efd81b18cd06a85/src/btc-ticker-esp8266.ino#L145 fixes this, the code in the new PIO branch does compile, upload and work just fine now (please note only bitfinex WS is tested and working as of now)

nebman avatar Jan 16 '21 11:01 nebman