You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got everything set up and now this is what I'm getting when I run the script:
python speedcomplainer.py
======================================
Starting Speed Complainer!
Lets get noisy!
======================================
sh: 1: /usr/local/bin/speedtest-cli: not found
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "speedcomplainer.py", line 99, in run
speedTestResults = self.doSpeedTest()
File "speedcomplainer.py", line 116, in doSpeedTest
downloadResult = resultSet[1]
IndexError: list index out of range
Help ?
The text was updated successfully, but these errors were encountered:
Got everything set up and now this is what I'm getting when I run the script:
Help ?
The text was updated successfully, but these errors were encountered: