geerlingguy / internet-pi

Raspberry Pi config for all things Internet.
MIT License
4.29k stars 448 forks source link

Speedtest Exported container not running (shows as Healthy) #535

Closed christyler80 closed 8 months ago

christyler80 commented 1 year ago

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" }

jerzerisz commented 1 year ago

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.

github-actions[bot] commented 10 months ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

github-actions[bot] commented 8 months ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.