ddsol / speedtest.net

node.js SpeedTest.net client module
MIT License
607 stars 126 forks source link

Not working anymore due to unreachable servers list #98

Closed raspyweather closed 4 years ago

raspyweather commented 4 years ago

Currently not working because http://www.speedtest.net/speedtest-servers-static.php seems to be down. It seems http://c.speedtest.net/speedtest-servers-static.php is the replacement URL. https://github.com/sivel/speedtest-cli/issues/282

raspyweather commented 4 years ago

Might be only me who's affected. Please evaluate. This was my temporary fix fyi: const test = speedTest({ maxTime: 30000, serversUrl:'http://c.speedtest.net/speedtest-servers-static.php' });

vkentta commented 4 years ago

I can confirm this stopped working in the beginning of this month (February 2020). I have solid logs until that point using https://github.com/vkentta/internet-speed-logger

bergerw commented 4 years ago

Might be only me who's affected. Please evaluate. This was my temporary fix fyi: const test = speedTest({ maxTime: 30000, serversUrl:'http://c.speedtest.net/speedtest-servers-static.php' });

I can confirm that your temporary fix is wokring well. Thanks

ddsol commented 4 years ago

Added the new url, package published

raspyweather commented 4 years ago

Great job, thanks!

bergerw commented 4 years ago

Added the new url, package published

Thanks a lot. Works perfect now