dayjaby / zebra-scanner

Read barcodes in python with zebra barcode scanner
MIT License
24 stars 18 forks source link

"Backend terminated or disconnected" when scanner is in SNAPI mode #27

Open meghanBRINC opened 1 year ago

meghanBRINC commented 1 year ago

I changed my scanner to SNAPI mode permanently using a Windows computer (confirmed with the sample app on the RPi I'm actually running this on to makes sure that the change stuck) but when I scan a QR code with it while running the test code it adds two scanners (the second has a blank GUID and both have the same id), prints the barcode code and type, and then has an error that says "Backend terminated or disconnected. Use 'Stop/Restart' to restart." The addition of the second scanner seems odd but possibly normal since I can see it happening on the Windows utility as well but the error is definitely breaking things. It seems like others have been able to get SNAPI to work without having a catastrophic failure so I'm not sure what's going on.

Cstephen13 commented 1 year ago

i have same issue, @dayjaby is that an issue in the package?