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.41.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file ks_futu_market_api-0.0.41.tar.gz
.
File metadata
- Download URL: ks_futu_market_api-0.0.41.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7507f250f0f0b41e242b63dffe48761c5e973253d8c81ecf19767c4effb9b68 |
|
MD5 | a5a3f17f0a73b48d1df753aa93061347 |
|
BLAKE2b-256 | ec066a7e5fcafdf69ad31209fea25d9757be7104b932aeac83b0090c507aebc0 |
File details
Details for the file ks_futu_market_api-0.0.41-py3-none-any.whl
.
File metadata
- Download URL: ks_futu_market_api-0.0.41-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 820edb953d0df0e40a90333bb83b1692c953046292f06c6eb7d5ab29c5e15d27 |
|
MD5 | da3fb200a3b50189ace74a6302c9041d |
|
BLAKE2b-256 | e8a397e14460ba10ae22bb23a848f0f4d338f6f27b3476aec1213c7aef8e0fe3 |