bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.19k stars 679 forks source link

Binance authenticated feeds don't work #876

Closed admirabilis closed 2 years ago

admirabilis commented 2 years ago

Describe the bug Binance authenticated feeds as in the examples don't work for me. I copied the Binance auth demo and config.yaml, added a binance section and setup the API keys (tried with both old working keys and brand new). Besides the token being printed to the screen, nothing else is printed to the screen or logged to feedhandler.log, no matter how much I trade or deposit/withdraw. Tested on Python 3.10.1 and 3.10.4, also tried setting loglevel to DEBUG, and toggling between using uvloop or not.

Operating System: Tested on Ubuntu 20.04.4 and Linux Mint 20.3.

Cryptofeed Version Tested with both cryptofeed 2.2.3 and 2.2.0.