Skip to content
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

超过重连次数后parse incoming packet error: dropped错误 #386

Closed
zangxx66 opened this issue Nov 2, 2020 · 1 comment
Closed

超过重连次数后parse incoming packet error: dropped错误 #386

zangxx66 opened this issue Nov 2, 2020 · 1 comment

Comments

@zangxx66
Copy link

zangxx66 commented Nov 2, 2020

环境信息
请根据实际使用环境修改以下信息
go-cqhttp版本: go-cqhttp-v0.9.29-fix2
运行环境: linux_amd64
连接方式: 反向WS

bug内容

[2020-11-02 14:04:52] [ERROR]: Protocol -> connection dropped by server: EOF
[2020-11-02 14:04:52] [INFO]: Protocol -> connect to server: 203.205.255.220:443
[2020-11-02 14:04:55] [INFO]: 收到服务器地址更新通知, 将在下一次重连时应用.
[2020-11-02 14:21:37] [ERROR]: Protocol -> connection dropped by server: EOF
[2020-11-02 14:21:37] [INFO]: Protocol -> connect to server: 203.205.232.57:443
[2020-11-02 14:38:23] [ERROR]: Protocol -> connection dropped by server: EOF
[2020-11-02 14:38:23] [INFO]: Protocol -> connect to server: 14.22.3.35:8080
[2020-11-02 14:40:05] [WARNING]: Bot已离线 (Connection lost.),将在 5 秒后尝试重连. 重连次数:1
[2020-11-02 14:40:10] [INFO]: Protocol -> connect to server: 42.81.172.215:80
[2020-11-02 14:41:11] [ERROR]: 重连失败: timeout
[2020-11-02 14:41:11] [WARNING]: Bot已离线 (Connection lost.),将在 5 秒后尝试重连. 重连次数:2
[2020-11-02 14:41:16] [INFO]: Protocol -> connect to server: 114.221.144.118:14000
[2020-11-02 14:41:17] [INFO]: 重连成功
[2020-11-02 14:41:20] [INFO]: 收到服务器地址更新通知, 将在下一次重连时应用.
[2020-11-02 14:45:05] [WARNING]: 群消息发送失败: 账号可能被风控.
[2020-11-02 14:45:10] [WARNING]: 群消息发送失败: 账号可能被风控.
[2020-11-02 14:54:59] [ERROR]: Protocol -> parse incoming packet error: return code unsuccessful: -1407742571
[2020-11-02 14:55:11] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-02 14:55:16] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-02 14:55:27] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-02 14:56:17] [ERROR]: Protocol -> parse incoming packet error: dropped 
[2020-11-02 14:56:48] [ERROR]: Protocol -> parse incoming packet error: dropped

复现方法
掉线后重新连接失败会一直重连,超出重连次数后收到消息就会报错parse incoming packet error: dropped

@Arnie97
Copy link
Contributor

Arnie97 commented Nov 7, 2020

时常遇到这一问题,不过问题发生后一段时间,会自动重连成功。

版本:go-cqhttp-v0.9.29-fix2
运行环境: linux amd64
连接方式:http post

[2020-11-07 16:03:05] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-07 16:03:07] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-07 16:03:32] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-07 16:03:34] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-07 16:03:42] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-07 16:03:52] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-07 16:04:58] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-07 16:05:00] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-07 16:05:09] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-07 16:05:16] [ERROR]: Protocol -> parse incoming packet error: dropped
[2020-11-07 16:05:22] [ERROR]: Protocol -> parse incoming packet error: dropped

@Mrs4s Mrs4s closed this as completed Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants