-
Notifications
You must be signed in to change notification settings - Fork 339
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
Handle proxy error #320
Comments
Has anyone got a solution to this? I can't seem to catch this error. |
@intangere Make sure you are not using async requests, use
You could do something else instead of IO.puts (I'm sure you already know this). |
@squarism still not find solution. Can not catch proxy error anyway
` |
I've got the same issue and it's super annoying. Did you find a solution @MeterSoft ? |
How i can handle proxy error like
proxy error: "HTTP/1.1 503 Service Unavailable\r\nServer: squid/3.3.8\r\nMime-Version: 1.0\r\nDate: Mon, 05 Mar 2018 17:01:39 GMT\r\nContent-Type: text/html\r\nContent-Length: 3280\r\nX-Squid-Error: ERR_DNS_FAIL 0\r\nVary: Accept-Language\r\nContent-Langu
i have this code
The text was updated successfully, but these errors were encountered: