From add5ed05b2862b38d9504997dbf6908ba0ca3b2f Mon Sep 17 00:00:00 2001 From: bobokun Date: Wed, 12 Jan 2022 08:36:01 -0500 Subject: [PATCH] add additional ignore msg to BHD integration --- modules/qbittorrent.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/qbittorrent.py b/modules/qbittorrent.py index 51ae85b..5af1618 100644 --- a/modules/qbittorrent.py +++ b/modules/qbittorrent.py @@ -482,7 +482,10 @@ class Qbt: 'TORRENT IS NOT AUTHORIZED FOR USE ON THIS TRACKER' ] ignore_msgs = [ - 'YOU HAVE REACHED THE CLIENT LIMIT FOR THIS TORRENT' + 'YOU HAVE REACHED THE CLIENT LIMIT FOR THIS TORRENT', + 'MISSING PASSKEY', + 'MISSING INFO_HASH', + 'PASSKEY IS INVALID' ] for torrent in self.torrentvalid: check_tags = util.get_list(torrent.tags)