LudovicRousseau / pyscard

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

0x8010001D error on Windows 10 #136

Closed uralbash closed 2 years ago

uralbash commented 2 years ago

Your system information

Please describe your issue in as much detail as possible:

image

Steps for reproducing this issue:

  1. Watch card
  2. get PCSC error 0x8010001D
LudovicRousseau commented 2 years ago

0x8010001D is SCARD_E_NO_SERVICE. This error comes from the Windows PC/SC layer, not PySCard.

Maybe Why does SCardEstablishContext return SCARD_E_NO_SERVICE even though SCardSvr is running? can help