-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 7.4 can not generate correct qrcode with url length >= 123 #304
Comments
Can confirm, this reproducer fails to scan:
version <= 7 will scan |
Bisect says f2fee0a is the fault commit Reverting the changes to create_bytes to how it looked before that commit solves the issue. |
That was a bugger, yesterday 100 bills went away with a bad QR code. Please release a fix soon, or remove the buggy version. Thanks for fixing Edit: also, I looked for tests and couldn't find one with a larger text. |
Yikes! Apologies for this bug. If someone wants to write some test against some larger qr code sizes with their expected results, that might be useful to avoid such a regression again... I yanked the v7.4 release from pypi and just pushed the fix from @mattiasj-axis as v7.4.1 |
@iulica i could work around this with segno. now qr code generation for bills is running stable again. |
Thanks, for me it was just installing the previous version. Unfortunately I haven't checked the bills before sending, as they looked quite fine visually. Lesson learned, next time I will quickly check them before sending :). Anyway, thanks for the quick fix and the new version. Kind regards |
tried version 7.3.1 and everything works fine
The text was updated successfully, but these errors were encountered: