symbol case KeyError
on 2nd sym loaded
#435
Labels
broker-backend
`brokerd`/`datad` related backend tech
bug
guille broke it prolly
data-layer
real-time and historical data processing and storage
I've noticed this now both with
kraken
andbinance
backends. Error is something along the lines of:Explanation
seems to be either of:
pikerd
is running, connect a chart to akraken
with a symbol specc-ed on the CLI (sayxbteur.kraken
), connect another separate chart program to abinance
sym (saybtcusdt.binance
), in the first chart try to search and load anotherkraken
feed.binance
-only chart firstI can't tell yet if this is cex specific or not but does seem to be a discrepancy between the input symbol key from the search results to the lookup by the feed machinery to get sym info:
LTCEUR
-> ->init_msg: dict
contains lower case version of key.possible solution(s)
probably best one is keeping lowercase symbol keys throughout the data feed stuff and making sure that
binance
adheres to this in particular..The text was updated successfully, but these errors were encountered: