-
Notifications
You must be signed in to change notification settings - Fork 1
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
重连功能无法正常使用 #3
Comments
感谢反馈!可能是上次为了破解 characterAi 的反爬做相关修改时有所疏忽,我会尽快排查出问题并修正或给出具体原因,并推送至仓库 |
@Meeeeero 昨天晚上抽空看了一下 characterAi 的接口,并重新测试了一遍,发现他们这次把用户 token 跟聊天绑定在一起了(貌似跟着反爬一起加的,上次太匆忙没来得及测),更换 guest 就直接报错,考虑改成使用官方账号,但是这就需要自己申请一个账号了,否则现在使用临时账号就只能聊7次QAQ |
@PICOF 如果使用账号的话,可以参考 https://github.com/RichardDorian/node-character.ai 这个API的方法 |
@Meeeeero 十分感谢您的宝贵建议和推荐! |
CharacterAI 发送重连指令后虽然提示重连成功
但是再尝试聊天报错:
[Error]msgDistribute.go:179: 收取aiTalk回复失败,error: 消息发送时出现问题 {"abort": true, "error": "Chat Error - Please try again" }
消息数达到7,调用aiChat.Renew()后也出现同样情况
刷新后可以继续使用
The text was updated successfully, but these errors were encountered: