mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #17] Crash during content creation / drawing? #2214
Reference in New Issue
Block a user
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 @jjwbruijn on GitHub (Feb 18, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/17
Something breaks during an update, started since the version that introduced RSS feeds
@jjwbruijn commented on GitHub (Feb 18, 2023):
Perhaps related, a WDT timeout during RSS feed creation with a corrupted backtrace:
@nlimper commented on GitHub (Feb 19, 2023):
fixed in #18
It happened during startup: Websockets were called before they were initialised. Order of initialisation fixed.