Bug #79673
Bug #15298: Hoster: keep2share.cc - Free
Hoster: keep2share.cc - Free |PLUGIN_DEFECT-Error: 3b34a2386e583fe70b856d180a86973b
Status: | Closed | Start date: | 06/29/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hoster | |||
Target version: | - | |||
Resolution: |
Description
PLUGIN_DEFECT-Error Detected
Error ID 3b34a2386e583fe70b856d180a86973b Plugin keep2share.cc Account free Revision 3410834259
Stacktrace:¶
IDV1: keep2share.cc-free jd.plugins.hoster.Keep2ShareCc PluginException: null(ERROR_PLUGIN_DEFECT) jd.plugins.hoster.K2SApi.handleDownload(K2SApi.java:477)
Source Code:¶
IDV1: keep2share.cc-free jd.plugins.hoster.Keep2ShareCc PluginException: null(ERROR_PLUGIN_DEFECT) jd.plugins.hoster.K2SApi.handleDownload( Line 474: postPageRaw(br, "/geturl", "{\"file_id\":\"" + fuid + "\",\"free_download_key\":null,\"captcha_challenge\":\"" + challenge + "\",\"captcha_response\":\"" + JSonUtils.escape(code) + "\"}", account); Line 475: final String free_download_key = getJson("free_download_key"); Line 476: if (inValidate(free_download_key)) { Line 477: >> throw new PluginException(LinkStatus.ERROR_PLUGIN_DEFECT); Line 478: } Line 479: if (!inValidate(getJson("time_wait"))) { Line 480: sleep(Integer.parseInt(getJson("time_wait")) * 1001l, downloadLink); )