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_futu_market_api-1.0.5.tar.gz
(12.0 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
File details
Details for the file ks_futu_market_api-1.0.5.tar.gz.
File metadata
- Download URL: ks_futu_market_api-1.0.5.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aec5d6586117a14ec0c5bb5213fde1b21fa801eca8754a2902d4cad6a056c548
|
|
| MD5 |
ec215afefb4fd22f1e18d7c31793a0e7
|
|
| BLAKE2b-256 |
37f99c5ac7d3c15e1582c134b49c06e51e41d7d8e47753966b4c2b538e1de630
|
File details
Details for the file ks_futu_market_api-1.0.5-py3-none-any.whl.
File metadata
- Download URL: ks_futu_market_api-1.0.5-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b7381bed1df3aa16a963c20fd4f7fbe238ee5b1a947de08f1b0cfe3ff9f86aa
|
|
| MD5 |
3fd98e5ade0f8cf8765ee5b0619afed5
|
|
| BLAKE2b-256 |
f2753025e3077598a015a08902800055db8dae66fcfbfc243aa8d87ce5da677a
|