geerlingguy / internet-pi

Raspberry Pi config for all things Internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speedtest Exported container not running (shows as Healthy)

christyler80 opened this issue · comments

Logs show the follow error and I cannot access the container console. Other containers are fine. Running on a Intel CPU.

level=INFO datetime=2023-07-31 16:45:26,188 Starting Speedtest-Exporter on http://localhost:9798
level=INFO datetime=2023-07-31 16:45:42,594 Starting Speedtest-Exporter on http://localhost:9798
[2023-07-31 16:58:32.597] [error] Configuration - Timeout was reached (TimeoutException)
[2023-07-31 16:58:32.597] [error] Configuration - Cannot retrieve configuration document (0)
[2023-07-31 16:58:32.643] [error] ConfigurationError - Could not retrieve or read configuration (Configuration)
[2023-07-31 16:58:32.643] [error] ConfigurationError - Could not retrieve or read configuration (Configuration)
{
"type": "log",
"timestamp": "2023-07-31T16:58:32Z",
"message": "Configuration - Could not retrieve or read configuration (ConfigurationError)",
"level": "error"
}
level=INFO datetime=2023-07-31 16:58:32,645 Server=0 Jitter=0ms Ping=0ms Download=0.0Mbps Upload=0.0Mbps
[2023-07-31 17:58:32.604] [error] Configuration - Timeout was reached (TimeoutException)
[2023-07-31 17:58:32.604] [error] Configuration - Cannot retrieve configuration document (0)
[2023-07-31 17:58:32.619] [error] ConfigurationError - Could not retrieve or read configuration (Configuration)
[2023-07-31 17:58:32.619] [error] ConfigurationError - Could not retrieve or read configuration (Configuration)
{
"type": "log",
"timestamp": "2023-07-31T17:58:32Z",
"message": "Configuration - Could not retrieve or read configuration (ConfigurationError)",
"level": "error"
}
level=INFO datetime=2023-07-31 17:58:32,621 Server=0 Jitter=0ms Ping=0ms Download=0.0Mbps Upload=0.0Mbps
[2023-07-31 18:58:32.530] [error] Configuration - Timeout was reached (TimeoutException)
[2023-07-31 18:58:32.530] [error] Configuration - Cannot retrieve configuration document (0)
[2023-07-31 18:58:32.548] [error] ConfigurationError - Could not retrieve or read configuration (Configuration)
[2023-07-31 18:58:32.548] [error] ConfigurationError - Could not retrieve or read configuration (Configuration)
{
"type": "log",
"timestamp": "2023-07-31T18:58:32Z",
"message": "Configuration - Could not retrieve or read configuration (ConfigurationError)",
"level": "error"
}

Thanks for the log, that helps debug.

Do you have another container that might be using the same port (9798)?

Couple steps to try
Delete container/image and re create
manually stop/start container from commandline, tends to give additional error messages.