Bug #75448
Bug #42889: Hoster: lolabits.es - Free
Hoster: lolabits.es - Free |PLUGIN_DEFECT-Error: a7bb48a4395b33170c28c73793cfffe9
Status: | Closed | Start date: | 11/16/2015 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hoster | |||
Target version: | - | |||
Resolution: | Duplicate |
Description
PLUGIN_DEFECT-Error Detected
Error ID a7bb48a4395b33170c28c73793cfffe9 Plugin lolabits.es Account free Revision 29846
Probably the same Bug(s):¶
PLUGIN_DEFECT 0cf6e53cd096401c13a19dedcd2123de #75660
Stacktrace:¶
IDV1: lolabits.es-free jd.plugins.hoster.LolaBitsEs java.lang.NullPointerException: url is null jd.http.Browser.getURL(Browser.java:1268) jd.http.Browser.createGetRequest(Browser.java:775) jd.http.Browser.getPage(Browser.java:1187) jd.plugins.hoster.LolaBitsEs.requestFileInformation(LolaBitsEs.java:69)
Source Code:¶
IDV1: lolabits.es-free jd.plugins.hoster.LolaBitsEs java.lang.NullPointerException: url is null jd.http.Browser.getURL( Line 1265: string = this.getRedirectLocation(); Line 1266: } Line 1267: if (string == null) { Line 1268: >> throw new NullPointerException("url is null"); Line 1269: } Line 1270: try { Line 1271: /* this checks if string contains a full/correct URL */ ) jd.http.Browser.createGetRequest( Line 772: } Line 773: Line 774: public Request createGetRequest(String url) throws IOException { Line 775: >> return new GetRequest(this.getURL(url)); Line 776: } Line 777: Line 778: public Request createHeadRequest(String url) throws IOException { ) jd.http.Browser.getPage( Line 1184: } Line 1185: Line 1186: public String getPage(final String string) throws IOException { Line 1187: >> return this.loadConnection(this.openRequestConnection(this.createGetRequest(string))).getHTMLSource(); Line 1188: } Line 1189: Line 1190: public String getPage(Request request) throws IOException { ) 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: } )