-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
正常用了几年了,今天突然出现调用任何接口都引发“KeyError('code')”的异常 #14
Comments
有大佬找到解决方案了吗? |
最近项目比较忙,框架我会在8月内再次测试更新 |
我也遇到异常了。url: /api/v5/account/balance?ccy=USDT |
查看USDT余额balance_result = accountAPI.get_account_balance(ccy='USDT') |
如果是 Windows,点击右下角的时间,点击同步时间就行 |
就是本地时间戳和服务器时间戳误差太大导致的 |
我再linux上用的,时间同步试过,但是也不行。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
正常用了几年了,今天突然出现调用任何接口都引发“KeyError('code')”的异常
如account.get_balance()和public.get_instruments(instType="SWAP")
The text was updated successfully, but these errors were encountered: