You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type "help", "copyright", "credits" or "license" for more information.
>>> from pypassport.reader import ReaderManager
>>> from pypassport.epassport import EPassport, mrz
>>> r = ReaderManager()
>>> reader = r.waitForCard()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/scott/pypassport/pypassport/reader.py", line 368, in waitForCard
raise TimeOutException("Time-out")
pypassport.reader.TimeOutException: Time-out
Dear roeften
I am testing on pypassport for python3
I got error
but PCSC is detect to card
I think MRZ is difference country or passport book and card ?
My US Passport is difference with your demo.
Please suggest or anything else.
BR
The text was updated successfully, but these errors were encountered: