Closed MathNodes closed 1 year ago
any news?
Same for me since a few months. Config: Debian 11 My only node get stuck. I tried to reinstall it from scratch and it does not improve. It seems it is only for French nodes.
I think this is an issue with speedtest-cli software since the dVPN node software uses it.
I tried to use the speedtest-cli (pip install speedtest-cli
or sudo apt install speedtest-cli
) on a server that is located in France and it didn't work. Said it couldn't connect to speedtest.net server. I think this issue is directly isolated to nodes in France.
The github https://github.com/sivel/speedtest-cli says that they will not fix any issues any more. Maybe adopt the speedtest.net CLI in future dVPN node releases??
Yes, that is what they told me this summer but no fix since then :-(
Maybe we should ping them on twitter: https://twitter.com/speedtest
The CLI works for me. I installed it using
sudo apt-get install curl
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
sudo apt-get install speedtest
Yeah Sentinel should use this one going forward. I think (not sure though), they are are using that github speedtest-cli version
Figured it out. It's a IP ban from speedtest.net -
IN speedtest-cli at line 1447 it calls a routine to get the servers from speedtest.net which can be traced back to line 1261 where it requests the server information to preform a speedtest from the url http://c.speedtest.net/speedtest-servers-static.php
running curl http://c.speedtest.net/speedtest-servers-static.php
from any of my three Paris, France servers gives the same response:
$ curl http://c.speedtest.net/speedtest-servers.php
<html><head><title>Too Many Requests</title></head><body><h1>429 Error - Too Many Requests</h1><p>Your IP address is making too many requests. We ask that you limit requests to no more than 1 per second.</p><p>We make an attempt to be flexible, allowing small bursts in traffic. You have exceeded this threshold however and have been blocked.</p><p>Please reduce the speed at which your requests are made and try again after a while. If you feel you have reached this message in error, please contact us at noc @ speedtest.net and reference this error code.</p><p>Thank you</p></body></html>
I'm going to e-mail speedtest as they provided me their e-mail on twitter.
Same error from my node. I get a correct list from another country. So they blocked all French IPs it seems.
Solved with last release!
2023-01-30T17:10:50Z INF GeoIP location info city=Paris country=France 2023-01-30T17:10:50Z INF Performing internet speed test... 2023-01-30T17:10:57Z INF Internet speed test result data={"download":"108769596","upload":"62890154"}
Yes. This was fixed in 0.4.0. I will close it now. Good work!!!
Describe the bug A few users are experiencing issues with exactly one of their nodes after stopping it and restarting it. The error is an EOF immediately after beginning the Speedtest with speedtest.net
To Reproduce Run the node
Expected behavior For the Node to run as prior to restarting it. It seems there is a problem Fetching the servers in
utils/speedtest.go
This might be a speedtest thing, but I dunno, since it works on all other nodes. It could be a host problem on our end.Desktop (please complete the following information):
Additional context I successfully spun up a new node and everything worked. It is just on exactly one node for many users. I downloaded the speedtest CLI by Okala and that did work.