java.io.IOException: No authentication challenges found ", I don't know how to fix this here's my logcat Error java.io.IOException: No authentication challenges found
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Stack Overflow by Minh Luân
, 1 year agovia Stack Overflow by pAppaya
, 2 years agovia Stack Overflow by lgdroid57
, 2 years agovia Stack Overflow by Pheonix
, 2 years agovia Stack Overflow by ftp27
, 2 years agovia Stack Overflow by selva_pollachi
, 2 years agojava.io.IOException: No authentication challenges found ", I don't know how to fix this here's my logcat Error java.io.IOException: No authentication challenges found
at libcore.net.http.HttpURLConnectionImpl.getAuthorizationCredentials(HttpURLConnectionImpl.java:436)
at libcore.net.http.HttpURLConnectionImpl.processAuthHeader(HttpURLConnectionImpl.java:416)
at libcore.net.http.HttpURLConnectionImpl.processResponseHeaders(HttpURLConnectionImpl.java:365)
at libcore.net.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:301)
at libcore.net.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:177)
at com.project.mluan.sunshine.FetchWeatherTask.doInBackground(FetchWeatherTask.java:391)
at com.project.mluan.sunshine.FetchWeatherTask.doInBackground(FetchWeatherTask.java:48)
at android.os.AsyncTask$2.call(AsyncTask.java:287)
at java.util.concurrent.FutureTask.run(FutureTask.java:234)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:856)