Speedtest.net manual trigger not running

Invoking the “speedtestdotnet.speedtest” service from the home assistant UI does not appear to actually be doing anything. No log mssages or errors are output. My speedtest values in the dashboard are still unknown.

I’m running the home assistant docker container version 107.7. If I docker-exec into the container, I’m able to run the following without issue:

sudo docker exec -it home-assistant /bin/sh
/config # /usr/local/bin/python /usr/local/lib/python3.7/site-packages/speedtest.py
Retrieving speedtest.net configuration...

I’m not sure why home assistant is not running the test on its own or invoking it when the service is called via the UI. Any ideas how to debug this? My configuration.yaml file includes the following:

speedtestdotnet:
  scan_interval:
    hours: 6

Thanks!

Interestingly, after a full computer restart, the manual function started working. Still don’t know what was wrong in the first place or how to view any related logs that might be able to answer that question.