taganaka / SpeedTest

Yet another unofficial speedtest.net client cli interface
332 stars 83 forks source link

Finding fastest server... Unable to initialize xml parser #2

Closed ttocsr closed 8 years ago

ttocsr commented 8 years ago

CMakeLists.txt change line 12 from set (SpeedTest_SERVER_LIST_URL "http://www.speedtest.net/speedtest-servers.php") to set (SpeedTest_SERVER_LIST_URL "https://www.speedtest.net/speedtest-servers.php")

This resolved the issue for me.

taganaka commented 8 years ago

Thanks. On my end it works in either way.

I added your as default. Let's see if the secure url is more stable than the other

zpeters commented 8 years ago

Didn't check the code yet but are you sending a user agent string? My github.com/zpeters/speedtest was blocked until i started sending one.

ttocsr commented 8 years ago

This is working now in version 1.7