Xonshiz / anime-dl

Anime-dl is a command-line program to download anime from CrunchyRoll and Funimation.
MIT License
229 stars 37 forks source link

Latest Build 2019.05.26 - 24d1a38 will not login to CrunchyRoll #100

Closed axipher closed 5 years ago

axipher commented 5 years ago

The latest official build (exe) will not login to Crunchyroll, but @Nicnl offline build still works fine for Crunchyroll.

From error_log.txt

DEBUG: You have successfully set the Debugging On.
DEBUG: Arguments Provided : Namespace(input=['https://www.crunchyroll.com/boruto-naruto-next-generations'], language='Japanese', password=['********'], range='All', resolution=['1080p'], skip=False, username=['********'], verbose=True, version=False)
DEBUG: Operating System : Windows - 10 - 10.0.17763
DEBUG: Python Version : 2.7.14 (32bit)
DEBUG: Starting new HTTPS connection (1): www.crunchyroll.com:443
DEBUG: https://www.crunchyroll.com:443 "GET //login HTTP/1.1" 301 None
DEBUG: https://www.crunchyroll.com:443 "GET /login HTTP/1.1" 200 None
DEBUG: https://www.crunchyroll.com:443 "POST //login HTTP/1.1" 301 None
DEBUG: https://www.crunchyroll.com:443 "GET /login HTTP/1.1" 200 None
DEBUG: Starting new HTTPS connection (1): www.crunchyroll.com:443
DEBUG: https://www.crunchyroll.com:443 "GET / HTTP/1.1" 200 None

From Command Line:

Trying to login...
Let me check again...
Unable to Log you in. Check credentials again.
Failed Login!!!
Traceback (most recent call last):
  File "anime_dl\__main__.py", line 16, in <module>
  File "anime_dl\__main__.py", line 73, in Main
  File "anime_dl\Anime_dl.py", line 30, in __init__
  File "anime_dl\sites\crunchyroll.py", line 49, in __init__
NameError: global name 'exit' is not defined
[4408] Failed to execute script __main__