Bug #75765
Bug #65795: Hoster: uploaded.to - Free
Hoster: uploaded.to - Free |PLUGIN_DEFECT-Error: 84def4db215737a68fd574590e7ab43f
Status: | Closed | Start date: | 11/22/2015 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hoster | |||
Target version: | - | |||
Resolution: |
Description
PLUGIN_DEFECT-Error Detected
Error ID 84def4db215737a68fd574590e7ab43f Plugin uploaded.to Account free Revision 32145
Stacktrace:¶
IDV1: uploaded.to-free jd.plugins.hoster.Uploadedto PluginException: null(ERROR_PLUGIN_DEFECT) jd.plugins.hoster.Uploadedto.doFree(Uploadedto.java:831)
Source Code:¶
IDV1: uploaded.to-free jd.plugins.hoster.Uploadedto PluginException: null(ERROR_PLUGIN_DEFECT) jd.plugins.hoster.Uploadedto.doFree( Line 828: if ("No htmlCode read".equalsIgnoreCase(br.toString())) { Line 829: throw new PluginException(LinkStatus.ERROR_TEMPORARILY_UNAVAILABLE, "ServerError", 30 * 60 * 1000l); Line 830: } Line 831: >> throw new PluginException(LinkStatus.ERROR_PLUGIN_DEFECT); Line 832: } Line 833: if (dl.getConnection().getResponseCode() == 404) { Line 834: br.followConnection(); )