Open a37836323 opened 1 year ago
Guys, I found out that bing shows this captcha when it asks user to solve it. Any clues on how to solve it using python, Anyone??
Hah, I just tried it with Google Bard (see https://github.com/dsdanielpark/Bard-API), but it doesn't get them right 😄
Hah, I just tried it with Google Bard (see https://github.com/dsdanielpark/Bard-API), but it doesn't get them right 😄
It isn't that great, but it seems pretty accurate. Bard is good at images i think. Thanks for the solution👍
i got the same problem "solve CAPTCHA to continue"
Same for me. I can also not easily solve it by logging in with the browser
Fix it with
def getCookies(url): import browser_cookie3 browsers = [ # browser_cookie3.chrome, # browser_cookie3.chromium, # browser_cookie3.opera, # browser_cookie3.opera_gx, # browser_cookie3.brave, browser_cookie3.edge, # browser_cookie3.vivaldi, # browser_cookie3.firefox, # browser_cookie3.librewolf, # browser_cookie3.safari, ] for browser_fn in browsers: # if browser isn't installed browser_cookie3 raises exception # hence we need to ignore it and try to find the right one try: cookies = [] cj = browser_fn(domain_name=url) for cookie in cj: cookies.append(cookie.__dict__) return cookies except: continue
and
bot = EdgeGPT.Chatbot(cookies=getCookies('.bing.com'))
This works! Thanks a lot! Sometimes you need to open Bing and have one chat but then works perfectly
Guys i found this captcha element, if some one can fix it with this, i think we can get a basic idea of what the captcha is
<iframe src="https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/turnstile/if/ov2/av0/rcv0/0/6t8cg/0x4AAAAAAADptsa1Vbw0CGbV/light/normal" allow="cross-origin-isolated; fullscreen" sandbox="allow-same-origin allow-scripts allow-popups" id="cf-chl-widget-6t8cg" tabindex="0" title="Widget containing a Cloudflare security challenge" style="border: none; overflow: hidden; width: 300px; height: 65px;"></iframe>
here is another one which helped me out
https://www.bing.com/turing/captcha/challenge?q=&iframeid=local-gen-0aaf3956-9a53-23a1-c31c-da23e5c056fe
Is there an existing issue for this?
What happened?
After using it 30 times, it prompts this, what should I do?
Steps to reproduce the problem
What should have happened?
After using it 30 times, it prompts this, what should I do?
Version where the problem happens
3.9
What Python version are you running this with?
3.9
What is your operating system ?
Linux
Command Line Arguments
Console logs
Additional information
ok