mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #169] Unknown, non-removable tag #3402
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 @emufan on GitHub (Nov 27, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/169
Thanks, Nic, for your first fast answer and suggestion to move to here. So here we go:
Describe the bug
A clear and concise description of what the bug is.
Directly after receiving the AP3 and since first start, there is an unknown device in the list:
I cannot delete it, Neither left click nor right click is doing someting there.
So the options via


on detail menu or
from tother tags are both not possible/available.
How to get rid of it?
@svenove commented on GitHub (Nov 27, 2023):
I had a similar thing happen. I solved it by manually editing tagDB.json. I changed the HW-type to the same value as one of the other tags. Then it showed the delete-option afterwards. :)
@emufan commented on GitHub (Nov 27, 2023):
Thx! :-)
So this is really a left alone, not needed one and not an internal tag which is there and needed for whatever reasons?
Then I would try you way as well.
@nlimper commented on GitHub (Nov 27, 2023):
Thanks for noticing. Yeah, you can safely remove it.
I will look into the 'delete' not working the next time I'm working on the software. For the time being, editing tagDB.json is a good way. After editing, remove the power plug from the AP (because with the 'reboot' option the DB is saved from memory, overwriting your edits).
@emufan commented on GitHub (Nov 27, 2023):
O.k, Worked. Rightclick was still not there, but left-click-detailed-page with trash bin. Thx again Sven-Ove for the idea and the confirmation that it is not needed and secure to delete, Nic.