Bug #77757
Bug #42889: Hoster: lolabits.es - Free
Hoster: lolabits.es - Free |PLUGIN_DEFECT-Error: 928b6f1db2d29f3d07f2e50f9ebb2122
Status: | Closed | Start date: | 03/03/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hoster | |||
Target version: | - | |||
Resolution: | Duplicate |
Description
PLUGIN_DEFECT-Error Detected
Error ID 928b6f1db2d29f3d07f2e50f9ebb2122 Plugin lolabits.es Account free Revision 32821
Probably the same Bug(s):¶
PLUGIN_DEFECT 6223eb45a36d403281e87143f57acece #77953
Stacktrace:¶
IDV1: lolabits.es-free jd.plugins.hoster.LolaBitsEs java.lang.NullPointerException: location is null jd.http.Browser.getURL(Browser.java:1282) jd.http.Browser.createGetRequest(Browser.java:730) jd.http.Browser.getPage(Browser.java:1196) 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 1279: location = this.getRedirectLocation(); Line 1280: } Line 1281: if (location == null) { Line 1282: >> throw new NullPointerException("location is null"); Line 1283: } Line 1284: try { Line 1285: return new URL(location.replaceAll(" ", "%20")); ) jd.http.Browser.createGetRequest( Line 727: } Line 728: Line 729: public GetRequest createGetRequest(String url) throws IOException { Line 730: >> return new GetRequest(this.getURL(url)); Line 731: } Line 732: Line 733: public HeadRequest createHeadRequest(String url) throws IOException { ) jd.http.Browser.getPage( Line 1193: } Line 1194: Line 1195: public String getPage(final String string) throws IOException { Line 1196: >> return this.getPage(this.createGetRequest(string)); Line 1197: } Line 1198: Line 1199: 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 4559542995541 NO Sat Feb 20 19:20:59 CET 2016 [LogTool] 8999642995541 Yes Sat Feb 20 19:21:09 CET 2016 [LogTool]