From 9782c8f845fd8d52c7dee057aaad87d5d123cd7f Mon Sep 17 00:00:00 2001 From: Goldy <153996346+g0ldyy@users.noreply.github.com> Date: Sun, 21 Jul 2024 17:22:36 +0200 Subject: [PATCH] Torrentio IP blacklist infos --- comet/utils/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comet/utils/general.py b/comet/utils/general.py index d540924..e12a8a5 100644 --- a/comet/utils/general.py +++ b/comet/utils/general.py @@ -341,7 +341,7 @@ async def get_torrentio(log_name: str, type: str, full_id: str logger.info(f"{len(results)} torrents found for {log_name} with Torrentio") except Exception as e: logger.warning( - f"Exception while getting torrents for {log_name} with Torrentio: {e}" + f"Exception while getting torrents for {log_name} with Torrentio, your IP is most likely blacklisted (you should try proxying Comet): {e}" ) pass