Skip to content

Commit

Permalink
Torrentio IP blacklist infos
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy authored Jul 21, 2024
1 parent bfafd72 commit 9782c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet/utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9782c8f

Please sign in to comment.