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

AadhaarSecureQr Decoding Fails or Returns Incorrect Data #23

Open
ShrinathSontakke opened this issue Jan 27, 2025 · 1 comment
Open

Comments

@ShrinathSontakke
Copy link

Describe the bug
The AadhaarSecureQr class in the pyaadhaar library fails to decode or return incorrect results when provided with Aadhaar secure QR code data.

To Reproduce
Steps to reproduce the behavior:

  1. Install the pyaadhaar library using pip install pyaadhaar.
  2. Import the AadhaarSecureQr class from the pyaadhaar.decode module.
  3. Pass valid Aadhaar QR code data into the AadhaarSecureQr class.
  4. Call obj.decodeddata() to decode the data.
  5. Observe that the decoding process either throws an error or returns incorrect data.

Expected behavior
The AadhaarSecureQr class should correctly decode the Aadhaar QR code data and return the expected information without errors.

Screenshots
(Optional) Include any relevant screenshots if the decoding process results in an error message or an unexpected output.

Desktop (please complete the following information):

  • OS: Windows 10 (or your OS version)
  • Browser: N/A (This issue occurs in Python, not a browser)
  • Version: Python 3.9.6 (or your Python version)

Smartphone (please complete the following information):

  • Device: N/A
  • OS: N/A
  • Browser: N/A
  • Version: N/A

Additional context
The issue may be related to incorrect handling of QR data or potential incompatibilities in the pyaadhaar library when decoding certain Aadhaar QR codes. Additional debugging or review of the library's handling of QR data might be necessary.

Image

@tanmoysrt
Copy link
Owner

@ShrinathSontakke Any idea, if any new qr version released ?

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