ScienJus/smartqq

Connect to d1.web2.qq.com:443 [d1.web2.qq.com/58.247.205.43] failed: Connection timed out

ELLIEbleu opened this issue · 0 comments

在pollMessage()catch住 RequestException e异常
org.apache.http.conn.ConnectTimeoutException: Connect to d1.web2.qq.com:443 [d1.web2.qq.com/58.247.205.43] failed: Connection timed out
这是服务器的原因吗?之后机器人能正常运行。

堆栈信息:代码有所变动,行号与此项目的行号不一致
net.dongliu.requests.exception.RequestException: org.apache.http.conn.ConnectTimeoutException: Connect to d1.web2.qq.com:443 [d1.web2.qq.com/58.247.205.43] failed: Connection timed out
at net.dongliu.requests.Client.execute(Client.java:175)
at net.dongliu.requests.RequestBuilder.execute(RequestBuilder.java:36)
at net.dongliu.requests.RequestBuilder.text(RequestBuilder.java:51)
at com.scienjus.smartqq.client.SmartQQClient.post(SmartQQClient.java:655)
at com.scienjus.smartqq.client.SmartQQClient.pollMessage(SmartQQClient.java:258)
at com.scienjus.smartqq.client.SmartQQClient.access$100(SmartQQClient.java:34)
at com.scienjus.smartqq.client.SmartQQClient$1.run(SmartQQClient.java:102)