Speedtest not working

I’m getting the following issue in my log:

ERROR (<concurrent.futures.thread.ThreadPoolExecutor object at 0x7ff50be80be0>_5) [homeassistant.components.sensor.speedtest] Error executing speedtest: Command '['/usr/local/bin/python', '/usr/local/lib/python3.6/site-packages/speedtest.py', '--simple']' returned non-zero exit status 1.

Is anyone else seeing this?

My config is really simple:

  - platform: speedtest
    monitored_conditions:
      - ping
      - download
      - upload

What happens if you run it from the terminal ?
python /home/username/.homeassistant/deps/speedtest.py

or at least thats where mine is…
:slight_smile:

I tried running it. Looks like this is broken in docker. I’ll raise a git hub issue.

https://github.com/home-assistant/home-assistant/issues/7788