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-0.0.38.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file ks_futu_market_api-0.0.38.tar.gz
.
File metadata
- Download URL: ks_futu_market_api-0.0.38.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd76300b965f9e315217e63fde93c4b335338f8baa76bf8397b87a1f0507aebe |
|
MD5 | ccc23d53fd202469009f53c7bc7c7e16 |
|
BLAKE2b-256 | 14476dcb612e709ef648bcc8b320c153f1822002e3339aa7e6b59b9e3be50f60 |
File details
Details for the file ks_futu_market_api-0.0.38-py3-none-any.whl
.
File metadata
- Download URL: ks_futu_market_api-0.0.38-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5aef78c8fbdc1ede7dfc21481c7e999bf8891d151efb8441051f5455fb508cf3 |
|
MD5 | 7f0d1361a5b92fe1dc03361830851bce |
|
BLAKE2b-256 | 4a8047cfcb65692a6e0bd79ed3e6f86d044bc9539d543f4717a225aca0ba8149 |