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

Can't download anything (503 error) #31

Closed ghost closed 6 years ago

Xonshiz commented 6 years ago

Seems like crunchy or Cloudflare made some changes somewhere. Will take time to check it out.

leptoid commented 6 years ago

The error has changed... I was getting the same as him. Tried on 2 machines where it was working fine before. On, this is on Winx64 with anime-dl.exe, current and previous versions. Premium Login at website works fine, just not with this.

c:\anime-dl>anime-dl -u private -p private -r 480p -i http://www.crunchyroll.com/black-clover/episode-15-the-diamond-mage-758893
Trying to login...
Couldn't connect to the login page...
Website returned : 503
Traceback (most recent call last):
  File "anime_dl\__main__.py", line 19, in <module>
  File "anime_dl\__main__.py", line 73, in main
  File "anime_dl\AnimeDL.py", line 29, in __init__
  File "anime_dl\sites\crunchyroll.py", line 46, in __init__
TypeError: 'NoneType' object is not iterable
Failed to execute script __main__

c:\anime-dl>
Xonshiz commented 6 years ago

Guys, please do check the latest push. Things should've been fixed now. They're working on my end. If you're trying this behind a proxy, then try without proxy and check.

mynameisyo commented 6 years ago

hey , i got problem when download finished i cant find the episode on folder 'output' and i got this message https://imgur.com/NEuZjRd.jpg

leptoid commented 6 years ago

@Xonshiz - It logs in now, but the end result no longer multiplexes the files. They just get deleted.

See @mynameisyo's post above this one for details.

mynameisyo commented 6 years ago

@leptoid , now it works fine with me somehow lol

leptoid commented 6 years ago

It is an issue with subs. Only happens with some. I will make a new post for it.

Xonshiz commented 6 years ago

I've tried downloading some videos from crunchyroll before posting and it's working just fine for me. That error relating to "ar" is an error in mkvmerge.exe command. I think I've got the wrong language code for arabian as ar.

leptoid commented 6 years ago

Yeah, it is arabic subtitle related. I was troubleshooting it today while writing a 8 page college paper containing 3 corporate policies. gah... essentially, anytime a subtitle with arME.ass is downloaded, it won't mux. It errors and continues on with the script by deleting. Not all shows have it which is why @mynameisyo say sit is working now. Here are some that do:

Boruto
The Ancient Magus
Darling In The Franxx

I planned on looking at the code later, seeing if I can "learn to code like a champion!" and fix that part. I can't code... though I have had some programming so I understand parts, and I can repair parts sometimes. I will let you know here if I figure something out. Otherwise, if people delete the arME.ass subtitle file before it tries to multiplex, it all works fine. Either way, I appreciate you fixing the issue listed above. My connection really hates streaming.

Xonshiz commented 6 years ago

Thanks for the detailed Info. I just need to fix one thing and it'll work. I'll cross check this on my end and will release an update in a day or so.

Xonshiz commented 6 years ago

@leptoid could you please open a new issue for this Arabic subs thing? This #31 has been fixed and arabic subs problem is a different problem. It's hard to remember which issue is where.