Bug #77953
Bug #42889: Hoster: lolabits.es - Free
Hoster: lolabits.es - Free |PLUGIN_DEFECT-Error: 6223eb45a36d403281e87143f57acece
Status: | Closed | Start date: | 03/13/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hoster | |||
Target version: | - | |||
Resolution: |
Description
PLUGIN_DEFECT-Error Detected
Error ID 6223eb45a36d403281e87143f57acece Plugin lolabits.es Account free Revision 32821
Probably the same Bug(s):¶
PLUGIN_DEFECT 928b6f1db2d29f3d07f2e50f9ebb2122 #77757
Stacktrace:¶
IDV1: lolabits.es-free jd.plugins.hoster.LolaBitsEs java.lang.NullPointerException: location is null jd.http.Browser.getURL(Browser.java:1298) jd.http.Browser.createGetRequest(Browser.java:746) jd.http.Browser.getPage(Browser.java:1212) 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.getURL( Line 1295: location = this.getRedirectLocation(); Line 1296: } Line 1297: if (location == null) { Line 1298: >> throw new NullPointerException("location is null"); Line 1299: } Line 1300: try { Line 1301: return new URL(location.replaceAll(" ", "%20")); ) jd.http.Browser.createGetRequest( Line 743: } Line 744: Line 745: public GetRequest createGetRequest(String url) throws IOException { Line 746: >> return new GetRequest(this.getURL(url)); Line 747: } Line 748: Line 749: public HeadRequest createHeadRequest(String url) throws IOException { ) jd.http.Browser.getPage( Line 1209: } Line 1210: Line 1211: public String getPage(final String string) throws IOException { Line 1212: >> return this.getPage(this.createGetRequest(string)); Line 1213: } Line 1214: Line 1215: 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 8999642995541 NO Sat Feb 20 19:21:09 CET 2016 [LogTool] 4559542995541 Yes Sat Feb 20 19:20:59 CET 2016 [LogTool]