No project description provided
Project description
binance_api
异常排查
发生异常: TypeError
BinanceWebsocketClient.__init__() got an unexpected keyword argument 'timeout'
File "D:\GD\binance\binance_api\trade.py", line 102, in init_handlers
setattr(self, f'{socket_client_names[security_type]}_trade', globals()[socket_client_methods[security_type]](on_message=message_callback_factory(on_message_trade, security_type)))
File "D:\GD\binance\binance_api\trade.py", line 29, in __init__
self.init_handlers(api_key=api_key, api_secret=api_secret, security_types=security_types)
File "D:\GD\binance\main.py", line 167, in <module>
main_trade = MainTrade(API_KEY, API_SECRET)
TypeError: BinanceWebsocketClient.__init__() got an unexpected keyword argument 'timeout'
原因:future的BinanceWebsocketClient库和spot的BinanceWebsocketClient库不一样,spot的可以兼容future,需要先安装future再安装spot,如果顺序不一致,需要先卸载spot在安装spot
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ks_ibkr_api-0.0.29.tar.gz
(99.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ks_ibkr_api-0.0.29-py3-none-any.whl
(120.3 kB
view details)
File details
Details for the file ks_ibkr_api-0.0.29.tar.gz.
File metadata
- Download URL: ks_ibkr_api-0.0.29.tar.gz
- Upload date:
- Size: 99.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c894ff0401c9f498784bf5d4fb6b12cf5659f372eb65c704801ed4d7880ba71b
|
|
| MD5 |
aee397e6c5e311b9fcd96c378d187dbb
|
|
| BLAKE2b-256 |
f835cbab02a468e153563337f3f61331382d8f3f9979b7c9d4068f819710acb0
|
File details
Details for the file ks_ibkr_api-0.0.29-py3-none-any.whl.
File metadata
- Download URL: ks_ibkr_api-0.0.29-py3-none-any.whl
- Upload date:
- Size: 120.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e214f2bc093a308982b04b229fdb66bcb073f1f26c1ceef027042cfa5aeddc7
|
|
| MD5 |
18ecc2caa8e52bb5cfe0bb8241e9b6eb
|
|
| BLAKE2b-256 |
b779ebb20bacb7fa900fd9403e8c772ef0d308d9dfb5a9bf9da84ee1dc560495
|