Skip to content

[BUG] Having instability in okla server testing #72

@begunfx

Description

@begunfx

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I'm finding more than half of my tests are failing. Getting errors like:
An unexpected error occurred while running the Ookla CLI.
Error: [111] Connection refused

Expected Behavior

See above

Steps To Reproduce

see above

Environment

- OS:Synology DSM 7
- How docker service was installed:
Via potainer stack

CPU architecture

x86-64

Docker creation

: "3.9"
services:
  speedtest-tracker:
    image: ghcr.io/linuxserver/speedtest-tracker:v1.13.12-ls143
    container_name: SpeedTest-Tracker
    healthcheck:
      test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/80' || exit 1
      interval: 10s
      timeout: 5s
      retries: 3
      start_period: 90s
    environment:
      PUID: 1034
      PGID: 100
      TZ: America/Los_Angeles
      DB_CONNECTION: sqlite
      DISPLAY_TIMEZONE: America/Los_Angeles
      APP_TIMEZONE: America/Los_Angeles
      SPEEDTEST_SCHEDULE: '*/30 * * * *'
      APP_KEY: base64:<redacted>
    volumes:
      - /volume1/docker/speedtest:/config:rw
    ports:
      - 8999:80
    restart: unless-stopped
    depends_on:
      - apprise
  apprise:
    image: caronc/apprise:latest
    container_name: SpeedTest-Tracker-Apprise
    restart: unless-stopped
    labels:
      - "dd.watch.digest=true"
    # Port 8000 is internal; you only need to expose it if you want to access the Apprise UI directly.
    ports:
      - 8000:8000

Container logs

[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] done
───────────────────────────────────────
      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝
   Brought to you by linuxserver.io
───────────────────────────────────────
To support the app dev(s) visit:
speedtest-tracker: https://github.com/sponsors/alexjustesen
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID:    1034
User GID:    100
───────────────────────────────────────
Linuxserver.io version: v1.13.12-ls143
Build-date: 2026-03-26T23:25:31+00:00
───────────────────────────────────────
    
using keys found in /config/keys
**** The following active confs have different version dates than the samples that are shipped. ****
**** This may be due to user customization or an update to the samples. ****
**** You should compare the following files to the samples in the same folder and update them. ****
**** Use the link at the top of the file to view the changelog. ****
┌────────────┬────────────┬────────────────────────────────────────────────────────────────────────┐
│  old date  │  new date  │ path                                                                   │
├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤
│ 2024-05-28 │ 2025-11-10 │ /config/nginx/site-confs/default.conf                                  │
│ 2023-08-13 │ 2025-07-18 │ /config/nginx/ssl.conf                                                 │
│ 2024-05-27 │ 2025-05-31 │ /config/nginx/nginx.conf                                               │
└────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘
[custom-init] No custom files found, skipping...
[ls.io-init] done.
[2026-04-05 14:15:12] production.DEBUG: Pinged hostname {"host":"icanhazip.com","data":{"success":true,"error":null,"host":"icanhazip.com","packet_loss_percentage":0,"packets_transmitted":1,"packets_received":1,"options":{"timeout_in_seconds":5,"interval":1.0,"packet_size_in_bytes":56,"ttl":64,"ip_version":"ipv4"},"timings":{"minimum_time_in_ms":24.099,"maximum_time_in_ms":24.099,"average_time_in_ms":24.099,"standard_deviation_time_in_ms":0.0}}} 
[2026-04-05 14:15:45] production.DEBUG: Pinged hostname {"host":"icanhazip.com","data":{"success":true,"error":null,"host":"icanhazip.com","packet_loss_percentage":0,"packets_transmitted":1,"packets_received":1,"options":{"timeout_in_seconds":5,"interval":1.0,"packet_size_in_bytes":56,"ttl":64,"ip_version":"ipv4"},"timings":{"minimum_time_in_ms":12.499,"maximum_time_in_ms":12.499,"average_time_in_ms":12.499,"standard_deviation_time_in_ms":0.0}}} 
[2026-04-05 14:20:51] production.DEBUG: Pinged hostname {"host":"icanhazip.com","data":{"success":true,"error":null,"host":"icanhazip.com","packet_loss_percentage":0,"packets_transmitted":1,"packets_received":1,"options":{"timeout_in_seconds":5,"interval":1.0,"packet_size_in_bytes":56,"ttl":64,"ip_version":"ipv4"},"timings":{"minimum_time_in_ms":20.821,"maximum_time_in_ms":20.821,"average_time_in_ms":20.821,"standard_deviation_time_in_ms":0.0}}}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions