schroeding / paperstorage

Create paper backups for arbitrary data that are recoverable by simple means
Mozilla Public License 2.0
5 stars 1 forks source link

`WARNING: zbar\decoder\databar.c:1250: <unknown>: Assertion "seg->finder >= 0" failed.` and scanned images format issue #2

Open SunsetMkt opened 1 year ago

SunsetMkt commented 1 year ago

While reading scanned images, WARNING: zbar\decoder\databar.c:1250: <unknown>: Assertion "seg->finder >= 0" failed. always shows. https://github.com/NaturalHistoryMuseum/pyzbar/issues/96

Also, I noticed that png images are readable by paperstorage, while jpg images are not.

schroeding commented 1 year ago

Thank you for bringing this to attention! :D

What operating system and which version of Python do you use? Do you by any chance use a non-x86/x64 system like a computer with an ARM processor?

I cannot reproduce the issue on my local systems, but if we find a pattern where this issue occours, it may be possible to find a workaround.

SunsetMkt commented 1 year ago

Python 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)] on win32 on Windows 11 x64. paperstorage installed with pip.