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

WsClient - Failure: Execution error #81

Open
PixsaOJ opened this issue Apr 18, 2022 · 3 comments
Open

WsClient - Failure: Execution error #81

PixsaOJ opened this issue Apr 18, 2022 · 3 comments

Comments

@PixsaOJ
Copy link

PixsaOJ commented Apr 18, 2022

I try to batch:

java -jar fdsm.jar --reader 0 --verbose --trace-apdu --trace-api --auth USER:PASS --run wss://perso-server.fidesmo.com/batching/pXX?batchId=YYY

result:

# ...apdu stuff
Using card in ACS ACR122U 00 00
[WebSocketConnectReadThread-14] [INFO] WsClient - Session ID: 14168e50-XXXX-XXXX-9fec-663676b2b499
# ...apdu finish
A<< (0000+2) (20ms) 69FF
[WebSocketConnectReadThread-14] [INFO] WsClient - Failure: Execution error

Fail to run a script

Why does this happen?

@sergkh
Copy link
Member

sergkh commented Apr 19, 2022

In this particular case the device returned an 6280 warning on SELECT command. Which very likely means that there were too many unsuccessful authentication attempts towards ISD and device locked itself.

@PixsaOJ
Copy link
Author

PixsaOJ commented Apr 19, 2022

@sergkh Thanks for the response.

I dont think I spammed batching, I did spam writing applet with wrong AID-s.

I do get this error with GlobalPlatform.jar

Could not SELECT default selected: 0x6280

Is there any way I can fix this?

@sergkh
Copy link
Member

sergkh commented Apr 21, 2022

Yes, that's the same error. I will check with the team if that's fixable. Even though, I believe even if it is, it will require an implementation on our side.

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

2 participants