-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用docker部署配置微信公众号无法通过 #2548
Labels
Comments
公众号相关参数有误或者配置文件没生效吧? |
我稍等再试一试 感觉应该是正确的 |
我也是这个问题,微信后台的访问请求地址就没进来 |
麻烦问下 我计划接入的是deepseek的接口 但是我看config.py中没有deepseek的配置 但是common/const.py写的支持deepseek |
你是接入的哪个ai 我感觉我的应该是ai的问题 |
复核了一下配置文件 公众号的参数没问题 然后配置文件也生效了 因为我使用web 是可以正常使用的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
前置确认
操作系统类型?
Linux
运行的python版本是?
other
使用的chatgpt-on-wechat版本是?
Latest Release
运行的
channel
类型是?wechatmp(公众号, 订阅号)
复现步骤 🕹
图片为我docker-compose.yml部分
后面也用nginx代理了 但是访问 http://xxx:1234/wx 或者nginx代理的地址 /wx
curl 127.0.0.1/wx
'signature' 但是后台日志一直是403
[INFO][2025-03-07 05:51:23][keyword.py:42] - [keyword] inited.
[WARNING][2025-03-07 05:51:23][banwords.py:54] - [Banwords] init failed, ignore or see https://github.com/zhayujie/chatgpt-on-wechat/tree/master/plugins/banwords .
[WARNING][2025-03-07 05:51:23][plugin_manager.py:150] - Failed to init BANWORDS, diabled. [Errno 2] No such file or directory: '/app/plugins/banwords/banwords.txt'
[INFO][2025-03-07 05:51:23][linkai.py:35] - [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']}}
[WARNING][2025-03-07 05:51:26][tool.py:27] - [tool] init failed, ignore
[WARNING][2025-03-07 05:51:26][plugin_manager.py:150] - Failed to init TOOL, diabled. config.json not found
[INFO][2025-03-07 05:51:26][role.py:69] - [Role] inited
[INFO][2025-03-07 05:51:26][dungeon.py:56] - [Dungeon] inited
[WARNING][2025-03-07 05:51:26][bdunit.py:42] - [BDunit] init failed, ignore
[WARNING][2025-03-07 05:51:26][plugin_manager.py:150] - Failed to init BDUNIT, diabled. config.json not found
[INFO][2025-03-07 05:51:26][hello.py:38] - [Hello] inited
[INFO][2025-03-07 05:51:26][finish.py:23] - [Finish] inited
172.22.0.1:46912 - - [07/Mar/2025 05:51:30] "HTTP/1.1 GET /wx" - 403 Forbidden
172.22.0.1:46930 - - [07/Mar/2025 05:51:41] "HTTP/1.1 GET /wx" - 403 Forbidden
172.22.0.1:46942 - - [07/Mar/2025 05:52:00] "HTTP/1.1 GET /wx" - 403 Forbidden
问题描述 😯
No response
终端日志 📒
The text was updated successfully, but these errors were encountered: