-
Notifications
You must be signed in to change notification settings - Fork 1k
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
login error: wechat network error #3
Open
ahuaiph
wants to merge
40
commits into
djun:main
Choose a base branch
from
eryajf:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2.增加主动清空会话功能
🚀 feat: 添加docker镜像
SessionTimeout=60s 需要加 s
Update README.md
2.Dockerfile优化,增加supervisord,进程异常自动拉起 3.消息处理器捕获异常,避免程序崩溃 4.优化二位码尺寸,linux上更容易扫码
2.优化响应给用户的信息 3.回复前缀可配置
修复配置文件映射的问题
2.群聊增加引用回复 3.修复会话过长引起GPT请求失败BUG 4.清空会话口令更改为可配置
feat: add build go binary to release
2.优化上下文,提高GPT回复效果
使用openwechat dispatcher优化hanlers
1.301报错解决方案 2.docker部署方式删除storage.json重启方式
github.com/869413421/wechatbot/bootstrap 访问不了。。 |
有没有大哥救救孩子,wechat18810016162 |
what should i do when "gtp request error: Post "https://api.openai.com/v1/completions": dial tcp 75.126.150.210:443: connect: connection refused " |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
docker启动总是弹不出二维码,查了日志,报错内容如下:
[WARNING]2023/03/03 01:07:15 logger.go:33: login error: wechat network error: Get "https://login.wx.qq.com/jslogin?_=1677805621335&appid=wx782c26e4c19acffb&fun=new&lang=zh_CN&redirect_uri=https%3A%2F%2Fwx.qq.com%2Fcgi-bin%2Fmmwebwx-bin%2Fwebwxnewloginpage%3Fmod%3Ddesktop": dial tcp: lookup login.wx.qq.com on 100.100.2.136:53: read udp 172.17.0.2:55949->100.100.2.136:53: read: no route to host
目录下也没有storage.json文件:
506fbbca6723:/app# ls
config.dev.json config.json run.log supervisord.log supervisord.pid wechatbot
求救~~~