bmoscon / cryptostore

A scalable storage service for cryptocurrency data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No data issue

blackmask-acuity opened this issue · comments

Hi guys,

Have you ever met this issue before when using the library?
2021-09-30 11:21:47,644 : INFO : No data for BITMEX-trades-BTC-USD
2021-09-30 11:21:47,644 : INFO : Reading BITMEX-ticker-BTC-USD
I am using Redis as the cache, and the following is my config.

https://pastebin.com/6b9X25NU

When I checked Redis, it didn't receive any thing from the exchange.

1632975827.647397 [0 127.0.0.1:50300] "XRANGE" "ticker-BITMEX-BTC-USD" "1632975720000" "1632975780000"
1632975827.648615 [0 127.0.0.1:50300] "XRANGE" "funding-BITMEX-BTC-USD" "1632975720000" "1632975780000"

I figured out what my problem was. I used the Python version 3.7 instead of >3.8.