MauriceNino / dashdot

A simple, modern server dashboard, primarily used by smaller private servers
https://getdashdot.com/
MIT License
2.68k stars 103 forks source link

[Bug] There is no speedtest module installed #1064

Open bdog720 opened 5 months ago

bdog720 commented 5 months ago

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

MauriceNino commented 1 month ago

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 1 month ago

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