mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #280] Configuration of all tags is lost #714
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 @seeers on GitHub (Apr 3, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/280
As soon as I started giving all the tags a name, everything disappeared again overnight :)
I'm not sure what exactly happened, but unfortunately all the settings (alias / content) were lost overnight.
The RAW files from the last update are still under /current.
I use a Yellow AP (ESP32-S3) with a C6 module as radio - Version 2.52
The content of log.txt:
Are there any similar cases?
@nlimper commented on GitHub (Apr 3, 2024):
Friendly reminder that a backup of the database is kept in localstorage of your browser. Using the browser you used last to config a tag, go to the config tab and choose 'restore tagDB' ('Restores the tagDB with the auto-saved version by the browser') and your tag settings are back. The tags will look like expired at first (as the 'last seen' time will be way in the past) but that solves by itself.
@seeers commented on GitHub (Apr 4, 2024):
Thanks for the tip, that sounds like a great function if something goes wrong.

Unfortunately it didn't work for me, the content remains empty.
Update: restore from my mobile phone has worked
@seeers commented on GitHub (Apr 4, 2024):
The whole thing is not bad for me now, are there any suspicions as to where this problem is coming from? Is there anything I can do to help localise it?
@nlimper commented on GitHub (Apr 4, 2024):
In theory, it could have happened that at that same moment, a new image pushed via http was being written to the file system. I will improve the procedure of the nightly reboot a bit.
@seeers commented on GitHub (Apr 4, 2024):
I don't know if it helps but in my case only json templates are retrieved from a local webserver and from google. Nothing is pushed via http
@foorschtbar commented on GitHub (Apr 27, 2024):
Same problem here. With 2.52 it was a lot better than with 2.07b (https://github.com/jjwbruijn/OpenEPaperLink/issues/231), but still happend sometimes.
@kopierschnitte commented on GitHub (May 20, 2024):
Same here since 2.x but I only pull images from http (and use the weather function). Restore always works.
@foorschtbar commented on GitHub (Oct 28, 2024):
@nlimper is there any fix? it happend to me every 1 or 2 weeks :(
@nlimper commented on GitHub (Oct 28, 2024):
I closed it due to inactivity. And I on the Discord server I don't see any recent reports that it's happening.
It's kind of impossible to debug without more detailed info/logs, as I cannot reproduce it myself. You would have to catch the UART output of the AP right when it happens, maybe that gives more info.
In any case, you can backup the database and restore it when needed, but I agree it can be annoying when you need to do that every 1-2 weeks...