mirror of
https://github.com/lox-audioserver/lox-audioserver.git
synced 2026-04-26 06:45:47 +03:00
[GH-ISSUE #178] Clock offset fetch failed #107
Labels
No labels
bug
enhancement
pull-request
released
released on @beta
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lox-audioserver#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kkerssem on GitHub (Feb 22, 2026).
Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/178
I'm seeing this message in the debug log:
[2026-02-22T14:08:01.546Z][DEBUG][Http|AdminApi] [message="read ECONNRESET"] clock offset fetch failedQuick search in the code shows that the fetchClockOffset() function is doing a HTTPS GET to https://worldtimeapi.org/api/timezone/Etc/UTC, which always results in a "connection reset by peer". Seems that the website is / has been down for most of the time recently. Maybe the time.now service is a valid alternative?
@rudyberends commented on GitHub (Feb 22, 2026):
Good catch, and thanks for reporting it. fixed in
9573a61