Replies: 1 comment
-
Hi, first off, the option "level" doesn't exist - i assume you mean "version". Second, it seems to me that the contrary to the above snippet, the version is fixed/limited to 10 (which has a maximum capacity of 2192 bits, see Information capacity and versions of the QR Code). Simply remove the "version" setting, so that auto detection can work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When QR code rendered exception acquired
code length overflow. (2196 > 2192 bit)
.$config = [ 'level' => 40, 'eccLevel' => EccLevel::L, ];
What should I do to avoid this error?
Beta Was this translation helpful? Give feedback.
All reactions