zhayujie / chatgpt-on-wechat

基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择GPT3.5/GPT-4o/GPT4.0/ Claude/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Claude/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
https://docs.link-ai.tech/cow
MIT License
29.49k stars 7.8k forks source link

help!!!终端收不到消息,也没有报错。 #2018

Closed AmLicor closed 3 months ago

AmLicor commented 3 months ago

前置确认

⚠️ 搜索issues中是否已存在类似问题

操作系统类型?

Linux

运行的python版本是?

python 3.7

使用的chatgpt-on-wechat版本是?

Latest Release

运行的channel类型是?

wx(个人微信, itchat)

复现步骤 🕹

docker compose up -d

问题描述 😯

docker compose up -d 启动,扫码登录后, 终端收不到消息,也没有报错。

终端日志 📒

root@test:~/Desktop/docker-chatgpt-on-wechat# docker compose  pull
WARN[0000] /root/Desktop/docker-chatgpt-on-wechat/docker-compose.yml: `version` is obsolete 
[+] Pulling 1/1
 ✔ chatgpt-on-wechat Pulled                                                                                                                                                                           3.8s 
root@test:~/Desktop/docker-chatgpt-on-wechat# docker logs -f 15fc545f1743
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: linkai_api_key=
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: group_chat_prefix=["@bot"]
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: image_create_prefix=["画", "看", "找"]
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: single_chat_reply_prefix="[bot] "
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: conversation_max_tokens=1000
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: expires_in_seconds=3600
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: single_chat_prefix=[""]
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: model=gpt-4o
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: use_linkai=False
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: proxy=192.168.100.1:7890
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: character_desc=你是基于大语言模型的AI智能助手,旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: linkai_app_code=
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: speech_recognition=False
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: group_name_white_list=["ChatGPT测试群", "ChatGPT测试群2"]
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: use_global_plugin_config=True
[INFO][2024-05-24 00:55:19][config.py:245] - [INIT] override config by environ args: open_ai_api_key=xxxxx
[INFO][2024-05-24 00:55:19][config.py:260] - [INIT] load config: {'channel_type': 'wx', 'model': 'gpt-4o', 'open_ai_api_key': 'xxxxx', 'claude_api_key': 'YOUR API KEY', 'text_to_image': 'dall-e-2', 'voice_to_text': 'openai', 'text_to_voice': 'openai', 'proxy': '192.168.100.1:7890', 'hot_reload': False, 'single_chat_prefix': [''], 'single_chat_reply_prefix': '[bot] ', 'group_chat_prefix': ['@bot'], 'group_name_white_list': ['ChatGPT测试群', 'ChatGPT测试群2'], 'image_create_prefix': ['画', '看', '找'], 'speech_recognition': False, 'group_speech_recognition': False, 'voice_reply_voice': False, 'conversation_max_tokens': 1000, 'expires_in_seconds': 3600, 'character_desc': '你是基于大语言模型的AI智能助手,旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。', 'temperature': 0.7, 'subscribe_msg': '感谢您的关注!\n这里是AI智能助手,可以自由对话。\n支持语音对话。\n支持图片输入。\n支持图片输出,画字开头的消息将按要求创作图片。\n支持tool、角色扮演和文字冒险等丰富的插件。\n输入{trigger_prefix}#help 查看详细指令。', 'use_linkai': False, 'linkai_api_key': '', 'linkai_app_code': '', 'use_global_plugin_config': True}
[INFO][2024-05-24 00:55:19][config.py:210] - [Config] User datas file not found, ignore.
[INFO][2024-05-24 00:55:19][plugin_manager.py:50] - Loading plugins config...
[INFO][2024-05-24 00:55:19][plugin_manager.py:88] - Scaning plugins ...
[INFO][2024-05-24 00:55:19][plugin_manager.py:41] - Plugin linkai_v0.1.0 registered, path=./plugins/linkai
[INFO][2024-05-24 00:55:19][plugin_manager.py:41] - Plugin Keyword_v0.1 registered, path=./plugins/keyword
[INFO][2024-05-24 00:55:19][plugin_manager.py:41] - Plugin Hello_v0.1 registered, path=./plugins/hello
[INFO][2024-05-24 00:55:19][plugin_manager.py:41] - Plugin Finish_v1.0 registered, path=./plugins/finish
[INFO][2024-05-24 00:55:19][plugin_manager.py:41] - Plugin Role_v1.0 registered, path=./plugins/role
[INFO][2024-05-24 00:55:19][plugin_manager.py:41] - Plugin Banwords_v1.0 registered, path=./plugins/banwords
[INFO][2024-05-24 00:55:19][plugin_manager.py:41] - Plugin BDunit_v0.1 registered, path=./plugins/bdunit
[INFO][2024-05-24 00:55:19][plugin_manager.py:41] - Plugin Dungeon_v1.0 registered, path=./plugins/dungeon
[INFO][2024-05-24 00:55:19][plugin_manager.py:41] - Plugin Godcmd_v1.0 registered, path=./plugins/godcmd
chatgpt-tool-hub version: 0.5.0
[INFO][2024-05-24 00:55:19][plugin_manager.py:41] - Plugin tool_v0.5 registered, path=./plugins/tool
[INFO][2024-05-24 00:55:19][plugin_manager.py:123] - Plugin GODCMD not found in pconfig, adding to pconfig...
[INFO][2024-05-24 00:55:19][plugin_manager.py:123] - Plugin KEYWORD not found in pconfig, adding to pconfig...
[INFO][2024-05-24 00:55:19][plugin_manager.py:123] - Plugin BANWORDS not found in pconfig, adding to pconfig...
[INFO][2024-05-24 00:55:19][plugin_manager.py:123] - Plugin LINKAI not found in pconfig, adding to pconfig...
[INFO][2024-05-24 00:55:19][plugin_manager.py:123] - Plugin TOOL not found in pconfig, adding to pconfig...
[INFO][2024-05-24 00:55:19][plugin_manager.py:123] - Plugin ROLE not found in pconfig, adding to pconfig...
[INFO][2024-05-24 00:55:19][plugin_manager.py:123] - Plugin DUNGEON not found in pconfig, adding to pconfig...
[INFO][2024-05-24 00:55:19][plugin_manager.py:123] - Plugin BDUNIT not found in pconfig, adding to pconfig...
[INFO][2024-05-24 00:55:19][plugin_manager.py:123] - Plugin HELLO not found in pconfig, adding to pconfig...
[INFO][2024-05-24 00:55:19][plugin_manager.py:123] - Plugin FINISH not found in pconfig, adding to pconfig...
[INFO][2024-05-24 00:55:19][godcmd.py:194] - [Godcmd] 因未设置口令,本次的临时口令为9214。
[INFO][2024-05-24 00:55:19][godcmd.py:210] - [Godcmd] inited
[INFO][2024-05-24 00:55:19][keyword.py:40] - [keyword] {}
[INFO][2024-05-24 00:55:19][keyword.py:42] - [keyword] inited.
[WARNING][2024-05-24 00:55:19][banwords.py:54] - [Banwords] init failed, ignore or see https://github.com/zhayujie/chatgpt-on-wechat/tree/master/plugins/banwords .
[WARNING][2024-05-24 00:55:19][plugin_manager.py:150] - Failed to init BANWORDS, diabled. [Errno 2] No such file or directory: '/app/plugins/banwords/banwords.txt'
[INFO][2024-05-24 00:55:19][linkai.py:34] - [LinkAI] inited, config={'group_app_map': {'测试群名1': 'default', '测试群名2': 'Kv2fXJcH'}, 'midjourney': {'enabled': False, 'auto_translate': True, 'img_proxy': True, 'max_tasks': 3, 'max_tasks_per_user': 1, 'use_image_create_prefix': True}, 'summary': {'enabled': False, 'group_enabled': True, 'max_file_size': 5000, 'type': ['FILE', 'SHARING']}}
[INFO][2024-05-24 00:55:20][tool.py:28] - [tool] inited
[INFO][2024-05-24 00:55:20][role.py:69] - [Role] inited
[INFO][2024-05-24 00:55:20][dungeon.py:56] - [Dungeon] inited
[WARNING][2024-05-24 00:55:20][bdunit.py:42] - [BDunit] init failed, ignore 
[WARNING][2024-05-24 00:55:20][plugin_manager.py:150] - Failed to init BDUNIT, diabled. config.json not found
[INFO][2024-05-24 00:55:20][hello.py:38] - [Hello] inited
[INFO][2024-05-24 00:55:20][finish.py:23] - [Finish] inited
Ready to login.
Getting uuid of QR code.
Downloading QR code.
You can also scan QRCode in any website below:
XX
█▀▀▀▀▀▀▀█▀█▀███▀████▀▀█▀▀▀▀▀▀▀█
█ █▀▀▀█ █▄ ▄▄▄▀ █▄▄▀▀██ █▀▀▀█ █
█ █   █ █▄▀▀ ██ ▀█▄▄▀▄█ █   █ █

