-
-
Notifications
You must be signed in to change notification settings - Fork 205
Description
Describe the bug
If the container is unable to reach http://icanhazip.com, speedtests will be stuck in starting.
AFAIK, this was introduced in #1714 in https://github.com/alexjustesen/speedtest-tracker/releases/tag/v0.22.0
This appears to be the root cause of #1821
NOTE: The container is able to fully reach speedtest.net.
To Reproduce
Steps to reproduce the behavior:
- Prevent access to
http://icanhazip.com. One way is running a pi-hole on network. - Click on Run Speedtest
- See error
Expected behavior
There should not be a critical dependencies on http://icanhazip.com. Instead, fail gracefully, by running the test. Or allow to disable this check in configuration.
Background
This domain is blocked in the Easy Privacy list which is used by several ad blockers, example NextDns.io
Environment (please complete the following information):
- OS: [e.g. Ubuntu]
- Architecture: [e.g. arm64, amd64]
- Browser [e.g. chrome, safari]
- Version [e.g. v1]
Screenshots
From #1821:

Logs
no logs
Additional context
Add any other context about the problem here.