ccxt-websockets-db-updater
ccxt-websockets-db-updater copied to clipboard
A Python 3 command line program to subscribe cryptocurrency exchanges websockets and save order books in real time in a database.
Good morning, I've the following error with any exchange like POLONIEX or CEX for example. [2020-09-17 11:31:52,712, ERROR] Task exception was never retrieved future: Traceback (most recent call last): File...
Hi there! While [scanning a punch of Python code](https://semgrep.live/scan/26523a72-8d8a-4fcf-81ff-eb33178cd4ec), I noticed some imbalanced parentheses in your code. The actual scan finding looks for anyone using strings in Python with boolean...
In `ob_updater`, `subscribe_ws` I removed these lines and added a TODO to this issue. error_message = type(err).__name__ + ":" + str(err) logging.error(f'{exchange.id}: {error_message}') logging.error(error_stack) The problem is that the error...