LudovicRousseau / pyscard

pyscard smartcard library for python
http://pyscard.sourceforge.net/
GNU Lesser General Public License v2.1
383 stars 110 forks source link

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

Open vijay-cg opened 1 month ago

vijay-cg commented 1 month ago

Your system information

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.
LudovicRousseau commented 1 month ago

Maybe you could include your program source code. And the complete exception trace.