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

Treepoem with bwipp old version has a promlem whith ^040 and ^041 simbols #558

Closed
v0-v0-git opened this issue Jul 7, 2024 · 2 comments
Closed

Comments

@v0-v0-git
Copy link

Python Version

No response

Package Version

3.24

Description

If the character string contains ")" or "(" an error occurs when generating the datamatrix.

'''Error creating DataMatrix: bwipp.GS1unknownAI AI GdU(91: Unrecognised AI

Process finished with exit code 1'''
If you replace them with characters ^040 and ^041, then there is still an error:
'''Error creating DataMatrix: bwipp.GS1badCSET82character AI 21: Invalid CSET 82 character

Process finished with exit code 1'''

At the same time, as I understand it, this has been corrected in the latest versions of the bwipp, for example:
https://bwipjs-api.metafloor.com/?bcid=gs1datamatrix&text=(01)04620757979006(21)5btHYnjVq^040GdU(91)EE10(92)LFDU/cef0RnXBlMCXRhYp5nJAoFyJOxzQbFuMpFYOO8=&parse&parsefnc

When will the code be updated to the latest version bwipp?

@adamchainz
Copy link
Owner

I check for updates every three months or so. Can you link to the upstream issue that corrected your problem? If not, maybe there’s something else being done differently on that site you linked (I never heard of it, nor bwip-js).

@adamchainz
Copy link
Owner

Upgrading BWIPP in #580, which may fix it. Closing since there hasn't been any follow-up, anyway.

@adamchainz adamchainz closed this as not planned Won't fix, can't repro, duplicate, stale Oct 24, 2024
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

2 participants