mirror of
https://github.com/creamlike1024/EasyLPAC.git
synced 2026-04-25 12:55:54 +03:00
[GH-ISSUE #57] v0.7.9.1 Binary panics on startup - registry overwritten by 404 HTML during CI build #31
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyLPAC#31
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 @smanlin on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/creamlike1024/EasyLPAC/issues/57
The pre-compiled binaries in the latest release are experiencing a startup panic:
panic: invalid character '<' looking for beginning of valueAnalysis
The issue is caused by the automated build process:
go generatecommand in the build workflow triggerscurlto fetch registry files from external URLs.<character from the HTML.Recommended Fix
To ensure stable release builds, please consider:
//go:generatelines in the source files (eum-registry.go and ci-registry.go).@creamlike1024 commented on GitHub (Feb 27, 2026):
try 0.7.9.2
@smanlin commented on GitHub (Feb 27, 2026):
Great!