LudovicRousseau / pyscard

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

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

Closed vijay-cg closed 2 months ago

vijay-cg commented 4 months 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 4 months ago

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

LudovicRousseau commented 2 months ago

No feedback from user. Closing