[Bug] There is no speedtest module installed
Opened this issue · 2 comments
bdog720 commented
Description of the bug
I'm running Dash. on windows from source. I've downloaded speedtest from https://www.speedtest.net/apps/cli put it in a folder and added that folder to my environment variables but I still get the error There is no speedtest module installed
How to reproduce
No response
Relevant log output
No response
Info output of dashdot cli
No response
What browsers are you seeing the problem on?
Chrome
Where is your instance running?
Windows Server
Additional context
No response
MauriceNino commented
Hi, thanks for creating the ticket.
Can you maybe elaborate what the logs show?
Also, is the speedtest executable reachable via the name speedtest
?
Memphiiisto commented
Hey!
I had the same issue.
The normal speedtest.exe doesnt seem to work for me as well.
But i got it to work using the version from github.
Here is what worked for me:
- Downloaded the Latest release from: https://github.com/sivel/speedtest-cli
- Created a Folder "Speedtest" and extracted the files there
- Added that Folder to the environment variables
- Renamed the file "speedtest.py" to "speedtest-cli.py"
- Enjoy
Hope that helps!
Mem