Germany
Product Owner @ univention.com
bug added by ~jlkde on ~jlkde/minifluxWorker
Ticket created by ~jlkde on ~jlkde/minifluxWorker
2024/02/04 21:54:34 ERR: miniflux: internal server error: store: unable to fetch user: pq: sorry, too many clients already panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x2380d0] goroutine 29 [running]: main.FetchEntries({0x4000618000?, 0x1, 0x40001825c0?}, {0x40001825cc, 0x4}, 0x1?) /app/miniflux.go:52 +0x1c0 main.Rule.GetEntries({{0x40001a8150, 0x12}, {{0x40001825c0, 0x5}, {0x400019e3a0, 0x1, 0x1}}, {{0x40001825cc, 0x4}, {0x40001825d0, ...}, ...}, ...}, ...) /app/rule.go:65 +0x39c created by main.main in goroutine 1 /app/main.go:136 +0x700
bug added by ~jlkde on ~jlkde/minifluxWorker
Ticket created by ~jlkde on ~jlkde/minifluxWorker
Problem is that tools from busybox are fetched and installed on build time - While the app itself is cross compiled this will bundle executables of the hosts arch to all images.
Comment by ~jlkde on ~jlkde/minifluxWorker
jlkDE referenced this ticket in commit d1d03d8.
Comment by ~jlkde on ~jlkde/minifluxWorker
jlkDE referenced this ticket in commit c07067f.
REPORTED
RESOLVED IMPLEMENTEDrefactor added by ~jlkde on ~jlkde/minifluxWorker
Ticket created by ~jlkde on ~jlkde/minifluxWorker
To simplify debugging without having to touch the config file. Relates to #14
refactor added by ~jlkde on ~jlkde/minifluxWorker
Ticket created by ~jlkde on ~jlkde/minifluxWorker
The config file currently contains a secret and should be handled this way - Optional ways to exclude credentials from this file would be better to allow for a more secure file handling and come in handy to version it.