Open kokoye2007 opened 3 years ago
Can you try to check what ReaderManager.getReaderList() returns?
It looks like a reader issue so before the MRZ is even used
Python 3.9.5 (default, May 11 2021, 08:20:37) [GCC 10.3.0] on linux 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 "/home/py/pypassport/pypassport/reader.py", line 368, in waitForCard raise TimeOutException("Time-out") pypassport.reader.TimeOutException: Time-out >>> ReaderManager.getReaderList() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: getReaderList() missing 1 required positional argument: 'self' >>>
Devices is ACR122 -> ACR122U-A9
Bus 002 Device 011: ID 072f:2200 Advanced Card Systems, Ltd ACR122U
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