-
Notifications
You must be signed in to change notification settings - Fork 23
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
Connection problem #1
Comments
Hi, supng! Thank you for flagging this! While I'm looking into this, could you please let me know whether the issue persists or happens sporadically. Thanks, |
Yesterday was the first time I used rate-arch-mirrors and I got this problem. I just tried it again and I got the same output. Tell me if theres something I can do to help from my end. Glad to be helpful! |
Hi, supng! I've failed to reproduce the issue, but what I've managed to do is to notice a significant slowdown in the step, you have issues with, when I tried enabling VPN. So, I've tried to enable
to enable more sophisticated dns resolver. If you want to avoid building yourself, please try the resulting binary: Please, let me know whether this helps. Then I would release the update. Thank you! |
Supng, sorry for bothering:/ |
Sorry for the delay, I havent been able to check it. Using the new binary with full backtrace:
Ping still works, and the system does DNS normally. |
Thank you! Two questions:
|
My issue is fixed, but if you want to keep investigating why it wasnt working before I would be glad to do more testing for you. Thanks again! <3 |
That's great! :) |
Thank you in advance for developing this tool.
Executing it gives me the following output:
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: reqwest::Error { kind: Request, url: Url { scheme: "https", host: Some(Domain("www.archlinux.org")), port: None, path: "/mirrors/status/json/", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Try again" })) }', src/mirrors.rs:140:10note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceDoing a ping to www.archlinux.org I get this:
PING www.archlinux.org (95.217.163.246) 56(84) bytes of data.
64 bytes from 95.217.163.246: icmp_seq=1 ttl=46 time=61.5 ms
64 bytes from 95.217.163.246: icmp_seq=2 ttl=46 time=62.9 ms
64 bytes from 95.217.163.246: icmp_seq=3 ttl=46 time=58.7 ms
64 bytes from 95.217.163.246: icmp_seq=4 ttl=46 time=59.4 ms
64 bytes from 95.217.163.246: icmp_seq=5 ttl=46 time=60.2 ms
^C
--- www.archlinux.org ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4004ms
rtt min/avg/max/mdev = 58.710/60.515/62.859/1.496 ms
Unsure wheres the problem.
The text was updated successfully, but these errors were encountered: