Can not generate QR Code if characters more than 154 #140
-
For example, characters in render counts 155, failed: $qrcode = (new QRCode($options))->render('sFQlFP2yIJlY4zcvFtDrA8GNTEkVosaQhfkPlEMbf9ZHaE8YYSFFPH94WOxWKk70Jtydwf7FgD257hXnZWoNoWb0V9z444kQq3Fx8SM38IHSGDMytbebAu7SP1F2AxvyIlFEQY0eUwIm7cb9KGql8b4TXeZ'); But remove one character it generates successfully. |
Beta Was this translation helpful? Give feedback.
Answered by
codemasher
Jul 10, 2022
Replies: 1 comment 1 reply
-
Looks like your |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
V2RayQ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like your
$options->version
setting is too low for the length of the data string., Try setting it to a higher number orQRCode::VERSION_AUTO
instead. See also https://www.qrcode.com/en/about/version.html