-
Notifications
You must be signed in to change notification settings - Fork 121
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
v0.99-fix 版代码 bug 专用 #26
Comments
出现以下错误,字面理解是长时间没有输入导致无法连接 time out ask:在么 During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
确实有过这种问题,但是不能稳定触发,回头我看看逆向API有没有其他的更新,我跟进一下 |
大佬好,这个项目之前能用,然后我把这个项目放了一周,今天重新启动的时候不能使用了。我也更新了最新的代码,但是不能使用 chatGPT。我尝试更换session_token,发现这个参数在每次刷新网页后都会变换了,是不是被封锁了什么的 出现如下错误: During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
OK 我大概明白是什么问题了,你这个并发量大概是个什么水平,是保证一直都有问答进行嘛 |
没有一直问答进行,在上次问题解决过后,我就暂停项目了。偶尔去网页上使用,今天打开就出现这个问题,并且我重新创建了一个账号依旧是同样的问题。 |
@SHEN2BAIYI 暂时没办法复现这个问题,可能帮不到你。 如果上来可以登录,那我就没有办法了,逆向工程的API与网页端一样,有时候难免出现一两个错误 |
好的,我不知道是账号还是ip被封了,我能够使用VPN登录网页版,但是不能使用项目。我之后尝试使用新的网络,机器和账号再尝试一遍。不行的话,我再尝试一下改变代理。感谢大佬 |
我发现在issue中,已经有两三个出现这种问题了。有一个是改变全局代理修复的,还有一个是这个issue最上面的那个发言,他也是这个问题。 |
有一个新的issue,trigger word 可以正确触发,但是有时会嵌入在问句之中,造成AI confuse,比如 ask:小明 报告一下 ask 后面应该只提交 报告一下 用的是最新的0.99版,紧急修改之后的 |
这个有时是指稳定触发嘛还是说特定情况触发之类的 |
@SHEN2BAIYI 是的,这个问题你可以去 https://github.com/acheong08/ChatGPT 看看什么情况 |
目前是稳定触发 但不影响使用 比如 我把触发词改为“@小聪明” (小聪明是bot的名字),chatgpt 又好像能自动忽略 只回答后面问题,但是实际上是提交上去了,如下,明显@小聪明是问题一部分 ask:@小聪明 如何制作三明治
|
加上config { "autoReply": true, "groupChatKey": "@小聪明", "stableDiffRly": false, "helpKey": "-hhh", |
@tommyxps 不出意外已经修复,请更新一下代码,可以看下效果 |
已修复 感谢! |
大佬,出现新的 error message,应该是来自于官网的,但是机器人之后就不响应了,如下: {"detail":"Only one message at a time. Please allow any other responses to complete before sending another message, or wait one minute."} |
@tommyxps |
没问题 感谢! |
我看到chatgpt官网已经返回了消息,但是程序上没有返回消息,并且报以下错误,并且输入-rs也没法重置上下文 During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@wushi565 这就是所谓的,chunked error,不支持http 1.1握手,我也会不稳定触发这个问题 |
+1 |
{"detail":"Hmm...something seems to have gone wrong. Maybe try me again in a little bit."} 请问这是啥问题,是代理问题吗 |
@rogue-shadowdancer @tiexo |
好的,大佬加油!! |
PS C:\Users\csai\Desktop\ChatGPT-weBot-0.99-dev> python main.py 这是啥问题,不能用了。 |
我猜是你没有开启注入 @tiexo |
帖子转移到 v1.0版本的集中反馈,本帖子关闭 #50 |
v0.99-dev增加异步回复,多线程画图,以及修复了n多个bug,具体设置请参见
readme.md
由于v0.99-dev版本嵌入了线程与消息队列,难免会发生奇奇怪怪的bug。
命令行窗口是多线程打印信息,不专门找很难定位问题。所以当发生bug时,如果你可以trace数据流,那请你把这些珍贵的信息放在评论区;如果你不可以,那就把你遇到的现象放在这里也可以。
之前的bug issue也会在这里继续
The text was updated successfully, but these errors were encountered: