Skip to content
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

Is there a problem with this AI ? #113

Closed
gagphil1 opened this issue Nov 11, 2021 · 1 comment
Closed

Is there a problem with this AI ? #113

gagphil1 opened this issue Nov 11, 2021 · 1 comment

Comments

@gagphil1
Copy link

I try to decode the following GS1 string from a datamatrix:

01103663023000171021004371716020021925768618163

... which should result in: (01)10366302300017(10)2100437(17)160200(21)925768618163. But biip raise an exception:

biip._exceptions.ParseError: Failed to parse '01103663023000171021004371716020021925768618163':
- GTIN: Failed to parse '01103663023000171021004371716020021925768618163' as GTIN: Expected 8, 12, 13, or 14 digits, got 47.
- UPC: Failed to parse '01103663023000171021004371716020021925768618163' as UPC: Expected 6, 7, 8, or 12 digits, got 47.
- SSCC: Failed to parse '01103663023000171021004371716020021925768618163' as SSCC: Expected 18 digits, got 47.
- GS1: Failed to get GS1 Application Identifier from '768618163'.
@gagphil1
Copy link
Author

Finally, it is my decoder that has issues. biip seems correct !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant