diff options
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py index f31aa43f8..216f59853 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -220,6 +220,8 @@ class DownloadThread(PluginThread): code = 0 msg = e.args + self.m.log.debug("pycurl exception %s: %s" % (code, msg)) + if code in (7, 18, 28, 52, 56): self.m.log.warning(_("Couldn't connect to host or connection resetted waiting 1 minute and retry.")) wait = time() + 60 |