-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Library produces invalid qr code instead of error #93
Comments
I literally downloaded the library by using the command:
Also, I just realized my original example was incorrect because I was trying to binary search for the limit after which it started failing. The 600-character case works fine with 300 x 300. I've attached the generated QR code for reference: This example is live at https://duke2011.com/qr/MWE.html |
I have checked the qr code again and the application I am testing on to scan the qr code works without any issues |
This is quite curious, because I'm using exactly the same app on my Galaxy A14 phone and it fails to scan this QR code.
I'll also add that when I create a qrcode from the same text with any of the following tools, both my phone and
However, if you are not able to reproduce the issue, then I'm not sure leaving it open is useful, so I'll close this issue. |
Additionally, I tried a couple of online QR Code scanners with the QR code above and they were also unable to parse it: On the other hand, both of these websites are able to parse the following QR code, generated by qrencode: |
Reopening since the websites might be able to help you reproduce the issue. |
Consider the following example:
Actual Behavior
Expected Behavior
Either of the following behaviors seems reasonable:
The text was updated successfully, but these errors were encountered: