ChatLearning——让bot学会你的群聊
-
@Koreyoshi 好的明白了,感谢!辛苦啦
-
@Koreyoshi 发现是新版本安卓手机QQ8.9.3的更改,暂时不清楚是bug还是feature,新版本手机QQ回复中的at不再存在于实际发出的消息里了,要不要增加一下主动反击的触发条件?
-
@Sanze2000 了解,我回头测试一下,如果有bug话我会改进
-
请问一下为什么语音转文字一直失败;w; 我用的训练集是azusa200k 不太懂qwq
-
@loolksama 是不是没装ffmpeg
-
@雾野良纱 ffmpeg是必要装的吗;w; 我后台看语音转文字失败 发出去的只有文字
-
@loolksama 装呗那玩意是语音插件
-
@雾野良纱 好的 谢谢
-
退出时报错
linux版本ChatLearning ->exit 等待程序退出…… Task exception was never retrieved future: <Task finished name='Task-1' coro=<getcommand_tui() done, defined at Chatmain.py:1929> exception=SystemExit(0)> Traceback (most recent call last): File "asyncio/tasks.py", line 258, in __step File "prompt_toolkit/application/application.py", line 1070, in _poll_output_size File "asyncio/tasks.py", line 655, in sleep File "asyncio/futures.py", line 284, in __await__ File "asyncio/tasks.py", line 328, in __wakeup File "asyncio/futures.py", line 196, in result asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "prompt_toolkit/application/application.py", line 1051, in cancel_and_wait_for_background_tasks File "asyncio/futures.py", line 284, in __await__ File "asyncio/tasks.py", line 328, in __wakeup File "asyncio/futures.py", line 196, in result asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "contextlib.py", line 137, in __exit__ File "nest_asyncio.py", line 135, in manage_run File "nest_asyncio.py", line 83, in run_until_complete File "nest_asyncio.py", line 119, in _run_once File "asyncio/events.py", line 80, in _run File "asyncio/tasks.py", line 331, in __wakeup File "nest_asyncio.py", line 195, in step File "asyncio/tasks.py", line 258, in __step File "Chatmain.py", line 1953, in getcommand_tui File "Chatmain.py", line 2055, in commandchoice File "Chatmain.py", line 118, in exit SystemExit: 0
-
此回复已被删除! -
之后就闪退是咋回事捏
-
请问我要怎么查看机器人收集的 '问' 与 '答'
-
@milionzou !admin 吧?
-
-
@milionzou 我想查询收集的6个问题
就会有说网络报错,但是 控制台里没有任何报错 -
@milionzou 连接出错没遇到过 这个不确定了
-
今天也在查找问题的时候遇到了网络连接出错的情况。一旦我查看查找结果便会弹出“网络连接出错”的回复。是服务器那边出了啥问题吗
-
发现一个 bug。在管理模式下清理词库时,有一个用到双引号来指定范围的语法,用的时候加入了一个空格(如
" 2-99"
)导致了程序崩溃,只得退出重启。抛出异常,已记录到日志(log.log文件) Traceback (most recent call last): File "ChatClass.py", line 311, in run File "Chatmain.py", line 1715, in getcommand_chat File "Chatmain.py", line 1833, in commandchoice File "Chatmain.py", line 619, in admin File "ChatAllfind.py", line 704, in findallcontrol File "ChatAllfind.py", line 638, in findallanswer File "ChatAllfind.py", line 309, in delcl ValueError: invalid literal for int() with base 10: '' ChatLearning ->exit Task exception was never retrieved future: <Task finished name='Task-1' coro=<getcommand_tui() done, defined at Chatmain.py:1738> exception=SystemExit(0)> Traceback (most recent call last): File "asyncio\tasks.py", line 258, in __step File "prompt_toolkit\application\application.py", line 1066, in _poll_output_size File "asyncio\tasks.py", line 654, in sleep File "asyncio\futures.py", line 284, in __await__ File "asyncio\tasks.py", line 328, in __wakeup File "asyncio\futures.py", line 196, in result asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "prompt_toolkit\application\application.py", line 1047, in cancel_and_wait_for_background_tasks File "asyncio\futures.py", line 284, in __await__ File "asyncio\tasks.py", line 328, in __wakeup File "asyncio\futures.py", line 196, in result asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "contextlib.py", line 135, in __exit__ File "nest_asyncio.py", line 127, in manage_run File "nest_asyncio.py", line 75, in run_until_complete File "nest_asyncio.py", line 111, in _run_once File "asyncio\events.py", line 80, in _run File "asyncio\tasks.py", line 331, in __wakeup File "nest_asyncio.py", line 183, in step File "asyncio\tasks.py", line 258, in __step File "Chatmain.py", line 1761, in getcommand_tui File "Chatmain.py", line 1850, in commandchoice File "Chatmain.py", line 79, in exit SystemExit: 0
-
以及还是希望有一个本地的查找词库后的预览,可以生成一些简单的通过制表符排列的 txt 或 csv,csv 是可以用 Excel 打开的。
-
此回复已被删除!