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

[BUG] crunchyroll ERROR: Unable to extract login form #10700

Closed
kitokirisaki opened this issue Sep 18, 2016 · 0 comments
Closed

[BUG] crunchyroll ERROR: Unable to extract login form #10700

kitokirisaki opened this issue Sep 18, 2016 · 0 comments

Comments

@kitokirisaki
Copy link

@kitokirisaki kitokirisaki commented Sep 18, 2016

  • I've verified and I assure that I'm running youtube-dl 2016.09.18
  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Bug report (encountered problems with youtube-dl)

If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-uUSER', u'http://www.crunchyroll.com/rezero-starting-life-in-another-world-', u'--sub-lang', u'deDE', u'--write-sub', u'--sub-format', u'ass', u'--embed-subs', u'-v']
Type account password and press [Return]:
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.09.18
[debug] Python version 2.7.9 - Linux-3.16.0-4-amd64-x86_64-with-debian-8.5
[debug] exe versions: ffmpeg 3.0.2, ffprobe 3.0.2, rtmpdump 2.4
[debug] Proxy map: {}
[crunchyroll:playlist] Downloading login page
[crunchyroll:playlist] Logging in
[crunchyroll:playlist] rezero-starting-life-in-another-world-: Downloading webpage
[download] Downloading playlist: Re:ZERO -Starting Life in Another World-
[crunchyroll:playlist] playlist Re:ZERO -Starting Life in Another World-: Collected 26 video ids (downloading 26 of them)
[download] Downloading video 1 of 26
[Crunchyroll] Downloading login page
ERROR: Unable to extract login form; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 354, in extract
    self.initialize()
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 348, in initialize
    self._real_initialize()
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/crunchyroll.py", line 84, in _real_initialize
    self._login()
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/crunchyroll.py", line 51, in _login
    login_page, 'login form', group='form')
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 658, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract login form; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.


@dstftw dstftw closed this in 70b4cf9 Sep 18, 2016
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
1 participant
You can’t perform that action at this time.