LUCIT-Systems-and-Development / unicorn-fy

A Python SDK by LUCIT to convert received raw data from crypto exchange API endpoints into well-formed python dictionaries.
https://unicorn-fy.docs.lucit.tech
MIT License
54 stars 20 forks source link

detected unknown data stream format #2

Closed jemeraldo closed 4 years ago

jemeraldo commented 4 years ago

Hello. I get next error in log:

ERROR:root:detected unknown data stream format in module unicorn_fy: please report to https://github.com/oliver-zehentleitner/unicorn_fy/issues {'stream': 'btcusdt@aggTrade', 'data': {'e': 'aggTrade', 'E': 1583941120736, 'a': 35681617, 's': 'BTCUSDT', 'p': '7780.41', 'q': '0.109', 'f': 48972215, 'l': 48972215, 'T': 1583941120631, 'm': True}}

so i report it according to that log record.

jemeraldo commented 4 years ago

Oh, i'm sorry. I used UnicornFy.binance_com_websocket(data) instead of UnicornFy.binance_com_futures_websocket(data)

it's my fault.