MauriceNino/dashdot

[Bug] There is no speedtest module installed

Opened this issue · 2 comments

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

image
image

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

Hi, thanks for creating the ticket.

Can you maybe elaborate what the logs show?
Also, is the speedtest executable reachable via the name speedtest?

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:

  1. Downloaded the Latest release from: https://github.com/sivel/speedtest-cli
  2. Created a Folder "Speedtest" and extracted the files there
  3. Added that Folder to the environment variables
  4. Renamed the file "speedtest.py" to "speedtest-cli.py"
  5. Enjoy

Hope that helps!
Mem