-
Notifications
You must be signed in to change notification settings - Fork 11
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
"No license found" after version update #25
Comments
@zorapeteri Thank you for reaching out and providing detailed information about the issue you're experiencing with barcode4nodejs. It’s possible that the license key needs to be updated for v10. To test this, you can request a new trial license key. Additionally, please contact [email protected] to verify if your current license key is valid for v10. 😃 |
@zorapeteri I've made a test.
|
We are using
barcode4nodejs
in a Node project and have recently bumped it from 9.6.47 to 10.0.5. Unfortunately the barcode scanning process is now breaking, with the error message:I've double-checked the license code, and with the previous version it works just fine.
If I purposefully change the license code to an invalid one, this is what I get:
The JS code itself doesn't throw an error, just logs this to the console, and gracefully returns an empty array, so since the update we have been assuming that a lot of scanned documents just have no barcodes.
The text was updated successfully, but these errors were encountered: