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
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
The Bing AI response should have been printed into the console.
Version where the problem happens
Latest version (0.12.1)
What Python version are you running this with?
3.10.10
What is your operating system ?
Windows
Command Line Arguments
No
Console logs
Traceback (most recent call last):
File "d:\GPT Prompt Analysis\3.py", line 21, in<module>asyncio.run(main())
File "C:\Users\CM\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\CM\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 649, in run_until_complete
returnfuture.result()
File "d:\GPT Prompt Analysis\3.py", line 6, in main
response = await bot.ask(prompt="Hello world", conversation_style=ConversationStyle.creative, simplify_response=True)
File "C:\Users\CM\AppData\Local\Programs\Python\Python310\lib\site-packages\EdgeGPT\EdgeGPT.py", line 116, in ask
async forfinal, responsein self.chat_hub.ask_stream(
File "C:\Users\CM\AppData\Local\Programs\Python\Python310\lib\site-packages\EdgeGPT\chathub.py", line 203, in ask_stream
raise Exception(
Exception: CaptchaChallenge: User needs to solve CAPTCHA to continue.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
User needs to solve CAPTCHA to continue
I used to have a running script that used to work but now no longer works:
Now I updated my function and I get the response "User needs to solve CAPTCHA challenge" which I am unable to solve through a Python script:
Steps to reproduce the problem
Not exactly sure.
What should have happened?
The Bing AI response should have been printed into the console.
Version where the problem happens
Latest version (0.12.1)
What Python version are you running this with?
3.10.10
What is your operating system ?
Windows
Command Line Arguments
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: