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

vk.com: Unable to login, incorrect username and/or password #1459

Closed
7 tasks done
mkolinichenko opened this issue Oct 28, 2021 · 0 comments · Fixed by #1495
Closed
7 tasks done

vk.com: Unable to login, incorrect username and/or password #1459

mkolinichenko opened this issue Oct 28, 2021 · 0 comments · Fixed by #1495
Labels
account-needed Account details are needed to test/fix this site-bug Issue with a specific website

Comments

@mkolinichenko
Copy link

Checklist

Region

No response

Description

Starting today yt-dlp is unable to login to vk.com with valid credentials. Related youtube-dl issue - ytdl-org/youtube-dl#30163

Verbose log

$ yt-dlp -Uv -u PRIVATE -p PRIVATE https://vk.com/video143790756_162105035
[debug] Command-line config: ['-Uv', '-u', 'PRIVATE', '-p', 'PRIVATE', 'https://vk.com/video143790756_162105035']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, err utf-8, pref UTF-8[debug] yt-dlp version 2021.10.22 (zip)
[debug] Python version 3.8.10 (CPython 64bit) - Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29
[debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4, rtmpdump 2.4
[debug] Optional libraries: keyring, sqlite
[debug] Proxy map: {}
yt-dlp is up to date (2021.10.22)
[vk] Downloading login page
[vk] Logging in
ERROR: [vk] Unable to login, incorrect username and/or password
Traceback (most recent call last):
  File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 591, in extract
    self.initialize()
  File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 499, in initialize
    self._real_initialize()
  File "/usr/local/bin/yt-dlp/yt_dlp/extractor/vk.py", line 63, in _real_initialize
    self._login()
  File "/usr/local/bin/yt-dlp/yt_dlp/extractor/vk.py", line 59, in _login
    raise ExtractorError(
yt_dlp.utils.ExtractorError: Unable to login, incorrect username and/or password
Traceback (most recent call last):
  File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 591, in extract
    self.initialize()
  File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 499, in initialize
    self._real_initialize()
  File "/usr/local/bin/yt-dlp/yt_dlp/extractor/vk.py", line 63, in _real_initialize
    self._login()
  File "/usr/local/bin/yt-dlp/yt_dlp/extractor/vk.py", line 59, in _login
    raise ExtractorError(
yt_dlp.utils.ExtractorError: Unable to login, incorrect username and/or password

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/yt-dlp/yt_dlp/YoutubeDL.py", line 1280, in wrapper
    return func(self, *args, **kwargs)
  File "/usr/local/bin/yt-dlp/yt_dlp/YoutubeDL.py", line 1305, in __extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 609, in extract
    raise ExtractorError(
yt_dlp.utils.ExtractorError: [vk] Unable to login, incorrect username and/or password
@mkolinichenko mkolinichenko added site-bug Issue with a specific website triage Untriaged issue labels Oct 28, 2021
@pukkandan pukkandan added account-needed Account details are needed to test/fix this and removed triage Untriaged issue labels Oct 28, 2021
@kaz-us kaz-us mentioned this issue Oct 31, 2021
9 tasks
pukkandan pushed a commit that referenced this issue Oct 31, 2021
Closes #1459
Authored by: kaz-us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
account-needed Account details are needed to test/fix this site-bug Issue with a specific website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants