Bug #76802
Bug #42889: Hoster: lolabits.es - Free
Hoster: lolabits.es - Free |PLUGIN_DEFECT-Error: a911547e1fdfafe7ff06f6915ad9a27f
Status: | Closed | Start date: | 01/22/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hoster | |||
Target version: | - | |||
Resolution: |
Description
PLUGIN_DEFECT-Error Detected
Error ID a911547e1fdfafe7ff06f6915ad9a27f Plugin lolabits.es Account free Revision 32821
Stacktrace:¶
IDV1: lolabits.es-free jd.plugins.hoster.LolaBitsEs java.lang.NullPointerException: location is null jd.http.Browser.getURI(Browser.java:1414) jd.http.Browser.createGetRequest(Browser.java:854) jd.http.Browser.getPage(Browser.java:1315) jd.plugins.hoster.LolaBitsEs.requestFileInformation(LolaBitsEs.java:69)
Source Code:¶
IDV1: lolabits.es-free jd.plugins.hoster.LolaBitsEs java.lang.NullPointerException: location is null jd.http.Browser.getURI( Line 1411: } Line 1412: } catch (URISyntaxException e) { Line 1413: throw new IOException(e); Line 1414: >> } Line 1415: } Line 1416: Line 1417: public boolean isCookiesExclusive() { ) jd.http.Browser.createGetRequest( Line 851: return new GetRequest(this.getURI(url)); Line 852: } Line 853: Line 854: >> public HeadRequest createHeadRequest(String url) throws IOException { Line 855: return new HeadRequest(this.getURI(url)); Line 856: } Line 857: ) jd.http.Browser.getPage( Line 1312: return this.getPage(this.createGetRequest(string)); Line 1313: } Line 1314: Line 1315: >> public String getPage(Request request) throws IOException { Line 1316: return this.loadConnection(this.openRequestConnection(request)).getHTMLSource(); Line 1317: } Line 1318: ) jd.plugins.hoster.LolaBitsEs.requestFileInformation( Line 66: this.setBrowserExclusive(); Line 67: br.setFollowRedirects(true); Line 68: br.getHeaders().put("User-Agent", "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36"); Line 69: >> br.getPage(link.getStringProperty("mainlink", null)); Line 70: if (br.containsHTML("class=\"noFile\"")) { Line 71: throw new PluginException(LinkStatus.ERROR_FILE_NOT_FOUND); Line 72: } )
Logs (only for developers):¶
ID Outdated Date Links 7582601113541 NO Mon Jan 18 10:57:42 CET 2016 [LogTool]