[Bug]: Exception: CaptchaChallenge: User needs to solve CAPTCHA to continue.
occurs when using newbing
#931
Labels
Exception: CaptchaChallenge: User needs to solve CAPTCHA to continue.
occurs when using newbing
#931
Installation Method | 安装方法与平台
Anaconda (I used latest requirements.txt)
Version | 版本
Latest | 最新版
OS | 操作系统
Mac
Describe the bug | 简述
After configuring gpt_academic on one of my mac devices and successfully using newbing, I tried to reproduce it on another mac device but encountered the
Exception: CaptchaChallenge: User needs to solve CAPTCHA to continue.
bug. Both devices use the same config.py and the same proxy.Screen Shot | 有帮助的截图
Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
Traceback (most recent call last):
File "./request_llm/bridge_newbingfree.py", line 152, in run
asyncio.run(self.async_run())
File "/Users/huangyunlei/miniconda3/envs/gptac_venv/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/Users/huangyunlei/miniconda3/envs/gptac_venv/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/huangyunlei/miniconda3/envs/gptac_venv/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "./request_llm/bridge_newbingfree.py", line 98, in async_run
async for final, response in self.newbing_model.ask_stream(
File "./request_llm/edge_gpt_free.py", line 676, in ask_stream
async for response in self.chat_hub.ask_stream(
File "./request_llm/edge_gpt_free.py", line 567, in ask_stream
raise Exception(
Exception: CaptchaChallenge: User needs to solve CAPTCHA to continue.
The text was updated successfully, but these errors were encountered: