java.lang.RuntimeException: An error occurred while executing doInBackground()
ANDROID_VERSION: '13'
APP_VERSION_NAME: 1.17-alpha0
AVAILABLE_MEM_SIZE: 24013619200
BRAND: OnePlus
DATE: '2023-06-26'
Message-ID: $2b$12$600f438359ed679ef526eu1.qGT5vj..Efjgbijsi8HKc38uq1o7.
PACKAGE_NAME: org.fdroid.basic
PHONE_MODEL: ONEPLUS A6003
STACK_TRACE_HASH: d804b278
USER_COMMENT: ''
STACK_TRACE:
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$4.done(AsyncTask.java:415)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:381)
at java.util.concurrent.FutureTask.setException(FutureTask.java:250)
at java.util.concurrent.FutureTask.run(FutureTask.java:269)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
at java.lang.Thread.run(Thread.java:1012)
Caused by: kotlinx.serialization.json.internal.JsonDecodingException: Expected start of the object '{', but had 'EOF' instead at path: $
JSON input:
at kotlinx.serialization.json.internal.JsonExceptionsKt.JsonDecodingException(JsonExceptions.kt:24)
at kotlinx.serialization.json.internal.JsonExceptionsKt.JsonDecodingException(JsonExceptions.kt:32)
at kotlinx.serialization.json.internal.AbstractJsonLexer.fail(AbstractJsonLexer.kt:530)
at kotlinx.serialization.json.internal.AbstractJsonLexer.fail$default(AbstractJsonLexer.kt:528)
at kotlinx.serialization.json.internal.AbstractJsonLexer.fail$kotlinx_serialization_json(AbstractJsonLexer.kt:224)
at kotlinx.serialization.json.internal.AbstractJsonLexer.unexpectedToken(AbstractJsonLexer.kt:207)
at kotlinx.serialization.json.internal.StringJsonLexer.consumeNextToken(StringJsonLexer.kt:76)
at kotlinx.serialization.json.internal.StreamingJsonDecoder.beginStructure(StreamingJsonDecoder.kt:97)
at org.fdroid.index.v2.FileV2$$serializer.deserialize(IndexV2.kt:47)
at org.fdroid.index.v2.FileV2$$serializer.deserialize(IndexV2.kt:47)
at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableValue(StreamingJsonDecoder.kt:70)
at kotlinx.serialization.internal.NullableSerializer.deserialize(NullableSerializer.kt:30)
at kotlinx.serialization.json.internal.StreamingJsonDecoder.decodeSerializableValue(StreamingJsonDecoder.kt:70)
at kotlinx.serialization.json.Json.decodeFromString(Json.kt:95)
at org.fdroid.index.v2.FileV2$Companion.deserialize(IndexV2.kt:123)
at org.fdroid.index.v2.FileV2.deserialize(IndexV2.kt:0)
at org.fdroid.fdroid.data.App.<init>(App.java:782)
at org.fdroid.fdroid.data.App$1.createFromParcel(App.java:798)
at org.fdroid.fdroid.data.App$1.createFromParcel(App.java:795)
at android.os.Parcel.readParcelableInternal(Parcel.java:4816)
at android.os.Parcel.readValue(Parcel.java:4567)
at android.os.Parcel.readValue(Parcel.java:4347)
at android.os.Parcel.-$$Nest$mreadValue(Unknown Source:0)
at android.os.Parcel$LazyValue.apply(Parcel.java:4445)
at android.os.Parcel$LazyValue.apply(Parcel.java:4404)
at android.os.BaseBundle.getValueAt(BaseBundle.java:394)
at android.os.BaseBundle.getValue(BaseBundle.java:374)
at android.os.BaseBundle.getValue(BaseBundle.java:357)
at android.os.BaseBundle.getValue(BaseBundle.java:350)
at android.os.Bundle.getParcelable(Bundle.java:913)
at android.content.Intent.getParcelableExtra(Intent.java:8942)
at org.fdroid.fdroid.net.DownloaderService.handleIntent(DownloaderService.java:179)
at org.fdroid.fdroid.net.DownloaderService.onHandleWork(DownloaderService.java:144)
at androidx.core.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:396)
at androidx.core.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:387)
at android.os.AsyncTask$3.call(AsyncTask.java:394)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
... 3 more
@