Skip to content

Commit

Permalink
Print feedback for MTV bug
Browse files Browse the repository at this point in the history
See #47
  • Loading branch information
Audionut committed Oct 11, 2024
1 parent 1e191b2 commit a8ac335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/trackers/MTV.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit a8ac335

Please sign in to comment.