-
Notifications
You must be signed in to change notification settings - Fork 905
[Bug]: httpx.TooManyRedirects: Exceeded maximum allowed redirects #600
Comments
Same problem. |
Same same |
same |
1 similar comment
same |
Who has solution? |
Refer to using the command. If starting from the command line, you need to add - proxy to configure your proxy. For example: -- proxy http://127.0.0.1:9999 |
I did. But still not working. |
emmm
What is your VPN and will it have an impact? I am using Clash for Windows |
Yes, I am using Clash for Windows, too. It may have some impact, such as when I am using it and opening system proxy, my python crawler will throw error: requests.exceptions.SSLError: HTTPSConnectionPool(host='www.baidu.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1122)'))), even Chinese websites. And I tried your method(after closing Clash), I got another error: httpx.ConnectError: All connection attempts failed. |
It work!!!😂😂😂 |
你的Clash或是安装EdgeGPT时还有别的配置吗?我的也开了TUN模式,但仍然不起作用。 |
这个要怎么编辑啊,我的配置是从某网站上直接配置的,这个怎么手动配置啊? |
好家伙,终于不说英文了你们 |
当前的问题全部全部解决,谢谢大伙们 |
大伙注意,不要用普通的对话模式传输创建图像的文字,我这边账号的ai功能直接被ban了。目前和newbing 直接对话,一直弹机器人验证,要么就是ai完全不回答 |
收到,谢谢提醒哦 |
Is there an existing issue for this?
What happened?
I am at Mainland China.
But I am sure my VPN can successfully visit the Bing Chat website and use its function.
I installed the package using Anaconda Prompt successfully,
I installed the Browser Extension and export the cookie information successfully.
I pasted the json cookie into a newly-created file and named it "bing_cookies_20230709.json".
I enter "python -m EdgeGPT.EdgeGPT --cookie-file bing_cookies_20230709.json" in the Anaconda Prompt.
Then comes to the error message: httpx.TooManyRedirects: Exceeded maximum allowed redirects
Steps to reproduce the problem
As described in the "What happened" part
What should have happened?
It should run successfully as instructed.
Version where the problem happens
Name: revChatGPT
Version: 6.4.1
Summary: ChatGPT is a reverse engineering of OpenAI's ChatGPT API
Home-page: https://github.com/acheong08/ChatGPT
Author: Antonio Cheong
Author-email: acheong@student.dalat.org
License: GNU General Public License v2.0
Location: c:\users\86188\anaconda3\lib\site-packages
Requires: async-tio, curl-cffi, httpx, openai, OpenAIAuth, prompt-toolkit, requests, rich, tiktoken
Required-by:
What Python version are you running this with?
Python 3.10.9
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: