0xRauros / ACR122uCreditCardReader

ACR122u credit card reader
Other
23 stars 4 forks source link

Issue: Unable to Read Credit Card Details from Apple Wallet Using NFC #1

Open vijay-cg opened 1 month ago

vijay-cg commented 1 month ago

Operating system used: Windows
pyscard version: 2.0.2
Python version: 3.12.4


Expected behavior:
I expected to successfully read credit card details from Apple Wallet using NFC.

Actual behavior:
However, I encountered an issue where I cannot read the card details from Apple Wallet. 'non-hexadecimal number found in fromhex() arg at position 73. NoneType' object has no attribute 'find'


Steps to reproduce:

  1. Add a credit card to Apple Wallet.
  2. Attempt to tap on the NFC reader.
0xRauros commented 1 month ago

Hello vijay-capgemini, this was a very small home project developed some years ago. So I haven't been developing features or fixing bugs. But feel free to open a new merge request ;)

Its been a while since last time I modified the code, but may be the issue is related because the app only supports VISA. Hope you find a solution ;)