vue-barcode-reader icon indicating copy to clipboard operation
vue-barcode-reader copied to clipboard

Scanner does not work at all.

Open derekhowedotcom opened this issue 2 years ago • 1 comments

Hi, I have a problem getting the scanner to work at all on the demo page (https://vue-barcode-reader-example-2iiz1fhbf-olefirenko.vercel.app/) and within my own app.

The barcode i am trying to scan is from a playstation 4 game so should be simple.

The strange thing is it seems to work fine on the example you show for the package tracking page.

Is there another version?

This is the only error i could see in my app. Could not load content for http://[::1]:5173/node_modules/@zxing/src/browser/BrowserCodeReader.ts (HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE)

Thanks.

derekhowedotcom avatar Jan 18 '23 09:01 derekhowedotcom

I've forked this library and added many enhancements which makes it work much better. I also was not able to get this library to work. But my forked library fixes some problems and greatly enhances the library where it now works as good as any native app on my device. Check it out and let me know how it works for you:

https://github.com/teckel12/vue-barcode-reader

teckel12 avatar Jul 26 '23 22:07 teckel12