Krystian Kaniowski
09/17/2024, 11:24 AM2024-09-17 13:21:58.821 [eventLoopGroupProxy-4-4] TRACE Application - Failed to decode request
java.lang.IllegalArgumentException: invalid version format: Ø
¥ÛÞ¬É'(`È<D#Ù{)ËÖ¶ 13;|°ÝÕP*ִܶ)ØGG(Ÿ¬ÓÐQK
>À,À0̨̩̪À+À/À$À(KÀ#À'GÀ
at io.netty.handler.codec.http.HttpVersion.<init>(HttpVersion.java:123)
at io.netty.handler.codec.http.HttpVersion.valueOf(HttpVersion.java:85)
at io.netty.handler.codec.http.HttpRequestDecoder.createMessage(HttpRequestDecoder.java:200)
at io.netty.handler.codec.http.HttpObjectDecoder.decode(HttpObjectDecoder.java:354)
....
I found similiar issue https://youtrack.jetbrains.com/issue/KTOR-2858/Getting-error-ktor.application-Failed-to-[…]created-ktor-project-with-the-latest-idea-eap2.1.2.4416.7, but here I don't see anything what I can drop.
Do you meet this issue or know how to solve it?Krystian Kaniowski
09/17/2024, 11:27 AM2024-09-17 13:23:48.061 [eventLoopGroupProxy-4-6] TRACE Application - Failed to decode request
java.lang.IllegalArgumentException: text is empty (possibly HTTP/0.9)
at io.netty.handler.codec.http.HttpVersion.valueOf(HttpVersion.java:72)
at io.netty.handler.codec.http.HttpRequestDecoder.createMessage(HttpRequestDecoder.java:200)
at io.netty.handler.codec.http.HttpObjectDecoder.decode(HttpObjectDecoder.java:354)
Krystian Kaniowski
09/17/2024, 11:28 AMKrystian Kaniowski
09/17/2024, 11:29 AMKrystian Kaniowski
09/17/2024, 12:01 PMAleksei Tirman [JB]
09/17/2024, 12:46 PM