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

UnknownHostException when trying to initialize scraper. #2

Open
GoogleCodeExporter opened this issue Mar 22, 2016 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Using scraper.scrape method returns UnknownHostException.

URI uri = new URI("http://fastcast4u.com:9044");
streams = scraper.scrape(uri);

What is the expected output? What do you see instead?
- initialized streams variable.

What version of the product are you using? On what operating system?
latest. compiled as jar, put into Android project.

Please provide any additional information below.
I use it on Android but I doubt that has to do anything with the error.

Original issue reported on code.google.com by abalalov...@gmail.com on 4 Oct 2011 at 4:05

@GoogleCodeExporter
Copy link
Author

did you include the <uses-permission android:name="android.permission.INTERNET" 
/> permission

Original comment by confuciu...@gmail.com on 19 Apr 2014 at 1:45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant