score:7
Accepted answer
Looks like you need to inject a materializer in your controller
class MyController @Inject() (implicit val mat: Materializer) {}
Source: stackoverflow.com
Related Query
- Play 2.5 Migration Error: Custom Action with BodyParser: could not find implicit value for parameter mat: akka.stream.Materializer
- Play 2.5 with Akka - could not find implicit value for parameter timeout: akka.util.Timeout
- Implementing gradient descent with Scala and Breeze - error : could not find implicit value for parameter op:
- Play 2.4: Form: could not find implicit value for parameter messages: play.api.i18n.Messages
- Scala, Play Framework Slick issue - could not find implicit value for parameter rconv
- Slick error while compiling table definitions: could not find implicit value for parameter tm
- Scala error Could not find implicit value for parameter
- Play Framework 2.2 - could not find implicit value for parameter timeout
- Scala: could not find implicit without val, but ambiguous implicits with val
- Scala compile error - could not find implicit value for evidence parameter of type
- ERROR KeyProviderCache: Could not find uri with key
- Using scalamock: Could not find implicit value for evidence parameter of type error
- Could not find implicit [...] parameter F: scalaz.Functor[Iterable] with Scalaz OptionT
- could not find implicit value for parameter c: anorm.Column[Float] Play Framework Scala
- Play 2.5: could not find implicit value for parameter messages: play.api.i18n.Messages
- Spark Error Running "stats()": could not find implicit value for parameter num: Numeric[Double]
- could not find implicit value for evidence parameter of type org.apache.flink.api.common.typeinfo.TypeInformation[...]
- "host not allowed" error when deploying a play framework application to Amazon AWS with Boxfuse
- Could not find implicit value for evidence parameter of type scala.reflect.ClassManifest[T]
- Could not find implicit value for parameter flash
- scalaz List[StateT].sequence - could not find implicit value for parameter n: scalaz.Applicative
- spray-json error: could not find implicit value for parameter um
- could not find implicit value for parameter e
- could not find implicit value for parameter system: akka.actor.ActorSystem
- saveTocassandra could not find implicit value for parameter rwf
- Scala higher kinded types in implicit def fails with "could not find implicit value"
- could not find implicit value for evidence parameter of type scalaz.Applicative
- Implicit Messages Provider instance was not found in Play framework with scala
- could not find implicit ...: akka.http.server.RoutingSetup
- Running scalaz-stream's Process gives could not find implicit value for parameter C: scalaz.Catchable[F2]?
More Query from same tag
- scala.swing: Trying to scale images to window size, but size returns 0
- How to configure ssl certificate on play framework?
- Creating Type Literals in scala eg. AplhaNumericString
- How to flatten a column in DataFrame
- Count instances of combination of columns in spark dataframe using scala
- MatchError for PartialFunctions composition with orElse
- How to discover the library that defines a class from sbt?
- Does playframework have some sort of a library to work with guice?
- Overcoming Scala Type Erasure For Function Argument of Higher-Order Function
- java.lang.RuntimeException: No main class detected - Docker
- FileUtil.copyMerge() in AWS S3
- Scala Mockito: allow only certain (i.e. whitelist) methods to be called
- How to designate a thread pool for actors
- How can I get all successors of a given node of a graph?
- Upload file after migration from play 2.1 to 2.6 doesn't work anymore
- What's the difference between LazyList and Stream in Scala?
- Spark can't read CSV file and convert to Dataset
- sbt Configuration vs Ivy configuration
- Why does Scala ConcurrentMap.putIfAbsent always try to put?
- Intellij: "Error running Scala Console: Cannot Start Process"
- Spark update column value in a Dataframe
- How to create Monocle lenses with sequences?
- Akka-Quartz-Scheduler, how to use cron expression
- Using options for auto-incrementing model ids in slick?
- Is this a Monad implementation?
- Dynamic typing and programming distributed systems
- Why is the error Conflicting cross-version suffixes?
- Make progress bar visible when query is loading. ScalaFx
- How to properly format the string in a new column of DataFrame?
- Scala: Enforce compile error on type alias mismatch