You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BingChat.BingChatException HResult=0x80131500 Message=UnauthorizedRequest: The conversationSignature is not set and is required to ensure that you have permission to use our APIs. IsAuthenticated=False. App ID= Source=BingChat
#39
Open
Yukimagi opened this issue
Aug 27, 2023
· 1 comment
BingChat.BingChatException
HResult=0x80131500
Message=UnauthorizedRequest: The conversationSignature is not set and is required to ensure that you have permission to use our APIs. IsAuthenticated=False. App ID=
Source=BingChat
StackTrace:
於 BingChat.BingChatConversation.BuildAnswer(ChatResponse response)
於 BingChat.BingChatConversation.d__5.MoveNext()
於 BingChat.BingChatConversation.d__5.MoveNext()
於 BingChat.BingChatClient.d__3.MoveNext()
於 Program.<
I have tried all the methods mentioned by the author to resolve the UnauthorizedRequest issue, except for using a proxy (however, I am not in a region where Bing is unsupported). Also, yesterday I was able to send a large number of queries, even exceeded the limit using other accounts. However, tonight, I'm unable to use the service as usual. I can only ask a few questions before encountering the UnauthorizedRequest error. What should I do?
BingChat.BingChatException
$>d__0.MoveNext() 在 C:\Users\USER\source\repos\bingchat_test\bingchat_test\Program.cs:行 86 中HResult=0x80131500
Message=UnauthorizedRequest: The conversationSignature is not set and is required to ensure that you have permission to use our APIs. IsAuthenticated=False. App ID=
Source=BingChat
StackTrace:
於 BingChat.BingChatConversation.BuildAnswer(ChatResponse response)
於 BingChat.BingChatConversation.d__5.MoveNext()
於 BingChat.BingChatConversation.d__5.MoveNext()
於 BingChat.BingChatClient.d__3.MoveNext()
於 Program.<
此例外狀況原先在此呼叫堆疊擲回:
$(string[]) 位於 Program.cs[外部程式碼]
Program.
我已經嘗試過作者所教UnauthorizedRequest的所有方法,除了proxy(但是我並非是在bing不支援的地區),而且我昨天都還能一次大量的傳送訊息,或如過超量使用其他的帳號,但今天晚上卻都不行使用了,僅能問一點點問題,就會遇到UnauthorizedRequest,我該怎麼辦?
謝謝!
I have tried all the methods mentioned by the author to resolve the UnauthorizedRequest issue, except for using a proxy (however, I am not in a region where Bing is unsupported). Also, yesterday I was able to send a large number of queries, even exceeded the limit using other accounts. However, tonight, I'm unable to use the service as usual. I can only ask a few questions before encountering the UnauthorizedRequest error. What should I do?
(而且奇怪的是,我有些edge帳號,可能因為問太多問題而被禁,然而其中有一個我根本沒問幾個問題(應該不到20)也被禁?我問的問題並沒有違反bing chat的條款?而且在嘗試使用正常的帳號也不行使用,非常奇怪?)
Thank you!
The text was updated successfully, but these errors were encountered: