Torrentio IP blacklist infos

This commit is contained in:
Goldy
2024-07-21 17:22:36 +02:00
committed by GitHub
parent bfafd72f15
commit 9782c8f845
+1 -1
View File
@@ -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