Bug #78014
Bug #42889: Hoster: lolabits.es - Free
Hoster: lolabits.es - Free |PLUGIN_DEFECT-Error: 2db4e4fae60c3bd410f10b9b701b1814
Status: | Closed | Start date: | 03/16/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hoster | |||
Target version: | - | |||
Resolution: |
Description
PLUGIN_DEFECT-Error Detected
Error ID 2db4e4fae60c3bd410f10b9b701b1814 Plugin lolabits.es Account free Revision 32821
Stacktrace:¶
IDV1: lolabits.es-free jd.plugins.hoster.LolaBitsEs java.lang.IllegalArgumentException: location is null jd.http.Browser.getURL(Browser.java:1373) jd.http.Browser.createGetRequest(Browser.java:820) jd.http.Browser.getPage(Browser.java:1287) jd.plugins.hoster.LolaBitsEs.requestFileInformation(LolaBitsEs.java:69)
Source Code:¶
IDV1: lolabits.es-free jd.plugins.hoster.LolaBitsEs java.lang.IllegalArgumentException: location is null jd.http.Browser.getURL( Line 1370: throw new IllegalArgumentException("location is null"); Line 1371: } Line 1372: try { Line 1373: >> return Browser.fixPathTraversal(new URL(location.replaceAll(" ", "%20"))); Line 1374: } catch (final MalformedURLException e) { Line 1375: final Request lRequest = this.getRequest(); Line 1376: if (lRequest == null || lRequest.getHttpConnection() == null) { ) jd.http.Browser.createGetRequest( Line 817: public GetRequest createGetRequest(String url) throws IOException { Line 818: return new GetRequest(this.getURL(url)); Line 819: } Line 820: >> Line 821: public HeadRequest createHeadRequest(String url) throws IOException { Line 822: return new HeadRequest(this.getURL(url)); Line 823: } ) jd.http.Browser.getPage( Line 1284: return this.getPage(this.createGetRequest(string)); Line 1285: } Line 1286: Line 1287: >> public String getPage(Request request) throws IOException { Line 1288: return this.loadConnection(this.openRequestConnection(request)).getHTMLSource(); Line 1289: } Line 1290: ) 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 0115742995541 NO Sat Feb 20 19:21:15 CET 2016 [LogTool]