Dynamsoft / barcode-reader-javascript

Dynamsoft Barcode Reader JavaScript SDK for package managers. PDF417, QR Code, DataMatrix, MaxiCode and more are supported.
https://www.dynamsoft.com/barcode-reader/sdk-javascript/
Other
169 stars 111 forks source link

[8.1] Barcode result text in trial version has appended exception string #76

Closed rubenkuipers closed 3 years ago

rubenkuipers commented 3 years ago

Hi there,

I'm using the barcode scanner 8.1 version that was released yesterday. Since we're still on the trial version (already have a contract for commercial version) an exception is added when a a barcode scan is succesful:

barcodeText: "[Attention(exceptionCode:-20010)] 9783161484100"

The last part is the barcode I need, the first part is some exception. Could this just be the clean output like it was in the previous version (8.0)?

I already see a different exception object that is stating that I'm on the trial version, so I don't know why this is needed.

Keillion commented 3 years ago

@rubenkuipers A few users have reported this problem. After some discussion, we decide to remove [Attention in trial version. Thanks for your feedback. Dbrjs 8.1.2 will release today.

rubenkuipers commented 3 years ago

@Keillion thank you very much