Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to resolve host "sit30.ru": No address associated with hostname #37

Closed
codeitnos opened this issue Jul 14, 2016 · 7 comments
Closed
Assignees

Comments

@codeitnos
Copy link

Exception java.lang.RuntimeException: An error occurred while executing doInBackground()
android.os.AsyncTask$3.done (AsyncTask.java:309)
java.util.concurrent.FutureTask.finishCompletion (FutureTask.java:354)
java.util.concurrent.FutureTask.setException (FutureTask.java:223)
java.util.concurrent.FutureTask.run (FutureTask.java:242)
android.os.AsyncTask$SerialExecutor$1.run (AsyncTask.java:234)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1113)
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
java.lang.Thread.run (Thread.java:818)
arrow_drop_down
Caused by java.lang.RuntimeException: java.lang.RuntimeException: java.net.UnknownHostException: Unable to resolve host "sit30.ru": No address associated with hostname
com.github.javiersantos.appupdater.RssParser.parse (RssParser.java:33)
com.github.javiersantos.appupdater.UtilsLibrary.getLatestAppVersionXml (UtilsLibrary.java:201)
com.github.javiersantos.appupdater.UtilsAsync$LatestAppVersion.doInBackground (UtilsAsync.java:57)
com.github.javiersantos.appupdater.UtilsAsync$LatestAppVersion.doInBackground (UtilsAsync.java:13)
android.os.AsyncTask$2.call (AsyncTask.java:295)
java.util.concurrent.FutureTask.run (FutureTask.java:237)
android.os.AsyncTask$SerialExecutor$1.run (AsyncTask.java:234)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1113)
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
java.lang.Thread.run (Thread.java:818)
arrow_drop_down
Caused by java.lang.RuntimeException: java.net.UnknownHostException: Unable to resolve host "sit30.ru": No address associated with hostname
com.github.javiersantos.appupdater.RssParser.getInputStream (RssParser.java:41)
com.github.javiersantos.appupdater.RssParser.parse (RssParser.java:30)
com.github.javiersantos.appupdater.UtilsLibrary.getLatestAppVersionXml (UtilsLibrary.java:201)
com.github.javiersantos.appupdater.UtilsAsync$LatestAppVersion.doInBackground (UtilsAsync.java:57)
com.github.javiersantos.appupdater.UtilsAsync$LatestAppVersion.doInBackground (UtilsAsync.java:13)
android.os.AsyncTask$2.call (AsyncTask.java:295)
java.util.concurrent.FutureTask.run (FutureTask.java:237)
android.os.AsyncTask$SerialExecutor$1.run (AsyncTask.java:234)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1113)
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
java.lang.Thread.run (Thread.java:818)

@javiersantos
Copy link
Owner

javiersantos commented Jul 14, 2016

Have you added the permissions in your AndroidManifest.xml?

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

@codeitnos
Copy link
Author

I have written all this!
I just did not have internet on your phone!

@codeitnos
Copy link
Author

javiersantos, will be a decision in the near future?

@javiersantos javiersantos self-assigned this Jul 22, 2016
@javiersantos
Copy link
Owner

I'm not able to reproduce this Exception (even when using the Airplane mode). Could you paste the builder that you are using so I can reproduce your issue?

@codeitnos
Copy link
Author

Specify not from the existence of the domain sit30433.ru

@codeitnos
Copy link
Author

Well, you got to call the error using fake web address?

@codeitnos
Copy link
Author

???

pylerSM added a commit to pylerSM/AppUpdater that referenced this issue Aug 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants