Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- java.net.UnknownHostException: Unable to resolve host "www.omdapi.com": No address associated with hostname
- 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.net.InetAddress.lookupHostByName(InetAddress.java:457)
- 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
- 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.net.InetAddress.getAllByName(InetAddress.java:215)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at android.os.AsyncTask$2.call(AsyncTask.java:288)
- 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.util.concurrent.FutureTask.run(FutureTask.java:237)
- 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)
- 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
- 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)
- 06-22 17:43:14.087 9386-9435/com.example.android.filminformation W/System.err﹕ at java.lang.Thread.run(Thread.java:818)
- 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)
- 06-22 17:43:14.088 9386-9435/com.example.android.filminformation W/System.err﹕ at libcore.io.Posix.android_getaddrinfo(Native Method)
- 06-22 17:43:14.088 9386-9435/com.example.android.filminformation W/System.err﹕ at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
- 06-22 17:43:14.088 9386-9435/com.example.android.filminformation W/System.err﹕ at java.net.InetAddress.lookupHostByName(InetAddress.java:438)
- 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