bmoscon / cryptostore

A scalable storage service for cryptocurrency data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Kafka] UnboundLocalError: local variable 'update' referenced before assignment

anovv opened this issue · comments

Describe the bug
While running cryptostore, I get this exception 'UnboundLocalError: local variable 'update' referenced before assignment' ... at 'cryptostore/aggregator/kafka.py", line 82'

To Reproduce
Fetching 150 pairs from binance (l2, ticker and trades)

Trace
https://pastebin.com/QCbwPNqS

Operating System:
AWS ec2 instance with ubuntu

Cryptofeed Version
Latest master

Did some more debugging, this usually happens after I get, 'Too many open files' error, so it tries to parse error message which has no 'update' there. Will look into the root issue