-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
Not working anymore. ConversationSignature not returned #484
Comments
How did you get this error? How do you debug it? I am semi-new to node and all I get is a timeout error, I'd like to see if our errors are the same. What cookie/token are you using? I saw some metion using other cookies but I have no idea how to go about it;. |
Interestingly enough - I got some responses from the bot, but sparingly. https://bin.wizardrysoftwaresolutions.com/u/08rwmz.jpg |
@harryeffinpotter To debug I use Visual Studio. It used to work with the user token (_U cookie). On failure I tried also to provide all Bing cookies to no avail. This is the debug output, just before the exception:
As you can see a conversationSignature field is missing and that's what the following code (lines 196-206 of BingAIClient.js) checks before throwing the exception:
Strangely enough the result.value says "Success" |
Please keep this issue open for now as the problem isn't fixed until the PR is merged. Thanks. |
Everything worked smoothly until yesterday. I had a couple of projects running and both stopped working at the same time.
A bit of debugging revealed that when creating a new conversation the response doesn't contain a conversationSignature and an exception is thrown (line 203 of BingAIClient.js).
Any idea? I suspect something changed on Bing and/or OpenAI side...
Thanks,
Marco
The text was updated successfully, but these errors were encountered: