我知道已经有人问过了,但我似乎找不到答案。scala/com/acheron/HTTPListenerActor.scala:51: error: could not find implicit value for parameter um: akka.http.scaladsl.unmarshalling.FromRequestUnmarshaller[com.acheron.Client]现在,这类错
我的JSON数据类型之一是递归的: name: String,Error:(49, 18) could not find implicit value for parameter um: spray.httpx.unmarshalling.FromRequestUnmarshaller[Container])spray.httpx.unmarshalling.
find implicit value for...FromRequestUnmarshaller[String] val json: JsObjectjsObjectFuture.map(_.as[String]) } }例如,在此中,默认情况下似乎应该提供此隐式功能但也许这在akka-http中是不同的?我尝试导入有stringUnmarshaller的
我正在尝试为akka http创建一个解组程序,从avro到一个定制的case类。但它给了我一个非常模糊的错误:“找不到隐含的价值”。我如何调试这个,或者让scala给我提示问题出在哪里?我的路线是这样的:
class MetricsRoute(implicit val system: ActorSystem, implicit val materializer: ActorMaterializer(): FromRequestUnmarshaller