20.
@老虎会游泳,Language definition for 'python' could not be registered.
K @ highlight.min.js:105
highlight.min.js:105 SyntaxError: Invalid regular expression: /[\p{XID_Start}_]\p{XID_Continue}*/: Invalid escape
at e (highlight.min.js:1180)
at Object.registerLanguage (highlight.min.js:287)
at highlight.min.js:1218
at highlight.min.js:1218
K @ highlight.min.js:105
header.js:156 Uncaught SyntaxError: Unexpected token import
/q.php/bbs.topic.104718.html?floor=14#14:18 Uncaught SyntaxError: Unexpected token import
3undefined.jpg Failed to load resource: the server responded with a status of 404 ()
undefined.jpg:1 GET
https://file.hu60.cn/avatar/undefined.jpg 404 ()
Image (async)
appendChatText @ 22780_public_hu60bot.js:380
_chatInputSend.addEventListener.e @ 22780_public_hu60bot.js:266
(anonymous) @ 22780_public_hu60bot.js:418
21.
@大美妞,那我只能宣布你的浏览器与小老虎插件不兼容。
22.
@cherrydra,嗯!
命令是这样骰的吗?
hu60bot -u 账号 -p 密码 -k sk-xxxxxxxxxxxxxxxxxx
28.
@大美妞,小老虎确实有不回消息的问题,我也遇到了。
29.
@cherrydra,网页插件的机器人对话可能会陷入完全无响应的状态,日志里也没有任何记录。但是如果你在其他地方@
一下这个机器人,就又会恢复正常。

31.
@cherrydra,
commit 0ad9cb762288a5f7c65980c061aaf124678a8a88 (HEAD -> main, origin/main, origin/HEAD)
Author: rkonfj <rkonfj@gmail.com>
Date: Wed Mar 22 10:39:48 2023 +0800
新消息提醒
Signed-off-by: rkonfj <rkonfj@gmail.com>
33.
@cherrydra,希望日志可以显示askAI的请求,以便判断机器人是否收到了消息。
34.
@cherrydra,比如,我完全不清楚消息有没有到达机器人,服务器是否开始处理我的请求。
如果消息已经到达,最好有一个ack。

35.
@cherrydra,此外如果某人的openai api调用长时间没有响应,是怎么处理的?目前机器人有并发限制吗?
36.
@老虎会游泳,ok, 日志 和 ack 确实必要
不同 ws 连接是不同的 goroutine 并发处理的,软件上没有限制,异步请求 openai,同一个 ws 的消息是同一个 goroutine 同步处理的
37.
@老虎会游泳,
日志和ack加上了
怎么标记所有消息已读?目前用的是获取 at 消息列表,只不过把频率设置的更低了