SORU
19 ŞUBAT 2013, Salı


Play Çerçevesi örtülü bir ExecutionContext bulamıyor 2.1 -

Böyle bir Java eklentisi arıyorum:

WS
  .url(url)
  .get
  .map { response => // error occurs on this line
    response.status match {
      case 200 => Right(response.json)
      case status => Left(s"Problem accessing api, status '$status'")
  }
}

Tam hata: Error: Cannot find an implicit ExecutionContext, either require one yourself or import ExecutionContext.Implicits.global

CEVAP
19 ŞUBAT 2013, Salı


this issue göre belgelerinde sabittir. Aşağıdaki al: eklemek için gerekli

import play.api.libs.concurrent.Execution.Implicits._

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • huyked

    huyked

    28 Mart 2008
  • Jon Reed

    Jon Reed

    14 AĞUSTOS 2006
  • Vsauce

    Vsauce

    30 Temmuz 2007