We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
system: Fedora Linux 40 (Workstation Edition) php version: 8.3.7
$qrCode = QrCode::create($uri) ->setEncoding( new Encoding('UTF-8') )->setErrorCorrectionLevel(ErrorCorrectionLevel::Low) ->setSize(300) ->setMargin(10) ->setRoundBlockSizeMode(RoundBlockSizeMode::Margin) ->setForegroundColor( new Color(0, 0, 0) ) ->setBackgroundColor( new Color(255, 255, 255) ); $result = $writer->write($qrCode); try { $writer->validateResult($result, $uri); } catch (ValidationException $e) { var_dump($e->getMessage()); return false; } return $result->getString();
string(179) "The validation reader read "" instead of "http://192.168.0.188:9504/app/index/invitation_register?code=1234". Adjust your parameters to increase readability or disable validation."
but use "http://192.168.0.188:9504/app/index/invitation_register?code=123",no exception! but use "http://192.168.0.188:9504/app/index/invitation_register?code=1235",no exception! but use "http://192.168.0.188:9504/app/index/invitation_register?code=12345",no exception!
the excrption, only "http://192.168.0.188:9504/app/index/invitation_register?code=1234" !!!
The text was updated successfully, but these errors were encountered:
Currently, we only find that this URL cannot be rendered, or there may be more possibilities?
Sorry, something went wrong.
It's still able to render, it just throws an exception?!
"khanamiryan/qrcode-detector-decoder": "^2.0" "spomky-labs/aes-key-wrap": "^7.0"
No branches or pull requests
system: Fedora Linux 40 (Workstation Edition)
php version: 8.3.7
string(179) "The validation reader read "" instead of "http://192.168.0.188:9504/app/index/invitation_register?code=1234". Adjust your parameters to increase readability or disable validation."
but use "http://192.168.0.188:9504/app/index/invitation_register?code=123",no exception!
but use "http://192.168.0.188:9504/app/index/invitation_register?code=1235",no exception!
but use "http://192.168.0.188:9504/app/index/invitation_register?code=12345",no exception!
the excrption, only "http://192.168.0.188:9504/app/index/invitation_register?code=1234" !!!
The text was updated successfully, but these errors were encountered: