You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gallery-dl][debug] Version 1.19.0
[gallery-dl][debug] Python 3.9.5 - macOS-11.6-x86_64-i386-64bit
[gallery-dl][debug] requests 2.25.1 - urllib3 1.26.4
[gallery-dl][debug] Starting DownloadJob for 'https://vk.com/album221469416_00'
[vk][debug] Using VkPhotosExtractor for 'https://vk.com/album221469416_00'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): vk.com:443
[urllib3.connectionpool][debug] https://vk.com:443 "GET /album221469416_00 HTTP/1.1" 200 44818
[vk][debug] Sleeping for 0.996 seconds
[urllib3.connectionpool][debug] https://vk.com:443 "POST /photos HTTP/1.1" 200 4282
[vk][error] An unexpected error occurred: ValueError - too many values to unpack (expected 2). Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[vk][debug]
Traceback (most recent call last):
File "/Users/me/Library/Python/3.9/lib/python/site-packages/gallery_dl/job.py", line 80, in run
for msg in extractor:
File "/Users/me/Library/Python/3.9/lib/python/site-packages/gallery_dl/extractor/vk.py", line 94, in items
offset, html = self.request(
ValueError: too many values to unpack (expected 2)
The text was updated successfully, but these errors were encountered:
Anyway, might be time to consider authentication support for VK. You need to be signed in to access certain groups, galleries. etc.
I think there's actually a lot of interesting content which I believe is originally from there.
produces
The text was updated successfully, but these errors were encountered: