io.ktor.client.call.NoTransformationFoundException: No transformation found: class io.ktor.utils.io.a (Kotlin reflection is not available) -> interface java.util.List (Kotlin reflection is not available) #115

Closed
opened 2022-12-18 19:57:55 +00:00 by AmineB · 0 comments
Owner
io.ktor.client.call.NoTransformationFoundException: No transformation found: class io.ktor.utils.io.a (Kotlin reflection is not available) -> interface java.util.List (Kotlin reflection is not available)
with response from XXXXX/items?type=unread&items=200&offset=0:
status: 200 OK
response headers: 
content-security-policy: default-src 'self'; frame-src 'none'; object-src 'none'; style-src 'self' 'nonce-v8qUuHPdcHHLWTuT5FSsvXNkeizD3nUE'; frame-ancestors 'none'; base-uri 'self'
, content-type: text/html; charset=utf-8
, date: Tue, 06 Dec 2022 17:18:19 GMT
, permissions-policy: interest-cohort=()
, referrer-policy: strict-origin-when-cross-origin
, server: nginx/1.18.0 (Ubuntu)
, transfer-encoding: chunked
, x-content-type-options: nosniff
, x-frame-options: SAMEORIGIN
, x-xss-protection: 1; mode=block

	at io.ktor.client.call.HttpClientCall.bodyNullable(HttpClientCall.java:93)
	at bou.amine.apps.readerforselfossv2.rest.SelfossApi.getItems(SelfossApi.java:320)
	at bou.amine.apps.readerforselfossv2.rest.SelfossApi$getItems$1.C(SelfossApi.java:19)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:33)
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.java:138)
	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.java:112)
	at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.java:14)
	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.java:62)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:46)
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.java:138)
	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.java:112)
	at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.java:14)
	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.java:62)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:46)
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.java:138)
	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.java:112)
	at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.java:14)
	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.java:62)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:46)
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.java:138)
	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.java:112)
	at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.java:14)
	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.java:62)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:46)
	at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.java:138)
	at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.java:112)
	at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.java:14)
	at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.java:62)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:46)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.java:106)
	at android.os.Handler.handleCallback(Handler.java:938)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:226)
	at android.os.Looper.loop(Looper.java:313)
	at android.app.ActivityThread.main(ActivityThread.java:8751)
	at java.lang.reflect.Method.invoke(Method.java)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)
	Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [v2{Cancelling}@5215d50, Dispatchers.Main]
``` io.ktor.client.call.NoTransformationFoundException: No transformation found: class io.ktor.utils.io.a (Kotlin reflection is not available) -> interface java.util.List (Kotlin reflection is not available) with response from XXXXX/items?type=unread&items=200&offset=0: status: 200 OK response headers: content-security-policy: default-src 'self'; frame-src 'none'; object-src 'none'; style-src 'self' 'nonce-v8qUuHPdcHHLWTuT5FSsvXNkeizD3nUE'; frame-ancestors 'none'; base-uri 'self' , content-type: text/html; charset=utf-8 , date: Tue, 06 Dec 2022 17:18:19 GMT , permissions-policy: interest-cohort=() , referrer-policy: strict-origin-when-cross-origin , server: nginx/1.18.0 (Ubuntu) , transfer-encoding: chunked , x-content-type-options: nosniff , x-frame-options: SAMEORIGIN , x-xss-protection: 1; mode=block at io.ktor.client.call.HttpClientCall.bodyNullable(HttpClientCall.java:93) at bou.amine.apps.readerforselfossv2.rest.SelfossApi.getItems(SelfossApi.java:320) at bou.amine.apps.readerforselfossv2.rest.SelfossApi$getItems$1.C(SelfossApi.java:19) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:33) at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.java:138) at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.java:112) at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.java:14) at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.java:62) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:46) at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.java:138) at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.java:112) at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.java:14) at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.java:62) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:46) at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.java:138) at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.java:112) at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.java:14) at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.java:62) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:46) at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.java:138) at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.java:112) at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.java:14) at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.java:62) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:46) at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.java:138) at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.java:112) at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.java:14) at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.java:62) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl.java:46) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.java:106) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:226) at android.os.Looper.loop(Looper.java:313) at android.app.ActivityThread.main(ActivityThread.java:8751) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135) Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [v2{Cancelling}@5215d50, Dispatchers.Main] ```
AmineB added the
Type = Bug
label 2022-12-18 19:57:55 +00:00
AmineB added this to the Dev project 2022-12-18 19:57:55 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Louvorg/ReaderForSelfoss-multiplatform#115
No description provided.