Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main-py error #10

Open
danieldemari opened this issue Jul 29, 2021 · 3 comments
Open

main-py error #10

danieldemari opened this issue Jul 29, 2021 · 3 comments

Comments

@danieldemari
Copy link

Hi,
i tried to read a card CIE 3 with main.py function, just for test
system cannot access data.

Im using a utrust 3700 f reader

this is what i get

image

@fdanna
Copy link

fdanna commented Aug 3, 2021

I had the same problem on Windows! I then tried on the Mac and finally it worked. However: 1) only worked with python3 command, 2) there seems to be a bug in the progress bar code so I eliminated it and 4) I got rid of that silly code to hide characters.

Firstly, in your screenshot, you need to edit main.py and replace the 'YYMMDD', 'YYMMDD', '*********' with actual information. They should have put a comment there. So, if you put your birthdate, expiry date, and card number (the one that starts with CA) it should give you the data.

The whole process is rather slow but I don't know if that's NFC's fault or the code.

@danielabrozzoni
Copy link
Collaborator

Hey @fdanna, may I suggest taking a look at https://www.w3schools.com/python/python_lists_comprehension.asp if you find the code to hide characters "silly"? 😊

@fdanna
Copy link

fdanna commented Sep 9, 2021

I wasn’t criticizing the programmer. I just find hiding characters from the person who is viewing the information, especially with card in hand, to be a waste of time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants