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
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).
When I try to use java sdk to make a simple call to Fiskaly api on
devenvironmentI get exception:
I'm trying with the latest
1.2.200java sdk (tried on both Android and MacOS).