-
Notifications
You must be signed in to change notification settings - Fork 0
Boilerpipe: java.lang.IllegalArgumentException: protocol = http host = null #32
Copy link
Copy link
Open
Description
Boilerpiping http://rss.nytimes.com/c/34625/f/640387/s/3fddccc0/sc/46/l/0Lbits0Bblogs0Bnytimes0N0C20A140C10A0C270Ctaxes0Eon0Einformation0Etechnologies0Ethreatening0Eeconomic0Egrowth0Ereport0Esays0C0Dpartner0Frss0Gemc0Frss/story01.htm Problem with [raw:Bits Blog: Taxes on Information Technologies Threatening Economic Growth, Report Says Especially in developing countries, the taxes are slowing corporate productivity and e-commerce, according to a nonpartisan research group in Washington., id:223, link:http://rss.nytimes.com/c/34625/f/640387/s/3fddccc0/sc/46/l/0Lbits0Bblogs0Bnytimes0N0C20A140C10A0C270Ctaxes0Eon0Einformation0Etechnologies0Ethreatening0Eeconomic0Egrowth0Ereport0Esays0C0Dpartner0Frss0Gemc0Frss/story01.htm] java.lang.IllegalArgumentException: protocol = http host = null at sun.net.spi.DefaultProxySelector.select(DefaultProxySelector.java:170) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:926) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:850) at sun.net.www.protocol.http.HttpURLConnection.followRedirect(HttpURLConnection.java:2398) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1557) at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2678) at java.net.URLConnection.getContentType(URLConnection.java:522) at de.l3s.boilerpipe.sax.HTMLFetcher.fetch(HTMLFetcher.java:35) at de.l3s.boilerpipe.extractors.ExtractorBase.getText(ExtractorBase.java:87) at de.l3s.boilerpipe.extractors.ExtractorBase$getText.call(Unknown Source) at thepieuvre.extractor.Extractor.boilerpipe(Extractor.groovy:78) at thepieuvre.extractor.Extractor.extracting(Extractor.groovy:92) at thepieuvre.extractor.Extractor$extracting$0.callCurrent(Unknown Source) at thepieuvre.extractor.Extractor.redisMode(Extractor.groovy:124) at thepieuvre.extractor.Extractor$redisMode.call(Unknown Source) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108
Reactions are currently unavailable