-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Bug]: 【无法使用newbing】Exception: CaptchaChallenge: User needs to solve CAPTCHA to continue. #941
Comments
Exception: CaptchaChallenge: User needs to solve CAPTCHA to continue. |
在bing搜索主页的聊天栏聊,然后更新下cookie |
river7816
changed the title
[Bug]: 无法使用newbing
[Bug]: 【无法使用newbing】Exception: CaptchaChallenge: User needs to solve CAPTCHA to continue.
Jul 10, 2023
更新cookie: |
related issue #931 |
如果想使用selenium 模仿请求 bing 生成cookie 呢?也需要验证码,有人遇到过吗 |
你好,请问你解决了吗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installation Method | 安装方法与平台
Pip Install (I used latest requirements.txt)
Version | 版本
Latest | 最新版
OS | 操作系统
Windows
Describe the bug | 简述
Newbing 请求失败,报错信息如下. 如果是与网络相关的问题,建议更换代理协议(推荐http)或代理节点
Traceback (most recent call last):
File ".\request_llm\bridge_newbingfree.py", line 152, in run
asyncio.run(self.async_run())
File "D:\miniforge3\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "D:\miniforge3\lib\asyncio\base_events.py", line 649, 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.
我已经挂上了节点,本地电脑也能使用newbing,但无法调用此模型
Screen Shot | 有帮助的截图
Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
No response
The text was updated successfully, but these errors were encountered: