Add an option to load the server list from the local file.#799
Add an option to load the server list from the local file.#799artickl wants to merge 1 commit intosivel:masterfrom
Conversation
|
The only way I have found to get a specific server to work, is for example to add something like this to That way the specified server gets included in the ping tests and since it is almost 800 km closer than the next one, it obviously wins. This tool is almost useless without doing this. |
Thank you for your suggestion. I commented out other parts of this function, and then it worked. |
|
Recently I found speedtest very weird. Week ago it worked. In the morning it retured servers in Vienna (110km) and Bratislava (120km). Now it returns servers in Serbia, Croatia with range from 460 to 620km. Considering my location is Brno, Czechia, distances are correct. Curiously web version from ookla works. Maybe they changed something in their API? Now it's |
In some cases, you need to do tests against the same server each time, but if this server is not available in the get_servers list, then speedtest does not know where the server is.
Example:
I want always use the server with id 4243
<server url="https://speedtest.vc.shawcable.net:8080/speedtest/upload.php" lat="49.2505" lon="-123.1119" name="Vancouver, BC" country="Canada" cc="CA" sponsor="Shaw Communications" id="4243" host="speedtest.vc.shawcable.net:8080"/>but it's not available in the list anymore:
--load-serversoption, I can load server settings from the file:Note:
--save-serverswill be a good option