HuobiRDCenter / huobi_Python

Python SDK for Huobi Spot API
https://huobiapi.github.io/docs/spot/v1/en
Apache License 2.0
683 stars 333 forks source link

I have a error when creating an accountclient #109

Closed bitallin closed 3 years ago

bitallin commented 3 years ago

I have a error when creating an accountclient

account_client = AccountClient(api_key=CONFIGS['user_info']['api_key'], secret_key=CONFIGS['user_info']['secret_key'])

ValueError: check_hostname requires `server_hostname`
bitallin commented 3 years ago

The problem has been solved: Solution:

pip install urllib3==1.25.8