█▀▄█▀█▄▀▀█▀██▄▀█▄█▀▀ ▀▀▄▀▀█   █
██ █▄▀█▀█▄▄ ▄█▀ ▄██▀▀▀ ▄  ▀█ ██
█▀▄ ▄ ▀▀▄▄ ▄█ █  █▄██▄▄█ █▄ ▄██
██▀█ ▄ ▀▄█▀▀▄▄██ █ ▄█   ▀ ▀ ███
█▀▀▀▀▀▀▀█ █   ▄▄▄ ▄   █▀█  ▄ ▄█
█ █▀▀▀█ █▄ ▄█▀▄▄█▄▀▄█ ▀▀▀ ▄▀▀▀█
█ █   █ █ █▄ ▄█▄█▄█▀  ▄█ ▄▄▀█ █
█ ▀▀▀▀▀ █▀█ ▀▀▀ ▀▄█▄▀ ▀██ ▄█ ██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Please press confirm on your phone.
Loading the contact, this may take a little while.
<PIL.PngImagePlugin.PngImageFile image mode=1 size=450x450 at 0x7FD57AB1B520>
[INFO][2024-05-24 00:56:47][wechat_channel.py:131] - Wechat login success, user_id: @3812a8dba778978789ce75d1f9dead7ee606615b0dbc937b5d571629ddc, nickname: 123
Start auto replying.
Unexpected sync check result: window.synccheck={retcode:"1101",selector:"0"}
jerrychan807 commented 3 months ago

+1 ,也遇到这种情况了

zhuzhu5522 commented 3 months ago

[chat_channel.py:117] - [WX]receive group at 然后就不输出了

6vision commented 3 months ago

Unexpected sync check result: window.synccheck={retcode:"1101",selector:"0"} 这条日志是说移动端断网或者退出登录了,移动端需要保持一直联网在线,

Tacit-git commented 3 months ago

+1,解决了吗?

zhoujian1028 commented 2 months ago

大家都解决了吗 receive group at 我也是到这步 就没有返回信息了

binjincheng commented 1 month ago

我也到这一步,然后不管怎么发消息都没动静