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

9 sim V2版本 出现问题 #4

Open
viccy5022 opened this issue Nov 13, 2024 · 0 comments
Open

9 sim V2版本 出现问题 #4

viccy5022 opened this issue Nov 13, 2024 · 0 comments

Comments

@viccy5022
Copy link

viccy5022 commented Nov 13, 2024

LPA

2024-11-13 18:46:51.584 [main] INFO Main - MiniLPA 1.1.1 2024-11-13 18:46:51.593 [main] INFO Main - Runtime Version: 21.0.4+7-LTS amd64 2024-11-13 18:46:51.593 [main] INFO Main - VM: OpenJDK 64-Bit Server VM, Azul Systems, Inc. 2024-11-13 18:46:51.593 [main] INFO Main - IS_PACKAGE -> true 2024-11-13 18:46:51.593 [main] INFO Main - SHORT_COMMIT_ID -> b7a08be 2024-11-13 18:46:51.594 [main] INFO Main - AppDataFolder -> C:\Users\Vita\.minilpa 2024-11-13 18:46:53.080 [main] INFO LPACExecutor - lpac command input -> version 2024-11-13 18:46:53.142 [DefaultDispatcher-worker-2] INFO LPACExecutor - lpac stdout output -> {"type":"lpa","payload":{"code":0,"message":"success","data":"v2.1.0"}} 2024-11-13 18:46:53.259 [DefaultDispatcher-worker-2] INFO LPACExecutor - lpac command input -> driver apdu list 2024-11-13 18:46:53.301 [DefaultDispatcher-worker-4] INFO LPACExecutor - lpac stdout output -> {"type":"driver","payload":{"env":"DRIVER_IFID","data":[{"env":"0","name":"HSIC CCID-Reader 0"}]}} 2024-11-13 18:47:03.534 [DefaultDispatcher-worker-2] INFO LPACExecutor - lpac command input -> driver apdu list 2024-11-13 18:47:03.573 [DefaultDispatcher-worker-2] INFO LPACExecutor - lpac stdout output -> {"type":"driver","payload":{"env":"DRIVER_IFID","data":[{"env":"0","name":"HSIC CCID-Reader 0"}]}} 2024-11-13 18:47:04.613 [DefaultDispatcher-worker-2] INFO LPACExecutor - lpac command input -> profile list 2024-11-13 18:47:04.882 [DefaultDispatcher-worker-4] INFO LPACExecutor - lpac stdout output -> {"type":"lpa","payload":{"code":0,"message":"success","data":[{"iccid":"890XXXXXXXXX","isdpAid":"a0XXXXXXXXX0","profileState":"enabled","profileNickname":null,"serviceProviderName":"GSMA","profileName":"GSMA TS.48 Test Profile","iconType":null,"icon":null,"profileClass":"unknown"}]}} 2024-11-13 18:47:04.897 [AWT-EventQueue-0] ERROR MainFrame - We have encountered an error kotlinx.serialization.SerializationException: moe.sekiu.minilpa.model.Profile.Class does not contain element with name 'unknown' at kotlinx.serialization.json.internal.JsonNamesMapKt.getJsonNameIndexOrThrow(JsonNamesMap.kt:107) at kotlinx.serialization.json.internal.JsonNamesMapKt.getJsonNameIndexOrThrow$default(JsonNamesMap.kt:104) at kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeTaggedEnum(TreeJsonDecoder.kt:87) at kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeTaggedEnum(TreeJsonDecoder.kt:36) at kotlinx.serialization.internal.TaggedDecoder.decodeEnum(Tagged.kt:233) at kotlinx.serialization.internal.EnumSerializer.deserialize(Enums.kt:139) at kotlinx.serialization.internal.EnumSerializer.deserialize(Enums.kt:105) at kotlinx.serialization.json.internal.PolymorphicKt.decodeSerializableValuePolymorphic(Polymorphic.kt:77) at kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeSerializableValue(TreeJsonDecoder.kt:52) at kotlinx.serialization.internal.TaggedDecoder.decodeSerializableValue(Tagged.kt:207) at kotlinx.serialization.internal.TaggedDecoder$decodeSerializableElement$1.invoke(Tagged.kt:279) at kotlinx.serialization.internal.TaggedDecoder.tagBlock(Tagged.kt:294) at kotlinx.serialization.internal.TaggedDecoder.decodeSerializableElement(Tagged.kt:279) at moe.sekiu.minilpa.model.Profile$$serializer.deserialize(Profile.kt:7) at moe.sekiu.minilpa.model.Profile$$serializer.deserialize(Profile.kt:7) at kotlinx.serialization.json.internal.PolymorphicKt.decodeSerializableValuePolymorphic(Polymorphic.kt:77) at kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeSerializableValue(TreeJsonDecoder.kt:52) at kotlinx.serialization.internal.TaggedDecoder.decodeSerializableValue(Tagged.kt:207) at kotlinx.serialization.internal.TaggedDecoder$decodeSerializableElement$1.invoke(Tagged.kt:279) at kotlinx.serialization.internal.TaggedDecoder.tagBlock(Tagged.kt:294) at kotlinx.serialization.internal.TaggedDecoder.decodeSerializableElement(Tagged.kt:279) at kotlinx.serialization.encoding.CompositeDecoder$DefaultImpls.decodeSerializableElement$default(Decoding.kt:538) at kotlinx.serialization.internal.CollectionLikeSerializer.readElement(CollectionSerializers.kt:80) at kotlinx.serialization.internal.AbstractCollectionSerializer.readElement$default(CollectionSerializers.kt:51) at kotlinx.serialization.internal.AbstractCollectionSerializer.merge(CollectionSerializers.kt:36) at kotlinx.serialization.internal.AbstractCollectionSerializer.deserialize(CollectionSerializers.kt:43) at kotlinx.serialization.json.internal.PolymorphicKt.decodeSerializableValuePolymorphic(Polymorphic.kt:77) at kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeSerializableValue(TreeJsonDecoder.kt:52) at kotlinx.serialization.json.internal.TreeJsonDecoderKt.readJson(TreeJsonDecoder.kt:25) at kotlinx.serialization.json.Json.decodeFromJsonElement(Json.kt:127) at moe.sekiu.minilpa.lpa.LPACExecutor.getProfileList(LPACExecutor.kt:131) at moe.sekiu.minilpa.lpa.LPACExecutor$getProfileList$1.invokeSuspend(LPACExecutor.kt) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)

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

1 participant