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
I just tried emvtool -p XXXX cap with my card and it didn't work.
My setup
I'm running Debian Bookworm with an internal smartcard reader.
This is how i installed emvtool sudo apt install python3-full build-essential swig libpcsclite-dev python3-pip python3-dev python3-pip cd folder/ python3 -m venv .venv .venv/bin/pip install emv
what worked
.venv/bin/emvtool info spitted a lot of info, that I could also see with cardpeek.
what didn't work
.venv/bin/emvtool -p XXXX cap threw an error ending with emv.protocol.response.ErrorResponse: <ErrorResponse: "Instruction code not supported or invalid">
Do you want to work on supporting that card? That'd be awesome as my bank requires me to carry a CAP device all the time :)
What infos would you need then?
Thanks a lot for the hard work!
The text was updated successfully, but these errors were encountered:
Hello,
I just tried
emvtool -p XXXX cap
with my card and it didn't work.My setup
I'm running Debian Bookworm with an internal smartcard reader.
This is how i installed emvtool
sudo apt install python3-full build-essential swig libpcsclite-dev python3-pip python3-dev python3-pip
cd folder/
python3 -m venv .venv
.venv/bin/pip install emv
what worked
.venv/bin/emvtool info
spitted a lot of info, that I could also see with cardpeek.what didn't work
.venv/bin/emvtool -p XXXX cap
threw an error ending withemv.protocol.response.ErrorResponse: <ErrorResponse: "Instruction code not supported or invalid">
Do you want to work on supporting that card? That'd be awesome as my bank requires me to carry a CAP device all the time :)
What infos would you need then?
Thanks a lot for the hard work!
The text was updated successfully, but these errors were encountered: