diff --git a/src/trackers/MTV.py b/src/trackers/MTV.py index 5aef4e99..b4c1c8c6 100644 --- a/src/trackers/MTV.py +++ b/src/trackers/MTV.py @@ -172,7 +172,8 @@ async def upload_with_retry(self, meta, cookiefile, common, img_host_index=1): if "authkey.php" in response.url: console.print("[red]No DL link in response, It may have uploaded, check manually.") else: - console.print("[red]Upload Failed. It doesn't look like you are logged in.") + console.print("[red]Upload Failed. Either you are not logged in......") + console.print("[red]or you are hitting this site bug: https://www.morethantv.me/forum/thread/3338?") except Exception: console.print("[red]It may have uploaded, check manually.") print(traceback.print_exc())