In my application i wrote code for connecting to the URL like below
InputStream inputStream = new URL(url).openStream();
i got the erro
Also, I had the case that you are passing a wrong url, and the app is looking to retrieve the data, but never finds it. Check your url, maybe if you correct it, just in case that it would be wrong, then the request would not throws you that error.