Bug #76989
Bug #65795: Hoster: uploaded.to - Free
Hoster: uploaded.to - Free |PLUGIN_DEFECT-Error: c5d2c91678bce9a47457fb6a14d00853
Status: | Closed | Start date: | 01/31/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hoster | |||
Target version: | - | |||
Resolution: |
Description
PLUGIN_DEFECT-Error Detected
Error ID c5d2c91678bce9a47457fb6a14d00853 Plugin uploaded.to Account free Revision 32326
Probably the same Bug(s):¶
PLUGIN_DEFECT e5e849a6309d57e75e4447f2dd37f1f5 #76876
Stacktrace:¶
IDV1: uploaded.to-free jd.plugins.hoster.Uploadedto java.awt.HeadlessException java.awt.MouseInfo.getPointerInfo(MouseInfo.java:74) org.jdownloader.gui.helpdialogs.HelpDialog.getMouseLocation(HelpDialog.java:31) jd.plugins.PluginForHost.handleCaptchaChallenge(PluginForHost.java:382) jd.plugins.PluginForHost.getCaptchaCode(PluginForHost.java:306) jd.plugins.PluginForHost.getCaptchaCode(PluginForHost.java:292) jd.plugins.hoster.Uploadedto.doFree(Uploadedto.java:848)
Source Code:¶
IDV1: uploaded.to-free jd.plugins.hoster.Uploadedto java.awt.HeadlessException java.awt.MouseInfo.getPointerInfo(MouseInfo.java:74) org.jdownloader.gui.helpdialogs.HelpDialog.getMouseLocation( Line 28: } Line 29: Line 30: public static Point getMouseLocation() { Line 31: >> PointerInfo pointerInfo = MouseInfo.getPointerInfo(); Line 32: if (pointerInfo == null) { Line 33: return null; Line 34: } ) jd.plugins.PluginForHost.handleCaptchaChallenge( Line 379: case SINGLE: Line 380: CaptchaBlackList.getInstance().add(new BlockDownloadCaptchasByLink(getDownloadLink())); Line 381: if (CFG_GUI.HELP_DIALOGS_ENABLED.isEnabled()) { Line 382: >> HelpDialog.show(false, true, HelpDialog.getMouseLocation(), "SKIPPEDHOSTER", Dialog.STYLE_SHOW_DO_NOT_DISPLAY_AGAIN, _GUI._.ChallengeDialogHandler_viaGUI_skipped_help_title(), _GUI._.ChallengeDialogHandler_viaGUI_skipped_help_msg(), NewTheme.I().getIcon("skipped", 32)); Line 383: } Line 384: break; Line 385: case TIMEOUT: ) jd.plugins.PluginForHost.getCaptchaCode( Line 303: } Line 304: final BasicCaptchaChallenge c = createChallenge(method, copy, flag, link, defaultValue, explain); Line 305: Line 306: >> return handleCaptchaChallenge(link, c); Line 307: } Line 308: Line 309: private File copyCaptcha(String method, File file) throws Exception { ) jd.plugins.PluginForHost.getCaptchaCode( Line 289: } Line 290: Line 291: public String getCaptchaCode(final String methodname, final File captchaFile, final DownloadLink downloadLink) throws Exception { Line 292: >> return getCaptchaCode(methodname, captchaFile, 0, downloadLink, null, null); Line 293: } Line 294: Line 295: protected String getCaptchaCode(final String method, File file, final int flag, final DownloadLink link, final String defaultValue, final String explain) throws Exception { ) jd.plugins.hoster.Uploadedto.doFree( Line 845: for (int i = 0; i <= 15; i++) { Line 846: final File cf = rc.downloadCaptcha(getLocalCaptchaFile()); Line 847: Line 848: >> String c = getCaptchaCode("recaptcha", cf, downloadLink); Line 849: Line 850: if (c == null || c.length() == 0) { Line 851: rc.reload(); )