At 2014-12-08 01:15:39, "Stuart Henderson" <[email protected]> wrote: >On 2014/12/07 17:21, f5b wrote: >> >> # speedtest-cli >> Retrieving speedtest.net configuration... >> Retrieving speedtest.net server list... >[snip] >> urllib2.HTTPError: HTTP Error 403: Forbidden >> > >This is obviously a problem with the server that it's fetching the list from.
Google found solution when you are in some special country Forbidden! change url http://www.speedtest.net/speedtest-servers-static.php to http://c.speedtest.net/speedtest-servers-static.php via: https://github.com/sivel/speedtest-cli/issues/95
