We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GetAccount() error, [POST https://www.okex.com/api/v1/future_userinfo.do] HTTP Error Info: Post https://www.okex.com/api/v1/future_userinfo.do: proxyconnect tcp: dial tcp 127.0.0.1:6667: connect: connection refused
部署在linux服务器上,API设置好了,但是在测试时出现以上错误,请问是什么原因?
The text was updated successfully, but these errors were encountered:
服务器为香港服务器,排除科学上网问题
Sorry, something went wrong.
解决了,把所有os语句和127.0.0.1:6667全部注释掉即可!
是的,把代理的那几行去掉就可以了,这些都是之前测试用的
感谢大神答复,请问运行中出现这个错误提示是什么原因呢?
TypeError: 'LogStatus' is not a function
能否具体详细说下
No branches or pull requests
GetAccount() error, [POST https://www.okex.com/api/v1/future_userinfo.do] HTTP Error Info: Post https://www.okex.com/api/v1/future_userinfo.do: proxyconnect tcp: dial tcp 127.0.0.1:6667: connect: connection refused
部署在linux服务器上,API设置好了,但是在测试时出现以上错误,请问是什么原因?
The text was updated successfully, but these errors were encountered: