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
{{ message }}
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
Exception in thread "main" FiskalyClientException{ Code=-32603, Message=Internal error, Data="failed to find matching key for verification: failed to find matching key for key ID \"GZzxbuN8ZCafnK1xRWe08caWgXH9x1OMfOGWyyjrpS4\" in key set"}
at com.fiskaly.sdk.factories.ExceptionFactory.buildClientException(ExceptionFactory.java:30)
at com.fiskaly.sdk.FiskalyHttpClient.doInvoke(FiskalyHttpClient.java:205)
at com.fiskaly.sdk.FiskalyHttpClient.request(FiskalyHttpClient.java:129)
at com.fiskaly.sdk.FiskalyHttpClient.request(FiskalyHttpClient.java:188)
at demo.MainKt.main(Main.kt:16)
at demo.MainKt.main(Main.kt)
I'm trying with the latest 1.2.200 java sdk (tried on both Android and MacOS).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to use java sdk to make a simple call to Fiskaly api on
dev
environmentI get exception:
I'm trying with the latest
1.2.200
java sdk (tried on both Android and MacOS).The text was updated successfully, but these errors were encountered: