taganaka / SpeedTest

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

Unable to retrieve your IP info #25

Closed Ruben-E closed 4 years ago

Ruben-E commented 4 years ago

Hi,

I followed the steps for Ubuntu but it cannot do a speedtest:

$ ./SpeedTest
SpeedTest++ version 1.14
Speedtest.net command line interface
Info: https://github.com/taganaka/SpeedTest
Author: Francesco Laurita <francesco.laurita@gmail.com>

Unable to retrieve your IP info. Try again later

The server is able to access internet. The Python speedtest-cli is actually working:

$ ./speedtest-cli
Retrieving speedtest.net configuration...
Testing from KPN (xxx.xxx.xxx.xxx)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by ExtraIP (Amersfoort) [3.80 km]: 6.26 ms
Testing download speed................................................................................
Download: 202.02 Mbit/s
Testing upload speed................................................................................................
Upload: 368.15 Mbit/s

System:

system:
  Distro.......: Ubuntu 18.04.3 LTS
  Kernel.......: Linux 4.15.0-72-generic

Please let me know if you need more information. Thanks

yurenchen000 commented 4 years ago

https://github.com/taganaka/SpeedTest/blob/master/CMakeLists.txt#L13

#define SPEED_TEST_IP_INFO_API_URL "http://speedtest.ookla.com/api/ipaddress.php"

seems this service has shutdown.

angvp commented 4 years ago

Seems the service is working again, you can close this bug.