Advertisement
Guest User

Speedtest-cli.py 0.3.2-1~getdeb1 run on Ubuntu Server 14.04

a guest
Aug 14th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. $ speedtest-cli
  2. Retrieving speedtest.net configuration...
  3. Retrieving speedtest.net server list...
  4. Traceback (most recent call last):
  5. File "/usr/bin/speedtest-cli", line 9, in <module>
  6. load_entry_point('speedtest-cli==0.3.1', 'console_scripts', 'speedtest-cli')()
  7. File "/usr/lib/python2.7/dist-packages/speedtest_cli.py", line 686, in main
  8. speedtest()
  9. File "/usr/lib/python2.7/dist-packages/speedtest_cli.py", line 536, in speedtest
  10. servers = closestServers(config['client'])
  11. File "/usr/lib/python2.7/dist-packages/speedtest_cli.py", line 345, in closestServers
  12. uh = urlopen('http://www.speedtest.net/speedtest-servers-static.php')
  13. File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
  14. return _opener.open(url, data, timeout)
  15. File "/usr/lib/python2.7/urllib2.py", line 410, in open
  16. response = meth(req, response)
  17. File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
  18. 'http', request, response, code, msg, hdrs)
  19. File "/usr/lib/python2.7/urllib2.py", line 442, in error
  20. result = self._call_chain(*args)
  21. File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
  22. result = func(*args)
  23. File "/usr/lib/python2.7/urllib2.py", line 629, in http_error_302
  24. return self.parent.open(new, timeout=req.timeout)
  25. File "/usr/lib/python2.7/urllib2.py", line 410, in open
  26. response = meth(req, response)
  27. File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
  28. 'http', request, response, code, msg, hdrs)
  29. File "/usr/lib/python2.7/urllib2.py", line 442, in error
  30. result = self._call_chain(*args)
  31. File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
  32. result = func(*args)
  33. File "/usr/lib/python2.7/urllib2.py", line 629, in http_error_302
  34. return self.parent.open(new, timeout=req.timeout)
  35. File "/usr/lib/python2.7/urllib2.py", line 410, in open
  36. response = meth(req, response)
  37. File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
  38. 'http', request, response, code, msg, hdrs)
  39. File "/usr/lib/python2.7/urllib2.py", line 442, in error
  40. result = self._call_chain(*args)
  41. File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
  42. result = func(*args)
  43. File "/usr/lib/python2.7/urllib2.py", line 629, in http_error_302
  44. return self.parent.open(new, timeout=req.timeout)
  45. File "/usr/lib/python2.7/urllib2.py", line 410, in open
  46. response = meth(req, response)
  47. File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
  48. 'http', request, response, code, msg, hdrs)
  49. File "/usr/lib/python2.7/urllib2.py", line 442, in error
  50. result = self._call_chain(*args)
  51. File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
  52. result = func(*args)
  53. File "/usr/lib/python2.7/urllib2.py", line 629, in http_error_302
  54. return self.parent.open(new, timeout=req.timeout)
  55. File "/usr/lib/python2.7/urllib2.py", line 410, in open
  56. response = meth(req, response)
  57. File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
  58. 'http', request, response, code, msg, hdrs)
  59. File "/usr/lib/python2.7/urllib2.py", line 442, in error
  60. result = self._call_chain(*args)
  61. File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
  62. result = func(*args)
  63. File "/usr/lib/python2.7/urllib2.py", line 619, in http_error_302
  64. self.inf_msg + msg, headers, fp)
  65. urllib2.HTTPError: HTTP Error 302: The HTTP server returned a redirect error that would lead to an infinite loop.
  66. The last 30x error message was:
  67. Found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement