You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO:bot-backend:Init backend bot
INFO:bot-frontend:private:Start init frontend bot
INFO:bot-frontend:private:Start login to bot
INFO:telethon.network.mtprotosender:Connecting to :443/TcpFull...
INFO:telethon.network.mtprotosender:Connection to :443/TcpFull complete!
INFO:bot-frontend:private:Bot account login ok
INFO:bot-frontend:private:Register bot commands ok
INFO:root:Initialization ok
INFO:bot-frontend:private:Admin xxx sends "/monitor_chat xxx"
INFO:bot-frontend:private:add xxx to monitored_chat
/usr/local/lib/python3.9/site-packages/tg_searcher/frontend_bot.py:311: RuntimeWarning: coroutine 'BackendBot.format_dialog_html' was never awaited
await self._admin_msg_handler(event)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
INFO:bot-backend:New msg https://t.me/c/xxxxx from "xxx": "我知道"
Building prefix dict from the default dictionary ...
DEBUG:jieba:Building prefix dict from the default dictionary ...
Loading model from cache /tmp/jieba.cache
DEBUG:jieba:Loading model from cache /tmp/jieba.cache
Loading model cost 1.490 seconds.
DEBUG:jieba:Loading model cost 1.490 seconds.
Prefix dict has been built successfully.
DEBUG:jieba:Prefix dict has been built successfully.
INFO:bot-backend:New msg https://t.me/c/xxxxx from "xxx": "我会知道"
INFO:bot-backend:New msg https://t.me/c/xxxxx from "xxx": "我知道了"
INFO:bot-backend:New msg https://t.me/c/xxxxx from "xxx": "我想知了"
INFO:bot-frontend:private:Admin xxx sends "知"
INFO:bot-frontend:private:User xxx (in xxx) sends "知"
start search
INFO:bot-frontend:private:Search "知" in chats None
INFO:bot-frontend:private:Admin xxx sends "道"
INFO:bot-frontend:private:User xxx (in xxx) sends "道"
start search
INFO:bot-frontend:private:Search "道" in chats None
INFO:bot-frontend:private:Admin xxx sends "知道"
INFO:bot-frontend:private:User xxx (in xxx) sends "知道"
start search
INFO:bot-frontend:private:Search "知道" in chats None
...
The text was updated successfully, but these errors were encountered:
Bug 描述
搜索结果不全,有些关键词搜不到或者只能搜到几条。
复现方式
复现 bug 的步骤:
为避免日志里出现大量无关内容,关闭了监听全部,故手动监听测试对话,向机器人发送
/monitor_chat 测试对话ID
向测试对话群组发送4条测试消息:
期望行为
日志
The text was updated successfully, but these errors were encountered: