mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #171] AP not updating tags #2852
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 @paveldn on GitHub (Dec 2, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/171
Describe the bug
Everything worked perfectly but AP suddenly stopped updating tag images. No changes where made. Tags are communicating but every time after updating the tag image (from home assistant integration or manually from AP web interface). For every update attempt, I see the log records:
17:57:12 Resending image //current/0000021F7DC13B12.raw
17:57:12 new image is the same as current or already pending image. not updating tag.
17:57:11 Updating 0000021F7DC13B12
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
@nlimper commented on GitHub (Dec 2, 2023):
So, it appears the new image cannot be written to the file system. I can think of two possible situations:
/edit).good luck!
@paveldn commented on GitHub (Dec 2, 2023):
Thanks. Not sure if was it corruption or full flash but reflashing helped.
Thanks for the amazing work!