You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it fails with
(node:3051) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'raw' of null
at fixZXING (/root/node_modules/uic-918-3/index.js:20:68)
what's wrong?
The text was updated successfully, but these errors were encountered:
Hi,
I tried your package with the following code:
const uic = require('uic-918-3');
// https://braweria.de/wp-content/uploads/2020/10/HVV-Card-Detail-und-Hinzufuegen.png
const image = "HVV-Card-Detail-und-Hinzufuegen.png";
uic.readBarcode(image).then((ticket)=>{
console.log(JSON.stringify(ticket, null, 4));
});
but it fails with
(node:3051) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'raw' of null
at fixZXING (/root/node_modules/uic-918-3/index.js:20:68)
what's wrong?
The text was updated successfully, but these errors were encountered: