From 2ec99cffa0b8c8e81deb8102027800df9ac48257 Mon Sep 17 00:00:00 2001 From: bobokun Date: Mon, 7 Mar 2022 08:10:01 -0500 Subject: [PATCH] Fixes BHD Status "STREAM TRUNCATED" #113 --- modules/qbittorrent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/qbittorrent.py b/modules/qbittorrent.py index 78221df..a8ecbfb 100644 --- a/modules/qbittorrent.py +++ b/modules/qbittorrent.py @@ -510,7 +510,8 @@ class Qbt: 'PASSKEY IS INVALID', 'INVALID PASSKEY', 'EXPECTED VALUE (LIST, DICT, INT OR STRING) IN BENCODED STRING', - 'COULD NOT PARSE BENCODED DATA' + 'COULD NOT PARSE BENCODED DATA', + 'STREAM TRUNCATED' ] for torrent in self.torrentvalid: check_tags = util.get_list(torrent.tags)