chatgpt-on-wechat icon indicating copy to clipboard operation
chatgpt-on-wechat copied to clipboard

服务成功运行无报错,安全组端口开放,无法访问服务,没有访问流量,企业微信无法调用openapi

Open kxyzx opened this issue 2 years ago • 1 comments

前置确认

  • [X] 我确认我运行的是最新版本的代码,并且安装了所需的依赖,在FAQS中也未找到类似问题。

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

  • [X] 我已经搜索过issues和disscussions,没有跟我遇到的问题相关的issue

操作系统类型?

Linux

运行的python版本是?

python 3.8

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

Latest Release

运行的channel类型是?

wechatmp(公众号, 订阅号)

复现步骤 🕹

按正常步骤搭建企业微信

问题描述 😯

运行起来了但是无法访问,openapi无法调用

终端日志 📒

[INFO][2023-05-28 12:49:08][config.py:195] - [INIT] load config: {'open_ai_api_key': '', 'model': 'gpt-3.5-turbo', 'proxy': '', 'debug': True, 'single_chat_prefix': ['bot', '@bot'], 'single_chat_reply_prefix': '[bot] ', 'group_chat_prefix': ['@bot'], 'group_name_white_list': ['ChatGPT测试群', 'ChatGPT测试群2'], 'group_chat_in_one_session': ['ChatGPT测试群'], 'image_create_prefix': ['画', '看', '找'], 'conversation_max_tokens': 1000, 'speech_recognition': False, 'group_speech_recognition': False, 'use_azure_chatgpt': False, 'character_desc': '你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。', 'subscribe_msg': '感谢您的关注!\n这里是ChatGPT,可以自由对话。\n支持语音对话。\n支持图片输出,画字开头的消息将按要求创作图片。\n支持角色扮演和文字冒险等丰富插件。\n输入{trigger_prefix}#help 查看详细指令。', 'channel_type': 'wechatcom_app', 'wechatcom_corp_id': '', 'wechatcomapp_token': '', 'wechatcomapp_port': 9898, 'wechatcomapp_secret': 'y', 'wechatcomapp_agent_id': '', 'wechatcomapp_aes_key': ''} [INFO][2023-05-28 12:49:08][config.py:143] - [Config] User datas loaded. [INFO][2023-05-28 12:49:08][wechatcomapp_channel.py:39] - [wechatcom] init: corp_id: , secret: , agent_id: , token: , aes_key: [INFO][2023-05-28 12:49:08][plugin_manager.py:50] - Loading plugins config... [INFO][2023-05-28 12:49:08][plugin_manager.py:66] - Scaning plugins ... [INFO][2023-05-28 12:49:09][plugin_manager.py:41] - Plugin tool_v0.4 registered, path=./plugins/tool [INFO][2023-05-28 12:49:09][plugin_manager.py:41] - Plugin Keyword_v0.1 registered, path=./plugins/keyword [INFO][2023-05-28 12:49:09][plugin_manager.py:41] - Plugin BDunit_v0.1 registered, path=./plugins/bdunit [INFO][2023-05-28 12:49:09][plugin_manager.py:41] - Plugin Finish_v1.0 registered, path=./plugins/finish [INFO][2023-05-28 12:49:09][plugin_manager.py:41] - Plugin Godcmd_v1.0 registered, path=./plugins/godcmd [INFO][2023-05-28 12:49:09][plugin_manager.py:41] - Plugin Banwords_v1.0 registered, path=./plugins/banwords [INFO][2023-05-28 12:49:09][plugin_manager.py:41] - Plugin Dungeon_v1.0 registered, path=./plugins/dungeon [INFO][2023-05-28 12:49:09][plugin_manager.py:41] - Plugin Hello_v0.1 registered, path=./plugins/hello [INFO][2023-05-28 12:49:09][plugin_manager.py:41] - Plugin Role_v1.0 registered, path=./plugins/role [DEBUG][2023-05-28 12:49:09][plugin_manager.py:153] - plugins.json config={'plugins': SortedDict({'Godcmd': {'enabled': True, 'priority': 999}, 'Keyword': {'enabled': True, 'priority': 900}, 'Banwords': {'enabled': False, 'priority': 100}, 'tool': {'enabled': True, 'priority': 0}, 'Role': {'enabled': True, 'priority': 0}, 'Dungeon': {'enabled': True, 'priority': 0}, 'BDunit': {'enabled': False, 'priority': 0}, 'Hello': {'enabled': True, 'priority': -1}, 'Finish': {'enabled': True, 'priority': -999}}, sort_func=, reverse=True)} [INFO][2023-05-28 12:49:09][godcmd.py:193] - [Godcmd] 因未设置口令,本次的临时口令为9841。 [INFO][2023-05-28 12:49:09][godcmd.py:208] - [Godcmd] inited [DEBUG][2023-05-28 12:49:09][keyword.py:34] - [keyword]加载配置文件/www/wwwroot/chatgpt-on-wechat-master/plugins/keyword/config.json [INFO][2023-05-28 12:49:09][keyword.py:40] - [keyword] {} [INFO][2023-05-28 12:49:09][keyword.py:42] - [keyword] inited. [INFO][2023-05-28 12:49:10][tool.py:32] - [tool] inited [DEBUG][2023-05-28 12:49:10][role.py:62] - [Role] no role found for tag comments [INFO][2023-05-28 12:49:10][role.py:69] - [Role] inited [INFO][2023-05-28 12:49:10][dungeon.py:56] - [Dungeon] inited [INFO][2023-05-28 12:49:10][hello.py:23] - [Hello] inited [INFO][2023-05-28 12:49:10][finish.py:23] - [Finish] inited

kxyzx avatar May 28 '23 04:05 kxyzx

同样的问题 官方都回答了

lichengdu avatar Aug 27 '24 07:08 lichengdu