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
When using the new zio-http 2.0.0-RC11 release I'm seeing the following exception on all requests handled by my caliban zio-http service (which uses tapir under the hood):
java.lang.NoSuchMethodError: 'zio.ZIO zhttp.http.Request.body()'
at sttp.tapir.server.ziohttp.ZioHttpRequestBody.asByteArray(ZioHttpRequestBody.scala:36)
at sttp.tapir.server.ziohttp.ZioHttpRequestBody.toRaw(ZioHttpRequestBody.scala:22)
at sttp.tapir.server.ziohttp.ZioHttpRequestBody.toRaw(ZioHttpRequestBody.scala:18)
at sttp.tapir.server.interpreter.ServerInterpreter.$anonfun$decodeBody$1(ServerInterpreter.scala:170)
at sttp.monad.syntax$MonadErrorOps.flatMap(MonadError.scala:61)
at sttp.tapir.server.interpreter.ServerInterpreter.decodeBody(ServerInterpreter.scala:170)
at sttp.tapir.server.interpreter.ServerInterpreter.decodeBody(ServerInterpreter.scala:145)
at sttp.tapir.server.interpreter.ServerInterpreter.$anonfun$tryServerEndpoint$10(ServerInterpreter.scala:124)
at sttp.tapir.server.interpreter.ServerInterpreter$ResultOrValue.$anonfun$flatMap$2(ServerInterpreter.scala:237)
at zio.internal.FiberRuntime.runLoop(FiberRuntime.scala:818)
Hi,
When using the new zio-http 2.0.0-RC11 release I'm seeing the following exception on all requests handled by my caliban zio-http service (which uses tapir under the hood):
Scala version: 2.13.8
tapir version: 1.0.6
zio version: 2.0.2
zio-http version: 2.0.0-RC11
caliban-zio-http version: 2.0.1
The text was updated successfully, but these errors were encountered: