NaturalHistoryMuseum / pyzbar

Read one-dimensional barcodes and QR codes from Python 2 and 3.
MIT License
718 stars 175 forks source link

Assertion failed: next > syms->datalen, file zbar/qrcode/qrdectxt.c, line 368 #143

Open thelix opened 1 year ago

thelix commented 1 year ago

The QR I have contains the ascii SO and SOH. No error/exception is thrown the program just hard quits with this message

Assertion failed: next > syms->datalen, file zbar/qrcode/qrdectxt.c, line 368

How can I get around this