From de818c42049d9a88c0e4c0d4a4612181c6a0b8e9 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 20 Nov 2023 10:19:45 +0000 Subject: [PATCH] better error for failed imports --- pandora/archive/external.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/archive/external.py b/pandora/archive/external.py index be0b0a39..5f4ac3fd 100644 --- a/pandora/archive/external.py +++ b/pandora/archive/external.py @@ -205,6 +205,7 @@ def download(item_id, url, referer=None): f.extract_stream() status = True else: + logger.error("failed to import %s file already exists %s", url, oshash) status = 'file exists' if len(parts) == 1: add_subtitles(f.item, media, tmp)