Skip to content
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

CaptchaChallenge: User needs to solve CAPTCHA to continue. #35

Open
hmirheydari opened this issue Aug 5, 2023 · 8 comments
Open

CaptchaChallenge: User needs to solve CAPTCHA to continue. #35

hmirheydari opened this issue Aug 5, 2023 · 8 comments

Comments

@hmirheydari
Copy link

when I run it I receive

BingChat.BingChatException
HResult=0x80131500
Message=CaptchaChallenge: User needs to solve CAPTCHA to continue.
Source=BingChat
StackTrace:
at BingChat.BingChatConversation.BuildAnswer(ChatResponse response)
at BingChat.BingChatConversation.d__5.MoveNext()
at BingChat.BingChatConversation.d__5.MoveNext()
at BingChat.BingChatClient.d__3.MoveNext()
at BingChat_test.Program.

d__0.MoveNext() in C:\Users\Kevin\source\repos\BingChat-test\Program.cs:line 19
at BingChat_test.Program.(String[] args)

@hmirheydari
Copy link
Author

I have copied the working cookie from MS Edge but it have the same problem

@hswlab
Copy link

hswlab commented Aug 7, 2023

It seems that without a cookie, the captcha error message now always comes up, even if there are no captchas to solve in the Edge browser. With a new cookie token, however, the request still seems to work without an error message. I hope there will be a solution for this captcha problem. It was nice to be able to use the chat without having to copy any strings from the browser :)

@teimurlu
Copy link

I have the same issue, is there a work-around to this?

@hswlab
Copy link

hswlab commented Aug 12, 2023

I noticed that when you are not logged in there is no _U cookie. Maybe something has changed in the way of communication with a guest account.

I use the BingChat library in my KATI application. In the app, a redirect link is displayed when you have to solve a captcha. When you click on it, you are basically redirected to the Edge browser, where you can solve the captcha. You have to be logged in to the Edge Browser with the same account from which you copied the U_ token. After restarting the KATI application, the captcha message is normally no longer displayed. But as I said, with a guest account it doesn't seem to work anymore. I also hope that this can be fixed :)

Here is the link to the KATI App, if someone wants to play around with it^^
https://github.com/hswlab/kati

@42Entwickler
Copy link

Worked for me: Log in to your browser. Use the cookie-value and ask one simple question or simply type HI to bing. Then the verification is done and the cookie-value works.
So if this error occurs just ensure you have the same cookie-value and say hi to bing - this does the verification.

@42Entwickler
Copy link

Hiere is a Tutorial using the nuget package and solving this problem: https://youtu.be/17w5wSBiXkI (sry. German Language)

@aqibadnare
Copy link

I am facing the same issue. Can we solve this without using Cookie Value and saying Hi to Bing?

@hmirheydari
Copy link
Author

hmirheydari commented Aug 25, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants