Skip to content

[BUG] DNS Error #47

Open
Open
@sfalatko

Description

@sfalatko

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I am having a DNS error since updating to the most recent (2 days ago) build.

[2025-03-17 06:37:46] production.ERROR: Failed to fetch external IP address. ["cURL error 28: Resolving timed out after 5000 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://icanhazip.com/"]

I am running Technitium DNS locally and it resolves icanhazip.com without issue so it appears to be an issue with the container image.

Thoughts would be appreciated as nothing has changed in my setup except downloading an updated container image.

Expected Behavior

Up until this update everything was running fine.

Steps To Reproduce

  1. Run container - DNS fails every time a speedtest is attempted.

Environment

- OS:Synology DSM 7.2.2
- How docker service was installed:

CPU architecture

x86-64

Docker creation

compose.yaml -

version: '3.4'
services:
speedtest-tracker:
container_name: speedtest-tracker
ports:
- 8980:80
- 8443:443
environment:
- PUID=1000
- PGID=1000
- APP_KEY=secretsecretsecret........
- APP_URL=http://localhost
- DB_CONNECTION=sqlite
- APP_TIMEZONE=America/New_York
- DISPLAY_TIMEZONE=America/New_York
- CHART_DATETIME_FORMAT=M d - g:i A
- SPEEDTEST_SCHEDULE=*/60 * * * *
volumes:
- ./config:/config
image: linuxserver/speedtest-tracker:latest
restart: unless-stopped

Container logs

[2025-03-17 14:00:18] production.ERROR: Failed to fetch external IP address. ["cURL error 28: Resolving timed out after 5000 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://icanhazip.com/"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    • Status

      Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions