Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. java.net.UnknownHostException: Unable to resolve host "www.omdapi.com": No address associated with hostname
  2. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.net.InetAddress.lookupHostByName(InetAddress.java:457)
  3. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
  4. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.net.InetAddress.getAllByName(InetAddress.java:215)
  5. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at com.android.okhttp.HostResolver$1.getAllByName(HostResolver.java:29)
  6. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:232)
  7. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:124)
  8. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:272)
  9. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:211)
  10. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:373)
  11. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:323)
  12. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:190)
  13. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at com.example.android.filminformation.DetailActivity$PlotTask.doInBackground(DetailActivity.java:68)
  14. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at com.example.android.filminformation.DetailActivity$PlotTask.doInBackground(DetailActivity.java:56)
  15. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at android.os.AsyncTask$2.call(AsyncTask.java:288)
  16. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  17. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
  18. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
  19. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  20. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.lang.Thread.run(Thread.java:818)
  21. 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname)
  22. 06-22 17:43:14.088 9386-9435/com.example.android.filminformation W/System.err﹕ at libcore.io.Posix.android_getaddrinfo(Native Method)
  23. 06-22 17:43:14.088 9386-9435/com.example.android.filminformation W/System.err﹕ at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  24. 06-22 17:43:14.088 9386-9435/com.example.android.filminformation W/System.err﹕ at java.net.InetAddress.lookupHostByName(InetAddress.java:438)
  25. 06-22 17:43:14.088 9386-9435/com.example.android.filminformation W/System.err﹕ ... 18 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement