Bug #75407
Bug #65795: Hoster: uploaded.to - Free
Hoster: uploaded.to - Free |PLUGIN_DEFECT-Error: 05cec415e847f37f6c189aa86c949564
Status: | Closed | Start date: | 11/15/2015 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hoster | |||
Target version: | - | |||
Resolution: |
Description
PLUGIN_DEFECT-Error Detected
Error ID 05cec415e847f37f6c189aa86c949564 Plugin uploaded.to Account free Revision 31931
Stacktrace:¶
IDV1: uploaded.to-free jd.plugins.hoster.Uploadedto PluginException: null(ERROR_PLUGIN_DEFECT) jd.plugins.hoster.Uploadedto.doFree(Uploadedto.java:918)
Source Code:¶
IDV1: uploaded.to-free jd.plugins.hoster.Uploadedto PluginException: null(ERROR_PLUGIN_DEFECT) jd.plugins.hoster.Uploadedto.doFree( Line 915: } Line 916: if (dl.getConnection().getResponseCode() == 508) { Line 917: throw new PluginException(LinkStatus.ERROR_TEMPORARILY_UNAVAILABLE, "ServerError(508)", 30 * 60 * 1000l); Line 918: >> } Line 919: if (br.containsHTML("try again later")) { Line 920: throw new PluginException(LinkStatus.ERROR_TEMPORARILY_UNAVAILABLE, "ServerError", 30 * 60 * 1000l); Line 921: } )