Bug #77481
Bug #42889: Hoster: lolabits.es - Free
Hoster: lolabits.es - Free |PLUGIN_DEFECT-Error: b3d96351983de59e410480bf24bc1383
Status: | Closed | Start date: | 02/23/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hoster | |||
Target version: | - | |||
Resolution: |
Description
PLUGIN_DEFECT-Error Detected
Error ID b3d96351983de59e410480bf24bc1383 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:1426) jd.http.Browser.createGetRequest(Browser.java:866) jd.http.Browser.getPage(Browser.java:1327) 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 1423: location = this.getRedirectLocation(); Line 1424: } Line 1425: if (location == null) { Line 1426: >> throw new NullPointerException("location is null"); Line 1427: } Line 1428: try { Line 1429: final String fixedLocation = Browser.fixURL(location); ) jd.http.Browser.createGetRequest( Line 863: } Line 864: Line 865: public GetRequest createGetRequest(String url) throws IOException { Line 866: >> return new GetRequest(this.getURI(url)); Line 867: } Line 868: Line 869: public HeadRequest createHeadRequest(String url) throws IOException { ) jd.http.Browser.getPage( Line 1324: } Line 1325: Line 1326: public String getPage(final String string) throws IOException { Line 1327: >> return this.getPage(this.createGetRequest(string)); Line 1328: } Line 1329: Line 1330: 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: } )
Logs (only for developers):¶
ID Outdated Date Links 4935211113541 NO Mon Jan 18 10:58:45 CET 2016 [LogTool]