Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container throws error:111 #212

Open
wamak9 opened this issue Mar 11, 2024 · 1 comment
Open

container throws error:111 #212

wamak9 opened this issue Mar 11, 2024 · 1 comment

Comments

@wamak9
Copy link

wamak9 commented Mar 11, 2024

anyidea why I keep seeing this error in the log

current docker-compose file

version: "3.0"
services:
  speedtest-exporter:
    image: ghcr.io/miguelndecarvalho/speedtest-exporter
    container_name: speedtest-exporter
    ports:
      - 9798:9798
    restart: unless-stopped
{
    "type": "log",
    "timestamp": "2024-03-11T22:13:29Z",
    "message": "Error: [111] Connection refused",
    "level": "error"
}
level=INFO datetime=2024-03-11 22:13:51,100 Server=49853 Jitter=0.231ms Ping=5.609ms Download=764.43Mbps Upload=792.07Mbps
{
    "type": "log",
    "timestamp": "2024-03-11T22:26:43Z",
    "message": "Error: [111] Connection refused",
    "level": "error"
}
level=INFO datetime=2024-03-11 22:26:57,102 Server=49853 Jitter=0.957ms Ping=7.903ms Download=776.35Mbps Upload=791.02Mbps
{
    "type": "log",
    "timestamp": "2024-03-11T22:37:10Z",
    "message": "Error: [111] Connection refused",
    "level": "error"
}
level=INFO datetime=2024-03-11 22:37:21,517 Server=49853 Jitter=0.664ms Ping=8.543ms Download=793.3Mbps Upload=779.53Mbps

i also figured some of the metrics are missing such as

speedtest_download_bits_per_second
speedtest_upload_bits_per_second

NOTE : I am using the github image

This was referenced May 18, 2024
@bergpb
Copy link

bergpb commented May 18, 2024

Hi wamak9 could you check this issue #216 and perform the same steps to check if the problem happens with you too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants