Eyn
Eyn
@chenglishi 请问您用的SDK的哪个版本?安装的具体步骤是怎样的?
@DavidCaoHua 您调用的哪个版本的SDK?函数和参数分别是什么?
@turbochoo can you try the suggest solution here: https://github.com/golang/lint/issues/474#issuecomment-559192386
@wx85278161 按您的下单参数设置了,并没有重现出问题。您的account-id用的是现货账户的account-id吗?
> > @wx85278161 按您的下单参数设置了,并没有重现出问题。您的account-id用的是现货账户的account-id吗? > > 是现货账号的, 现在的错误提示是余额不够,但使用接口查到有余额的: > {POST https://api.huobi.de.com/v1/order/orders/place?AccessKeyId=XXXX&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2021-02-24T06%3A39%3A19&Signature=XXXX > > 返回==》:{"status":"error","err-code":"account-frozen-balance-insufficient-error","err-msg":"trade account balance is not enough, left: 0","data":null} > > postResp:{"status":"error","err-code":"account-frozen-balance-insufficient-error","err-msg":"trade account balance is not enough >...
@wx85278161 你的完整的交易参数是什么?按照你最开始写的参数,你是卖BTC。你现在没有BTC,所以余额不够。
@isaacwu666 传入的具体的accoun-id是什么呢?
@filinvadim thanks for your question, `p.lastReceivedTime` will not be reset (=time.Now()) until it reads something from remote server. If you see infinitie reconnecting loop, that’s indicate you didn’t successfully read...
@cj60205 Yes, that’s the reconnect failure issue introduced. Now it is resolved in latest master branch.
> Reading loop won't have time to get message because connection will be immediately closed due p.lastReceivedTime exceeding. > Please reset p.lastReceivedTime. Guys, come on! It's obvious! > Reading loop...