Replies: 2 comments
-
No idea what's going on in your environment. Looks like you've connected fine and the server has decided to 502 you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am also encountering this problem, and the upgrade doesn't work. Do you solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering a 502 Bad Gateway error when using httpx to make requests to my local server, but the same requests succeed when using the requests library. Below are the details of the commands I ran and the outputs I received:
Logs:
I enabled logging to further investigate the issue:
I noticed that the connection is to port 233. I'm using the Clash service mode to globally proxy my network traffic, which seems to be causing the 502 error. However, why do other httpx requests, as well as requests library calls, succeed?
Thanks~
Beta Was this translation helpful? Give feedback.
All reactions