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

Error Crunchyroll #6513

Closed
L33TN3RD opened this issue Aug 10, 2015 · 2 comments
Closed

Error Crunchyroll #6513

L33TN3RD opened this issue Aug 10, 2015 · 2 comments

Comments

@L33TN3RD
Copy link

@L33TN3RD L33TN3RD commented Aug 10, 2015

youtube-dl.exe --skip-download --write-sub --all-subs --verbose http://www.crunchyroll.com/gangsta/episode-1-naughty-boys-682683
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--skip-download', u'--write-sub', u'--all-subs', u'--verbose', u'http://www.crunchyroll.com/gangsta/episode-1-naughty-boys-682683']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.08.09
[debug] Python version 2.7.8 - Windows-8-6.2.9200
[debug] exe versions: ffmpeg N-63833-gd4be3a8-Sherpya, ffprobe N-63833-gd4be3a8-Sherpya, rtmpdump 2.4
[debug] Proxy map: {}
[Crunchyroll] 682683: Downloading webpage
[Crunchyroll] 682683: Downloading media info
[Crunchyroll] 682683: Downloading media info for 360p
Traceback (most recent call last):
File "main.py", line 19, in
File "youtube_dl__init__.pyo", line 410, in main
File "youtube_dl__init__.pyo", line 400, in _real_main
File "youtube_dl\YoutubeDL.pyo", line 1653, in download
File "youtube_dl\YoutubeDL.pyo", line 655, in extract_info
File "youtube_dl\extractor\common.pyo", line 286, in extract
File "youtube_dl\extractor\crunchyroll.pyo", line 280, in _real_extract
AttributeError: 'NoneType' object has no attribute 'text'

@Cxarli
Copy link

@Cxarli Cxarli commented Aug 10, 2015

The same happens in the Linux version. The site is up, and the video works.

$ ./youtube-dl --verbose http://www.crunchyroll.com/gangsta/episode-1-naughty-boys-682683

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://www.crunchyroll.com/gangsta/episode-1-naughty-boys-682683']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.08.09
[debug] Python version 2.7.9 - Linux-3.19.0-22-generic-x86_64-with-Ubuntu-15.04-vivid
[debug] exe versions: avconv 11.2-6, avprobe 11.2-6, rtmpdump 2.4
[debug] Proxy map: {}
[Crunchyroll] 682683: Downloading webpage
[Crunchyroll] 682683: Downloading media info
[Crunchyroll] 682683: Downloading media info for 360p
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "./youtube-dl/main.py", line 19, in
File "./youtube-dl/youtube_dl/init.py", line 410, in main
File "./youtube-dl/youtube_dl/init.py", line 400, in _real_main
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 1653, in download
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 655, in extract_info
File "./youtube-dl/youtube_dl/extractor/common.py", line 286, in extract
File "./youtube-dl/youtube_dl/extractor/crunchyroll.py", line 280, in _real_extract
AttributeError: 'NoneType' object has no attribute 'text'

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 10, 2015

Duplicate of #6314.

@dstftw dstftw closed this Aug 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.