Someguy123/hivefeed-js

steemfeed-js crashes when checking with BTC-e

dimitrisp2 opened this issue · 0 comments

I noticed that my steemfeed-js dockerised instance was crashing. I tried to start it without deamonising it, and I noticed that it checks the price with BTC-e. Since BTC-e is down, I figured this must be the problem. Did some lurking around in the source, disabled BTCEAdapter and now it works correctly!

I made a quickfix post on steemit, but this should be fixed in the repo as well, for future installations.

Thanks!