Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't download anything #101

Open
Jougan opened this issue Jun 10, 2019 · 0 comments
Open

Can't download anything #101

Jougan opened this issue Jun 10, 2019 · 0 comments

Comments

@Jougan
Copy link

Jougan commented Jun 10, 2019

I am on the latest update and even tried master build. I have ffmpeg, mkvmerge. rtmdump in the same folder as anime_dl.exe. I have tried a few episodes and got the same error

Command Line Argument: anime_dl.exe -i "https://www.crunchyroll.com/naruto-shippuden/episode-80-last-words-522202" -u xxxxxxxx -p xxxxxxx -r "1080p"

Verbose log:
https://pastebin.com/RHtriWhY

Command Line:
Trying to login...
Logged in successfully...
Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].enUS.ass ...
Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].esLA.ass ...
Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].esES.ass ...
Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].ptBR.ass ...
Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].arME.ass ...
Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].trTR.ass ...
Downloading Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].deDE.ass ...
Could not find the requested resolution Naruto Shippuden Hidan And Kakuzu - 80 [1920x1080].mp4 in the m3u8 file

Exception Occurred In m3u8 File.
Traceback (most recent call last):
File "anime_dl_main_.py", line 16, in
class Main():
File "anime_dl_main_.py", line 73, in Main
logger=logger, episode_range=args.range)
File "anime_dl\Anime_dl.py", line 30, in init
skipper=skipper, logger=logger, episode_range=episode_range)
File "anime_dl\sites\crunchyroll.py", line 42, in init
self.single_episode(url=url, cookies=cookies, token=token, resolution=resolution)
File "anime_dl\sites\crunchyroll.py", line 80, in single_episode
m3u8_downloaded = self.m3u8_downloader(url=m3u8_file_link, cookies=cookies, resolution_to_find=resolution_to_find, file_name=file_name)
File "anime_dl\sites\crunchyroll.py", line 306, in m3u8_downloader
exit(1)
NameError: global name 'exit' is not defined
[7968] Failed to execute script main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant