MCPcopy Index your code
hub / github.com/pyload/pyload / handle_errors

Method handle_errors

module/plugins/crypter/RelinkUs.py:212–220  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

210 return name, folder
211
212 def handle_errors(self):
213 if self.PASSWORD_ERROR_ROKEN in self.data:
214 self.fail(_("Wrong password"))
215
216 if self.captcha.task:
217 if self.CAPTCHA_ERROR_ROKEN in self.data:
218 self.retry_captcha()
219 else:
220 self.captcha.correct()
221
222 def handle_link_source(self, source):
223 if source == "cnl2":

Callers 1

decryptMethod · 0.95

Calls 4

_Function · 0.50
failMethod · 0.45
retry_captchaMethod · 0.45
correctMethod · 0.45

Tested by

no test coverage detected