mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #557] AP show corrupted image for some tagtypes when zlib compression is enabled #353
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 @skiphansen on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/557
Originally assigned to: @skiphansen on GitHub.
I've been testing a Solum 1.6" type 91.json for several days with the current weather content and it is solid w/o zlib compression.
A bug in the Solum compression code was just fixed so I enabled zlib compression in 91.json, rebooted the AP and then immediately ran into this issue. This problem has occurred many times with the 1.6" Solum over the last couple of weeks, but since the Solum code also had a bug it was hard to isolate.
Note: I've been running this AP and code for many months and other tags using zlib compression have not shown this issue.
The tag DID display the content correctly, so that's good.
I am running a local build with no changes to the javascript code. I'll reset with the 2.85 release and try to reproduce the problem.
Image file: 6CFD22FFFE1F8568.zip
Note: The images is only corrupt sometimes, at other times it looks fine.
@skiphansen commented on GitHub (Mar 4, 2026):
I started to debug this today, but when I uploaded the saved image to the AP it now displays correctly.
The AP has not be updated, but it has been rebooted several times.
Seems odd since the preview code runs strictly in browser???