eltonkola / streamscraper

Automatically exported from code.google.com/p/streamscraper
0 stars 1 forks source link

UnknownHostException when trying to initialize scraper. #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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