Closed deoxyszc closed 3 months ago
能发提供原始post数据呢
还有日志文件里面有debug级日志
尝试下V1.8.2
尝试下V1.8.2
1.8.2问题仍然存在,我现在正在整理日志,一会发上来
刚才发现一个现象,我升级1.8.2,再次尝试让bot发送合并转发后,发现仍然报错,于是将bot的容器停掉准备加打印,当反向ws断开时,客户端马上就将合并转发发送出去了,并没有像之前那样等很久。 debug日志中尝试发送了两次:第一次是9:27,在9:30断开了ws,马上发送成功;第二次是9:34,现象仍然是bot报错超时,之后在9:40消息发送成功。 debug日志:
2024-08-07 09:26:51 [INFO] () | [NapCat] [WebUi] Current WebUi is running at http://0.0.0.0:6099
2024-08-07 09:26:51 [INFO] () | [NapCat] [WebUi] Login URL is http://0.0.0.0:6099/webui
2024-08-07 09:26:51 [INFO] () | [NapCat] [WebUi] Login Token is fg2mc74srpl
2024-08-07 09:26:51 [INFO] () | 正在快速登录 bot-qq
2024-08-07 09:26:51 [DEBUG] () | 检测更新异常 Error: Unexpected status code: 301
at IncomingMessage.<anonymous> (file:///usr/src/app/napcat/napcat.mjs:9567:22)
at IncomingMessage.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
2024-08-07 09:26:52 [INFO] () | [NapCat] 当前版本: 1.8.2
2024-08-07 09:26:52 [WARN] () | [NapCat] 检测到更新,请前往 https://github.com/NapNeko/NapCatQQ 下载 NapCatQQ V 1.8.3
2024-08-07 09:26:57 [DEBUG] () | 配置文件/usr/src/app/napcat/config/napcat.json已加载 {"fileLog":true,"consoleLog":true,"fileLogLevel":"debug","consoleLogLevel":"info"}
2024-08-07 09:26:57 [DEBUG] (bot-qq) | 本账号数据/缓存目录: /root/.config/QQ/NapCat/data
2024-08-07 09:26:57 [DEBUG] (bot-qq) | ob11 ready
2024-08-07 09:26:57 [DEBUG] (bot-qq) | 配置文件/usr/src/app/napcat/config/onebot11_2790992645.json已加载 {"http":{"enable":false,"host":"","port":3000,"secret":"","enableHeart":false,"enablePost":false,"postUrls":[]},"ws":{"enable":false,"host":"","port":3001},"reverseWs":{"enable":true,"urls":["ws://zhenxun-bot:25888/onebot/v11/ws"]},"GroupLocalTime":{"Record":false,"RecordList":[]},"debug":false,"heartInterval":60000,"messagePostFormat":"array","enableLocalFile2Url":false,"musicSignUrl":"","reportSelfMessage":false,"token":""}
2024-08-07 09:26:57 [INFO] (bot-qq) |
HTTP服务 未启动, :3000
HTTP上报服务 未启动, 上报地址:
WebSocket服务 未启动, :3001
WebSocket反向服务 已启动, 反向地址: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:26:57 [INFO] (bot-qq) | 开始连接反向ws ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:26:57 [DEBUG] (bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:26:57 [DEBUG] (bot-qq) | ob11 msg listener added
2024-08-07 09:26:57 [DEBUG] (bot-qq) | ob11 buddy listener added
2024-08-07 09:26:57 [DEBUG] (bot-qq) | ob11 group listener added
2024-08-07 09:26:57 [INFO] (bot-qq) | 登录成功!
2024-08-07 09:26:57 [DEBUG] (bot-qq) | Connected to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:26:57 [DEBUG] (bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994017,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"lifecycle","sub_type":"connect"}
2024-08-07 09:26:58 [INFO] bot(bot-qq) | [消息序列] 加载 1000 条历史消息记录完成
2024-08-07 09:27:00 [DEBUG] bot(bot-qq) | 收到新消息 {"msgId":"7400202968528989738","msgRandom":"3954115224","msgSeq":"0","cntSeq":"0","chatType":103,"msgType":1,"subMsgType":0,"sendType":0,"senderUid":"u_-PBswiplK-7J7bmaQLA-mA","peerUid":"u_-PBswiplK-7J7bmaQLA-mA","channelId":"","guildId":"","guildCode":"0","fromUid":"0","fromAppid":"0","msgTime":"1722994019","msgMeta":"0x","sendStatus":2,"sendRemarkName":"","sendMemberName":"","sendNickName":"","guildName":"","channelName":"","elements":[],"records":[],"emojiLikesList":[],"commentCnt":"0","directMsgFlag":0,"directMsgMembers":[],"peerName":"","freqLimitInfo":null,"editable":false,"avatarMeta":"","avatarPendant":"","feedId":"","roleId":"0","timeStamp":"0","clientIdentityInfo":null,"isImportMsg":false,"atType":0,"roleType":0,"fromChannelRoleInfo":{"roleId":"0","name":"","color":0},"fromGuildRoleInfo":{"roleId":"0","name":"","color":0},"levelRoleInfo":{"roleId":"0","name":"","color":0},"recallTime":"0","isOnlineMsg":true,"generalFlags":"0x","clientSeq":"20553","fileGroupSize":null,"foldingInfo":null,"multiTransInfo":null,"senderUin":"2747277822","peerUin":"2747277822","msgAttrs":{},"anonymousExtInfo":null,"nameType":0,"avatarFlag":0,"extInfoForUI":null,"personalMedal":null,"categoryManage":0,"msgEventInfo":null,"sourceType":1,"id":976762198}
2024-08-07 09:27:00 [DEBUG] bot(bot-qq) | 收到消息: {"self_id":bot-qq,"user_id":2747277822,"time":1722994019,"message_id":976762198,"message_seq":976762198,"real_id":976762198,"message_type":"private","sender":{"user_id":2747277822,"nickname":"","card":""},"raw_message":"","font":14,"sub_type":"friend","message":[],"message_format":"array","post_type":"message"}
2024-08-07 09:27:16 [DEBUG] bot(bot-qq) | 收到新消息 {"msgId":"7400203036900981285","msgRandom":"1758611499","msgSeq":"4792","cntSeq":"0","chatType":2,"msgType":2,"subMsgType":1,"sendType":0,"senderUid":"u_JIO_bz71v1olcqTQ_7wRIg","peerUid":"test-group-id","channelId":"","guildId":"","guildCode":"0","fromUid":"0","fromAppid":"0","msgTime":"1722994036","msgMeta":"0x","sendStatus":2,"sendRemarkName":"","sendMemberName":"","sendNickName":"my-qq","guildName":"","channelName":"","elements":[{"elementType":1,"elementId":"7400203036900981284","elementGroupId":0,"extBufForUI":"0x","textElement":{"content":"epic","atType":0,"atUid":"0","atTinyId":"0","atNtUid":"","subElementType":0,"atChannelId":"0","linkInfo":null,"atRoleId":"0","atRoleColor":0,"atRoleName":"","needNotify":0},"faceElement":null,"marketFaceElement":null,"replyElement":null,"picElement":null,"pttElement":null,"videoElement":null,"grayTipElement":null,"arkElement":null,"fileElement":null,"liveGiftElement":null,"markdownElement":null,"structLongMsgElement":null,"multiForwardMsgElement":null,"giphyElement":null,"walletElement":null,"inlineKeyboardElement":null,"textGiftElement":null,"calendarElement":null,"yoloGameResultElement":null,"avRecordElement":null,"structMsgElement":null,"faceBubbleElement":null,"shareLocationElement":null,"tofuRecordElement":null,"taskTopMsgElement":null,"recommendedMsgElement":null,"actionBarElement":null,"prologueMsgElement":null}],"records":[],"emojiLikesList":[],"commentCnt":"0","directMsgFlag":0,"directMsgMembers":[],"peerName":"测试","freqLimitInfo":null,"editable":false,"avatarMeta":"","avatarPendant":"","feedId":"","roleId":"0","timeStamp":"0","clientIdentityInfo":null,"isImportMsg":false,"atType":0,"roleType":0,"fromChannelRoleInfo":{"roleId":"0","name":"","color":0},"fromGuildRoleInfo":{"roleId":"0","name":"","color":0},"levelRoleInfo":{"roleId":"0","name":"","color":0},"recallTime":"0","isOnlineMsg":true,"generalFlags":"0x","clientSeq":"0","fileGroupSize":null,"foldingInfo":null,"multiTransInfo":null,"senderUin":"my-qq-id","peerUin":"test-group-id","msgAttrs":{},"anonymousExtInfo":null,"nameType":0,"avatarFlag":0,"extInfoForUI":null,"personalMedal":null,"categoryManage":0,"msgEventInfo":null,"sourceType":1,"id":1005598195}
2024-08-07 09:27:16 [DEBUG] bot(bot-qq) | 收到消息: {"self_id":bot-qq,"user_id":my-qq-id,"time":1722994036,"message_id":1005598195,"message_seq":1005598195,"real_id":1005598195,"message_type":"group","sender":{"user_id":my-qq-id,"nickname":"my-qq","card":"","role":"owner"},"raw_message":"epic","font":14,"sub_type":"normal","message":[{"data":{"text":"epic"},"type":"text"}],"message_format":"array","post_type":"message","group_id":test-group-id}
2024-08-07 09:27:16 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"self_id":bot-qq,"user_id":my-qq-id,"time":1722994036,"message_id":1005598195,"message_seq":1005598195,"real_id":1005598195,"message_type":"group","sender":{"user_id":my-qq-id,"nickname":"my-qq","card":"","role":"owner"},"raw_message":"epic","font":14,"sub_type":"normal","message":[{"data":{"text":"epic"},"type":"text"}],"message_format":"array","post_type":"message","group_id":test-group-id}
2024-08-07 09:27:16 [INFO] bot(bot-qq) | 群[测试(test-group-id)] my-qq(my-qq-id): epic
2024-08-07 09:27:18 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":other-group-id,"group_name":"other-group-name","member_count":5,"max_member_count":200},{"group_id":test-group-id,"group_name":"测试","member_count":2,"max_member_count":200},{"group_id":other-group,"group_name":"other-group-name","member_count":5,"max_member_count":200},{"group_id":other-group,"group_name":"other-group-name","member_count":42,"max_member_count":500}],"message":"","wording":"","echo":"994"}
2024-08-07 09:27:19 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":other-group-id,"user_id":*,"nickname":"*","card":"*","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1371907756,"last_sent_time":1722300414,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"owner","title":""},{"group_id":other-group-id,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1524755704,"last_sent_time":1722414804,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"admin","title":""},{"group_id":other-group-id,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1549071827,"last_sent_time":1722834226,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"admin","title":""},{"group_id":other-group-id,"user_id":my-qq-id,"nickname":"my-qq","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1468140711,"last_sent_time":1722837963,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"admin","title":""},{"group_id":other-group-id,"user_id":bot-qq,"nickname":"bot","card":"*","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1660184738,"last_sent_time":1720238490,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":1720066707,"role":"member","title":"*"}],"message":"","wording":"","echo":"995"}
2024-08-07 09:27:19 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":test-group-id,"user_id":my-qq-id,"nickname":"my-qq","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1661519465,"last_sent_time":1722935479,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"owner","title":""},{"group_id":test-group-id,"user_id":bot-qq,"nickname":"bot","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1661519465,"last_sent_time":1722981602,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""}],"message":"","wording":"","echo":"996"}
2024-08-07 09:27:19 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":other-group,"user_id":my-qq-id,"nickname":"my-qq","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678011680,"last_sent_time":1718182904,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"owner","title":""},{"group_id":other-group,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678019820,"last_sent_time":1697508891,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""},{"group_id":other-group,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678021279,"last_sent_time":1718182642,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""},{"group_id":other-group,"user_id":bot-qq,"nickname":"bot","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678011680,"last_sent_time":1720238475,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""},{"group_id":other-group,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678021407,"last_sent_time":1718158113,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""}],"message":"","wording":"","echo":"997"}
2024-08-07 09:27:22 [INFO] bot(bot-qq) | 获取文件类型 jpg /root/.config/QQ/NapCat/temp/f78a8e7b-f67f-491f-89e2-0df3d1587875lumbearjack-offer-13qa5.jpg
2024-08-07 09:27:23 [INFO] bot(bot-qq) | 发送消息 给私聊 bot-qq: [图片|https://multimedia.nt.qq.com.cn/download?appid=1406&fileid=CgoyNzkwOTkyNjQ1EhTWR5MAacf6WhWnRm2K2mG0cs74rhjk9S4g_gooiNr3_tzhhwM&spec=0&rkey=CAMSKMa3OFokB_TlDGAc9Pp7euPFwoFmEy6LcqtgrTmC-8X29ePGOxyswqs]
FREE now :: LumbearJack (¥52.00)
快快拿起你的斧头,砍掉和回收挡路的人造物件,与迷人的动物伙伴们一同解谜,去拯救环境吧!
此游戏由 Armor Games Studios 开发、Armor Games Studios 发行,将在 UTC 时间 Aug.08 15:00 结束免费游玩,戳链接速度加入你的游戏库吧~
https://store.epicgames.com/zh-CN/p/lumbearjack-b5bedf
2024-08-07 09:27:25 [INFO] bot(bot-qq) | 获取文件类型 png /root/.config/QQ/NapCat/temp/394c3142-5704-4a25-bf48-e9d031d73582lost-castle-r390n.png
2024-08-07 09:27:26 [INFO] bot(bot-qq) | 发送消息 给私聊 bot-qq: [图片|https://multimedia.nt.qq.com.cn/download?appid=1406&fileid=CgoyNzkwOTkyNjQ1EhRpEEIfvm_foMwLPIi3FGkrbgnPyRiKn7gBIP4KKJbhvoDd4YcD&spec=0&rkey=CAMSKMa3OFokB_TlDGAc9Pp7euPFwoFmEy6LcqtgrTmC-8X29ePGOxyswqs]
FREE now :: 失落城堡: 遗迹守护者 (¥12.00)
“遗迹的守护者” DLC中包含了两张全新的地图等你来挑战!
此游戏由 Another Indie Studio Limited 开发、Another Indie Studio Limited 发行,将在 UTC 时间 Aug.19 15:00 结束免费游玩,戳链接速度加入你的游戏库吧~
https://store.epicgames.com/zh-CN/p/lost-castle-abb2e2
2024-08-07 09:27:27 [INFO] bot(bot-qq) | 获取文件类型 png /root/.config/QQ/NapCat/temp/890c7a57-6abe-4eab-beee-3303dac2ab6brawmen-165o9.png
2024-08-07 09:27:28 [INFO] bot(bot-qq) | 发送消息 给私聊 bot-qq: [图片|https://multimedia.nt.qq.com.cn/download?appid=1406&fileid=CgoyNzkwOTkyNjQ1EhQv4Li5QgxLUJeu1QC81OxGRskRPBi41JsBIP4KKMDioIHd4YcD&spec=0&rkey=CAMSKMa3OFokB_TlDGAc9Pp7euPFwoFmEy6LcqtgrTmC-8X29ePGOxyswqs]
FREE now :: 《RAWMEN: Food Fighter Arena》🍜 (0)
《RAWMEN》将竞技场射击与令人胃口大开的美食元素相结合,是一款别出心裁的多人对战游戏。你可以光明正大地“恰独食”,也可以跟“酒肉朋友”们一起组成最多四人的吃货小分队,在与全世界玩家的美食大战中享受盛宴。
此游戏由 tinyBuild Games 开发、tinyBuild Games 发行,将在 UTC 时间 Aug.08 15:00 结束免费游玩,戳链接速度加入你的游戏库吧~
https://store.epicgames.com/zh-CN/p/rawmen-03f74e
2024-08-07 09:27:28 [INFO] bot(bot-qq) | 发送消息 给私聊 bot-qq:
由 Electronic Arts 公司发行的游戏 《Apex Legends™》:导线管免费解锁捆绑包 (0) 在 UTC 时间 Aug.08 15:00 即将推出免费游玩,预计截至 Aug.15 15:00。
2024-08-07 09:27:57 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994077,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:28:57 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994137,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:29:57 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994197,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:30:47 [DEBUG] bot(bot-qq) | 开发转发 {"chatType":1,"peerUid":"u_GtLK8gWSLfWYLLi3t3I1oQ"} {"chatType":2,"peerUid":"test-group-id"} ["7400203062300359178","7400203070879403637","7400203079824671304","7400203089426062613"]
2024-08-07 09:30:48 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":{"message_id":1889468050},"message":"","wording":"","echo":"993"}
2024-08-07 09:30:49 [INFO] bot(bot-qq) | 发送消息 给群聊 群[测试(test-group-id)] : [json|{"data":"{\"app\":\"com.tencent.multimsg\",\"config\":{\"autosize\":1,\"forward\":1,\"round\":1,\"type\":\"normal\",\"width\":300},\"desc\":\"[聊天记录]\",\"extra\":\"{\\\"filename\\\":\\\"ee7238e2-1217-4dae-8554-d4b925928774\\\",\\\"tsum\\\":4}\\n\",\"meta\":{\"detail\":{\"news\":[{\"text\":\"bot: [图片]\\n\\nFREE now :: LumbearJack (¥52.00)\\n快快拿起你的斧头,砍掉和回收挡路的人造物件,与迷人\"},{\"text\":\"bot: [图片]\\n\\nFREE now :: 失落城堡: 遗迹守护者 (¥12.00)\\n“遗迹的守护者” DLC中包含了两张全新的地图等你\"},{\"text\":\"bot: [图片]\\n\\nFREE now :: 《RAWMEN: Food Fighter Arena》🍜 (0)\\n《RAWMEN》将竞技场\"},{\"text\":\"bot: \\n由 Electronic Arts 公司发行的游戏 《Apex Legends™》:导线管免费解锁捆绑包 (0) 在 UTC \"}],\"resid\":\"D1SgsWtlyPvoJlgqZdsaT8KOLTv8KPBeyDyx9mda5FaGqApOpEcgFAj8AGOSk/nG\",\"source\":\"瓝敻的聊天记录\",\"summary\":\"查看4条转发消息\",\"uniseq\":\"ee7238e2-1217-4dae-8554-d4b925928774\"}},\"prompt\":\"[聊天记录]\",\"ver\":\"0.0.0.5\",\"view\":\"contact\"}\n"}]
2024-08-07 09:30:57 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994257,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:31:07 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:07 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:10 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:12 [INFO] bot(bot-qq) | Error: Opening handshake has timed out
at ClientRequest.<anonymous> (/usr/src/app/napcat/node_modules/ws/lib/websocket.js:873:7)
at ClientRequest.emit (node:events:519:28)
at Socket.emitRequestTimeout (node:_http_client:845:9)
at Object.onceWrapper (node:events:633:28)
at Socket.emit (node:events:519:28)
at Socket._onTimeout (node:net:590:8)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7)
2024-08-07 09:31:12 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:12 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:15 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:17 [INFO] bot(bot-qq) | Error: Opening handshake has timed out
at ClientRequest.<anonymous> (/usr/src/app/napcat/node_modules/ws/lib/websocket.js:873:7)
at ClientRequest.emit (node:events:519:28)
at Socket.emitRequestTimeout (node:_http_client:845:9)
at Object.onceWrapper (node:events:633:28)
at Socket.emit (node:events:519:28)
at Socket._onTimeout (node:net:590:8)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7)
2024-08-07 09:31:17 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:17 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:20 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:22 [INFO] bot(bot-qq) | Error: Opening handshake has timed out
at ClientRequest.<anonymous> (/usr/src/app/napcat/node_modules/ws/lib/websocket.js:873:7)
at ClientRequest.emit (node:events:519:28)
at Socket.emitRequestTimeout (node:_http_client:845:9)
at Object.onceWrapper (node:events:633:28)
at Socket.emit (node:events:519:28)
at Socket._onTimeout (node:net:590:8)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7)
2024-08-07 09:31:22 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:22 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:25 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:27 [INFO] bot(bot-qq) | Error: Opening handshake has timed out
at ClientRequest.<anonymous> (/usr/src/app/napcat/node_modules/ws/lib/websocket.js:873:7)
at ClientRequest.emit (node:events:519:28)
at Socket.emitRequestTimeout (node:_http_client:845:9)
at Object.onceWrapper (node:events:633:28)
at Socket.emit (node:events:519:28)
at Socket._onTimeout (node:net:590:8)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7)
2024-08-07 09:31:27 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:27 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:30 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:32 [INFO] bot(bot-qq) | Error: Opening handshake has timed out
at ClientRequest.<anonymous> (/usr/src/app/napcat/node_modules/ws/lib/websocket.js:873:7)
at ClientRequest.emit (node:events:519:28)
at Socket.emitRequestTimeout (node:_http_client:845:9)
at Object.onceWrapper (node:events:633:28)
at Socket.emit (node:events:519:28)
at Socket._onTimeout (node:net:590:8)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7)
2024-08-07 09:31:32 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:32 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:35 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:37 [INFO] bot(bot-qq) | Error: Opening handshake has timed out
at ClientRequest.<anonymous> (/usr/src/app/napcat/node_modules/ws/lib/websocket.js:873:7)
at ClientRequest.emit (node:events:519:28)
at Socket.emitRequestTimeout (node:_http_client:845:9)
at Object.onceWrapper (node:events:633:28)
at Socket.emit (node:events:519:28)
at Socket._onTimeout (node:net:590:8)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7)
2024-08-07 09:31:37 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:37 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:40 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:42 [INFO] bot(bot-qq) | Error: Opening handshake has timed out
at ClientRequest.<anonymous> (/usr/src/app/napcat/node_modules/ws/lib/websocket.js:873:7)
at ClientRequest.emit (node:events:519:28)
at Socket.emitRequestTimeout (node:_http_client:845:9)
at Object.onceWrapper (node:events:633:28)
at Socket.emit (node:events:519:28)
at Socket._onTimeout (node:net:590:8)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7)
2024-08-07 09:31:42 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:42 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:45 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:45 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:31:45 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:45 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:48 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:48 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:31:48 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:48 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:51 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:51 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:31:51 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:51 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:54 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:54 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:31:54 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:54 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:57 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:31:57 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:31:57 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:31:57 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:00 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:00 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:00 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:00 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:03 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:03 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:03 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:03 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:06 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:06 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:06 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:06 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:09 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:09 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:09 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:09 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:12 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:12 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:12 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:12 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:15 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:15 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:15 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:15 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:18 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:18 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:18 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:18 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:21 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:21 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:21 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:21 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:24 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:24 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:24 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:24 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:27 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:27 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:27 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:27 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:30 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:30 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:30 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:30 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:33 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:33 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:33 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:33 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:36 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:36 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:36 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:36 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:39 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:39 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:39 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:39 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:42 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:42 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:42 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:42 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:45 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:45 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:45 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:45 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:48 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:48 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:48 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:48 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:51 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:51 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:51 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:51 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:54 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:54 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:54 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:54 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:57 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:32:57 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:32:57 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:32:57 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:33:00 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:33:00 [INFO] bot(bot-qq) | Error: connect ECONNREFUSED 10.43.127.219:25888
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
2024-08-07 09:33:00 [DEBUG] bot(bot-qq) | The websocket connection: ws://zhenxun-bot:25888/onebot/v11/ws closed, trying reconnecting...
2024-08-07 09:33:00 [ERROR] bot(bot-qq) | 反向ws断开 ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:33:03 [DEBUG] bot(bot-qq) | Trying to connect to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:33:03 [DEBUG] bot(bot-qq) | Connected to the websocket server: ws://zhenxun-bot:25888/onebot/v11/ws
2024-08-07 09:33:03 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994383,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"lifecycle","sub_type":"connect"}
2024-08-07 09:34:03 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994443,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:34:49 [DEBUG] bot(bot-qq) | 收到新消息 {"msgId":"7400204983249271335","msgRandom":"839724122","msgSeq":"4794","cntSeq":"0","chatType":2,"msgType":2,"subMsgType":1,"sendType":0,"senderUid":"u_JIO_bz71v1olcqTQ_7wRIg","peerUid":"test-group-id","channelId":"","guildId":"","guildCode":"0","fromUid":"0","fromAppid":"0","msgTime":"1722994489","msgMeta":"0x","sendStatus":2,"sendRemarkName":"","sendMemberName":"","sendNickName":"my-qq","guildName":"","channelName":"","elements":[{"elementType":1,"elementId":"7400204983249271334","elementGroupId":0,"extBufForUI":"0x","textElement":{"content":"epic","atType":0,"atUid":"0","atTinyId":"0","atNtUid":"","subElementType":0,"atChannelId":"0","linkInfo":null,"atRoleId":"0","atRoleColor":0,"atRoleName":"","needNotify":0},"faceElement":null,"marketFaceElement":null,"replyElement":null,"picElement":null,"pttElement":null,"videoElement":null,"grayTipElement":null,"arkElement":null,"fileElement":null,"liveGiftElement":null,"markdownElement":null,"structLongMsgElement":null,"multiForwardMsgElement":null,"giphyElement":null,"walletElement":null,"inlineKeyboardElement":null,"textGiftElement":null,"calendarElement":null,"yoloGameResultElement":null,"avRecordElement":null,"structMsgElement":null,"faceBubbleElement":null,"shareLocationElement":null,"tofuRecordElement":null,"taskTopMsgElement":null,"recommendedMsgElement":null,"actionBarElement":null,"prologueMsgElement":null}],"records":[],"emojiLikesList":[],"commentCnt":"0","directMsgFlag":0,"directMsgMembers":[],"peerName":"测试","freqLimitInfo":null,"editable":false,"avatarMeta":"","avatarPendant":"","feedId":"","roleId":"0","timeStamp":"0","clientIdentityInfo":null,"isImportMsg":false,"atType":0,"roleType":0,"fromChannelRoleInfo":{"roleId":"0","name":"","color":0},"fromGuildRoleInfo":{"roleId":"0","name":"","color":0},"levelRoleInfo":{"roleId":"0","name":"","color":0},"recallTime":"0","isOnlineMsg":true,"generalFlags":"0x","clientSeq":"0","fileGroupSize":null,"foldingInfo":null,"multiTransInfo":null,"senderUin":"my-qq-id","peerUin":"test-group-id","msgAttrs":{},"anonymousExtInfo":null,"nameType":0,"avatarFlag":0,"extInfoForUI":null,"personalMedal":null,"categoryManage":0,"msgEventInfo":null,"sourceType":1,"id":966157579}
2024-08-07 09:34:49 [DEBUG] bot(bot-qq) | 收到消息: {"self_id":bot-qq,"user_id":my-qq-id,"time":1722994489,"message_id":966157579,"message_seq":966157579,"real_id":966157579,"message_type":"group","sender":{"user_id":my-qq-id,"nickname":"my-qq","card":"","role":"owner"},"raw_message":"epic","font":14,"sub_type":"normal","message":[{"data":{"text":"epic"},"type":"text"}],"message_format":"array","post_type":"message","group_id":test-group-id}
2024-08-07 09:34:49 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"self_id":bot-qq,"user_id":my-qq-id,"time":1722994489,"message_id":966157579,"message_seq":966157579,"real_id":966157579,"message_type":"group","sender":{"user_id":my-qq-id,"nickname":"my-qq","card":"","role":"owner"},"raw_message":"epic","font":14,"sub_type":"normal","message":[{"data":{"text":"epic"},"type":"text"}],"message_format":"array","post_type":"message","group_id":test-group-id}
2024-08-07 09:34:49 [INFO] bot(bot-qq) | 群[测试(test-group-id)] my-qq(my-qq-id): epic
2024-08-07 09:34:52 [INFO] bot(bot-qq) | 获取文件类型 jpg /root/.config/QQ/NapCat/temp/c724d336-dcb9-4ec2-ae36-3a4f5a330bfelumbearjack-offer-13qa5.jpg
2024-08-07 09:34:53 [INFO] bot(bot-qq) | 发送消息 给私聊 bot-qq: [图片|https://multimedia.nt.qq.com.cn/download?appid=1406&fileid=CgoyNzkwOTkyNjQ1EhTWR5MAacf6WhWnRm2K2mG0cs74rhjk9S4g_goo9v7h1d7hhwM&spec=0&rkey=CAMSKMa3OFokB_TlDGAc9Pp7euPFwoFmEy6LcqtgrTmC-8X29ePGOxyswqs]
FREE now :: LumbearJack (¥52.00)
快快拿起你的斧头,砍掉和回收挡路的人造物件,与迷人的动物伙伴们一同解谜,去拯救环境吧!
此游戏由 Armor Games Studios 开发、Armor Games Studios 发行,将在 UTC 时间 Aug.08 15:00 结束免费游玩,戳链接速度加入你的游戏库吧~
https://store.epicgames.com/zh-CN/p/lumbearjack-b5bedf
2024-08-07 09:34:54 [INFO] bot(bot-qq) | 获取文件类型 png /root/.config/QQ/NapCat/temp/2ad0b668-ac03-4ece-aa35-14f13c6c8379lost-castle-r390n.png
2024-08-07 09:34:55 [INFO] bot(bot-qq) | 发送消息 给私聊 bot-qq: [图片|https://multimedia.nt.qq.com.cn/download?appid=1406&fileid=CgoyNzkwOTkyNjQ1EhRpEEIfvm_foMwLPIi3FGkrbgnPyRiKn7gBIP4KKN-Qztbe4YcD&spec=0&rkey=CAMSKMa3OFokB_TlDGAc9Pp7euPFwoFmEy6LcqtgrTmC-8X29ePGOxyswqs]
FREE now :: 失落城堡: 遗迹守护者 (¥12.00)
“遗迹的守护者” DLC中包含了两张全新的地图等你来挑战!
此游戏由 Another Indie Studio Limited 开发、Another Indie Studio Limited 发行,将在 UTC 时间 Aug.19 15:00 结束免费游玩,戳链接速度加入你的游戏库吧~
https://store.epicgames.com/zh-CN/p/lost-castle-abb2e2
2024-08-07 09:34:55 [INFO] bot(bot-qq) | 获取文件类型 png /root/.config/QQ/NapCat/temp/ecc36e3a-9976-439a-b857-712272291de5rawmen-165o9.png
2024-08-07 09:34:56 [INFO] bot(bot-qq) | 发送消息 给私聊 bot-qq: [图片|https://multimedia.nt.qq.com.cn/download?appid=1406&fileid=CgoyNzkwOTkyNjQ1EhQv4Li5QgxLUJeu1QC81OxGRskRPBi41JsBIP4KKJD5ktfe4YcD&spec=0&rkey=CAMSKMa3OFokB_TlDGAc9Pp7euPFwoFmEy6LcqtgrTmC-8X29ePGOxyswqs]
FREE now :: 《RAWMEN: Food Fighter Arena》🍜 (0)
《RAWMEN》将竞技场射击与令人胃口大开的美食元素相结合,是一款别出心裁的多人对战游戏。你可以光明正大地“恰独食”,也可以跟“酒肉朋友”们一起组成最多四人的吃货小分队,在与全世界玩家的美食大战中享受盛宴。
此游戏由 tinyBuild Games 开发、tinyBuild Games 发行,将在 UTC 时间 Aug.08 15:00 结束免费游玩,戳链接速度加入你的游戏库吧~
https://store.epicgames.com/zh-CN/p/rawmen-03f74e
2024-08-07 09:34:57 [INFO] bot(bot-qq) | 发送消息 给私聊 bot-qq:
由 Electronic Arts 公司发行的游戏 《Apex Legends™》:导线管免费解锁捆绑包 (0) 在 UTC 时间 Aug.08 15:00 即将推出免费游玩,预计截至 Aug.15 15:00。
2024-08-07 09:35:03 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994503,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:36:03 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994563,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:37:01 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":other-group-id,"group_name":"other-group-name","member_count":5,"max_member_count":200},{"group_id":test-group-id,"group_name":"测试","member_count":2,"max_member_count":200},{"group_id":other-group,"group_name":"other-group-name","member_count":5,"max_member_count":200},{"group_id":other-group,"group_name":"other-group-name","member_count":42,"max_member_count":500}],"message":"","wording":"","echo":"2"}
2024-08-07 09:37:01 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":other-group-id,"user_id":*,"nickname":"*","card":"*","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1371907756,"last_sent_time":1722300414,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"owner","title":""},{"group_id":other-group-id,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1524755704,"last_sent_time":1722414804,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"admin","title":""},{"group_id":other-group-id,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1549071827,"last_sent_time":1722834226,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"admin","title":""},{"group_id":other-group-id,"user_id":my-qq-id,"nickname":"my-qq","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1468140711,"last_sent_time":1722837963,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"admin","title":""},{"group_id":other-group-id,"user_id":bot-qq,"nickname":"bot","card":"*","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1660184738,"last_sent_time":1720238490,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":1720066707,"role":"member","title":"*"}],"message":"","wording":"","echo":"3"}
2024-08-07 09:37:01 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":test-group-id,"user_id":my-qq-id,"nickname":"my-qq","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1661519465,"last_sent_time":1722935479,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"owner","title":""},{"group_id":test-group-id,"user_id":bot-qq,"nickname":"bot","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1661519465,"last_sent_time":1722981602,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""}],"message":"","wording":"","echo":"4"}
2024-08-07 09:37:01 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":other-group,"user_id":my-qq-id,"nickname":"my-qq","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678011680,"last_sent_time":1718182904,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"owner","title":""},{"group_id":other-group,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678019820,"last_sent_time":1697508891,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""},{"group_id":other-group,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678021279,"last_sent_time":1718182642,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""},{"group_id":other-group,"user_id":bot-qq,"nickname":"bot","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678011680,"last_sent_time":1720238475,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""},{"group_id":other-group,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678021407,"last_sent_time":1718158113,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""}],"message":"","wording":"","echo":"5"}
2024-08-07 09:37:03 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994623,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:38:03 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994683,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:39:04 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994743,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:40:04 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994804,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:40:36 [DEBUG] bot(bot-qq) | 开发转发 {"chatType":1,"peerUid":"u_GtLK8gWSLfWYLLi3t3I1oQ"} {"chatType":2,"peerUid":"test-group-id"} ["7400204995583324384","7400204998693845001","7400205007577487900","7400205012246503494"]
2024-08-07 09:40:36 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":{"message_id":523116280},"message":"","wording":"","echo":"1"}
2024-08-07 09:40:38 [INFO] bot(bot-qq) | 发送消息 给群聊 群[测试(test-group-id)] : [json|{"data":"{\"app\":\"com.tencent.multimsg\",\"config\":{\"autosize\":1,\"forward\":1,\"round\":1,\"type\":\"normal\",\"width\":300},\"desc\":\"[聊天记录]\",\"extra\":\"{\\\"filename\\\":\\\"132e95ff-6d69-41e5-891a-8a86dfae5470\\\",\\\"tsum\\\":4}\\n\",\"meta\":{\"detail\":{\"news\":[{\"text\":\"bot: [图片]\\n\\nFREE now :: LumbearJack (¥52.00)\\n快快拿起你的斧头,砍掉和回收挡路的人造物件,与迷人\"},{\"text\":\"bot: [图片]\\n\\nFREE now :: 失落城堡: 遗迹守护者 (¥12.00)\\n“遗迹的守护者” DLC中包含了两张全新的地图等你\"},{\"text\":\"bot: [图片]\\n\\nFREE now :: 《RAWMEN: Food Fighter Arena》🍜 (0)\\n《RAWMEN》将竞技场\"},{\"text\":\"bot: \\n由 Electronic Arts 公司发行的游戏 《Apex Legends™》:导线管免费解锁捆绑包 (0) 在 UTC \"}],\"resid\":\"lmHyBgey7fivdm0shJ6wgz6iZXOo33OvgsAaKSaPXtMkc974mAAi7UzfWprieTsg\",\"source\":\"瓝敻的聊天记录\",\"summary\":\"查看4条转发消息\",\"uniseq\":\"132e95ff-6d69-41e5-891a-8a86dfae5470\"}},\"prompt\":\"[聊天记录]\",\"ver\":\"0.0.0.5\",\"view\":\"contact\"}\n"}]
2024-08-07 09:41:04 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994864,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:42:01 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":*,"group_name":"other-group","member_count":5,"max_member_count":200},{"group_id":test-group-id,"group_name":"测试","member_count":2,"max_member_count":200},{"group_id":other-group-id,"group_name":"*","member_count":5,"max_member_count":200},{"group_id":other-group-id,"group_name":"other-group","member_count":42,"max_member_count":500}],"message":"","wording":"","echo":"7"}
2024-08-07 09:42:01 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":*,"user_id":*,"nickname":"*","card":"*","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1371907756,"last_sent_time":1722300414,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"owner","title":""},{"group_id":*,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1524755704,"last_sent_time":1722414804,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"admin","title":""},{"group_id":*,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1549071827,"last_sent_time":1722834226,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"admin","title":""},{"group_id":*,"user_id":my-qq,"nickname":"my-qq","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1468140711,"last_sent_time":1722837963,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"admin","title":""},{"group_id":*,"user_id":bot-qq,"nickname":"bot","card":"*","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1660184738,"last_sent_time":1720238490,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":1720066707,"role":"member","title":"*"}],"message":"","wording":"","echo":"8"}
2024-08-07 09:42:01 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":test-group-id,"user_id":my-qq,"nickname":"my-qq","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1661519465,"last_sent_time":1722935479,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"owner","title":""},{"group_id":test-group-id,"user_id":bot-qq,"nickname":"bot","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1661519465,"last_sent_time":1722981602,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""}],"message":"","wording":"","echo":"9"}
2024-08-07 09:42:01 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":other-group-id,"user_id":my-qq,"nickname":"my-qq","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678011680,"last_sent_time":1718182904,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"owner","title":""},{"group_id":other-group-id,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678019820,"last_sent_time":1697508891,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""},{"group_id":other-group-id,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678021279,"last_sent_time":1718182642,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""},{"group_id":other-group-id,"user_id":bot-qq,"nickname":"bot","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678011680,"last_sent_time":1720238475,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""},{"group_id":other-group-id,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678021407,"last_sent_time":1718158113,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""}],"message":"","wording":"","echo":"10"}
2024-08-07 09:42:04 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994924,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:43:04 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722994984,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:44:04 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722995044,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:45:04 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722995104,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:46:04 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722995164,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:47:01 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":*,"group_name":"other-group","member_count":5,"max_member_count":200},{"group_id":test-group-id,"group_name":"测试","member_count":2,"max_member_count":200},{"group_id":other-group-id,"group_name":"other-group","member_count":5,"max_member_count":200},{"group_id":other-group-id,"group_name":"other-group","member_count":42,"max_member_count":500}],"message":"","wording":"","echo":"12"}
2024-08-07 09:47:01 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":*,"user_id":*,"nickname":"*","card":"*","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1371907756,"last_sent_time":1722300414,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"owner","title":""},{"group_id":*,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1524755704,"last_sent_time":1722414804,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"admin","title":""},{"group_id":*,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1549071827,"last_sent_time":1722834226,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"admin","title":""},{"group_id":*,"user_id":my-qq,"nickname":"my-qq","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1468140711,"last_sent_time":1722837963,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"admin","title":""},{"group_id":*,"user_id":bot-qq,"nickname":"bot","card":"*","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1660184738,"last_sent_time":1720238490,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":1720066707,"role":"member","title":"*"}],"message":"","wording":"","echo":"13"}
2024-08-07 09:47:01 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":test-group-id,"user_id":my-qq,"nickname":"my-qq","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1661519465,"last_sent_time":1722935479,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"owner","title":""},{"group_id":test-group-id,"user_id":bot-qq,"nickname":"bot","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1661519465,"last_sent_time":1722981602,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""}],"message":"","wording":"","echo":"14"}
2024-08-07 09:47:01 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"status":"ok","retcode":0,"data":[{"group_id":other-group-id,"user_id":my-qq,"nickname":"my-qq","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678011680,"last_sent_time":1718182904,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"owner","title":""},{"group_id":other-group-id,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678019820,"last_sent_time":1697508891,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""},{"group_id":other-group-id,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678021279,"last_sent_time":1718182642,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""},{"group_id":other-group-id,"user_id":bot-qq,"nickname":"bot","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678011680,"last_sent_time":1720238475,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""},{"group_id":other-group-id,"user_id":*,"nickname":"*","card":"","sex":"unknown","age":0,"area":"","level":"0","qq_level":0,"join_time":1678021407,"last_sent_time":1718158113,"title_expire_time":0,"unfriendly":false,"card_changeable":true,"is_robot":false,"shut_up_timestamp":0,"role":"member","title":""}],"message":"","wording":"","echo":"15"}
2024-08-07 09:47:04 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722995224,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:48:04 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722995284,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:49:04 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722995344,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
2024-08-07 09:50:04 [DEBUG] bot(bot-qq) | ws 消息上报 ws://zhenxun-bot:25888/onebot/v11/ws {"time":1722995404,"self_id":bot-qq,"post_type":"meta_event","meta_event_type":"heartbeat","status":{"online":true,"good":true},"interval":60000}
关于原始数据,我不太懂nonebot底层的逻辑,看代码应该是走到这段了:
async def handle(bot: Bot, event: MessageEvent, state: T_State):
Type_Event = "Private"
if isinstance(event, GroupMessageEvent):
Type_Event = "Group"
msg_list, code = await get_epic_free(bot, Type_Event)
if code == 404:
await epic.send(msg_list)
elif isinstance(event, GroupMessageEvent):
logger.info(f"msg_list: {msg_list}")
try:
await bot.send_group_forward_msg(group_id=event.group_id, messages=msg_list)
except Exception as e:
logger.error(f"GROUP {event.group_id} epic免费游戏推送错误 {type(e)}: {e}")
else:
for msg in msg_list:
await bot.send_private_msg(user_id=event.user_id, message=msg)
logger.info(
f"(USER {event.user_id}, GROUP {event.group_id if isinstance(event, GroupMessageEvent) else 'private'})"
f" 获取epic免费游戏"
)
我就把msg_list打印出来了,如下:
08-07 09:34:52 [INFO] services | msg_list: [{'type': 'node', 'data': {'name': '这里是小真寻酱', 'uin': '*', 'content': '[CQ:image,file=https://cdn1.epicgames.com/spt-assets/67b80cb431834a1fa1ec3e69ef2f83f1/lumbearjack-offer-13qa5.jpg]\n\nFREE now :: LumbearJack (¥52.00)\n快快拿起你的斧头,砍掉和回收挡路的人造物件,与迷人的动物伙伴们一同解谜,去拯救环境吧!\n此游戏由 Armor Games Studios 开发、Armor Games Studios 发行,将在 UTC 时间 Aug.08 15:00 结束免费游玩,戳链接速度加入你的游戏库吧~\nhttps://store.epicgames.com/zh-CN/p/lumbearjack-b5bedf\n'}}, {'type': 'node', 'data': {'name': '这里是小真寻酱', 'uin': '*', 'content': '[CQ:image,file=https://cdn1.epicgames.com/spt-assets/a6d76157ad884f2c9aa470b30da9e2ff/lost-castle-r390n.png]\n\nFREE now :: 失落城堡: 遗迹守护者 (¥12.00)\n“遗迹的守护者” DLC中包含了两张全新的地图等你来挑战!\n此游戏由 Another Indie Studio Limited 开发、Another Indie Studio Limited 发行,将在 UTC 时间 Aug.19 15:00 结束免费游玩,戳链接速度加入你的游戏库吧~\nhttps://store.epicgames.com/zh-CN/p/lost-castle-abb2e2\n'}}, {'type': 'node', 'data': {'name': '这里是小真寻酱', 'uin': '*', 'content': '[CQ:image,file=https://cdn1.epicgames.com/spt-assets/925b89bff456434291f264924ab51443/rawmen-165o9.png]\n\nFREE now :: 《RAWMEN: Food Fighter Arena》🍜 (0)\n《RAWMEN》将竞技场射击与令人胃口大开的美食元素相结合,是一款别出心裁的多人对战游戏。你可以光明正大地“恰独食”,也可以跟“酒肉朋友”们一起组成最多四人的吃货小分队,在与全世界玩家的美食大战中享受盛宴。\n此游戏由 tinyBuild Games 开发、tinyBuild Games 发行,将在 UTC 时间 Aug.08 15:00 结束免费游玩,戳链接速度加入你的游戏库吧~\nhttps://store.epicgames.com/zh-CN/p/rawmen-03f74e\n'}}, {'type': 'node', 'd
ata': {'name': '这里是小真寻酱', 'uin': '*', 'content': '\n由 Electronic Arts 公司发行的游戏 《Apex Legends™》:导线管免费解锁捆绑包 (0) 在 UTC 时间 Aug.08 15:00 即将推出免费游玩,预计截至 Aug.15 15:00。'}}]
如果还需要其它日志,麻烦跟我说一下如何获取,我有空时会再抓
无法复现 暂时close了 有问题更新版本 尝试 还有进群询问哦
系统版本
ubuntu docker环境
QQNT 版本
linuxqq_3.2.12
NapCat 版本
v1.8.0
OneBot 客户端
nonebot-adapter-onebot 2.2.3
发生了什么?
合并转发消息报错,但是一段时间后消息还是成功发出去了 问题现象基本和上次的issue #210 类似: 1.8.0版本没有NodeIKernelProfileService/fetchUserDetailInfo的超时了,正常发送时间点应该是12:02左右,此时onebot那边已经报错了,QQ这边在30多分钟后(1.7.7版本是20分钟),转发仍然报错forward failed Error,报错后仍然发送成功
如何复现
期望的结果?
可以正常发出合并转发消息
NapCat 运行日志
OneBot 客户端运行日志