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 happily downloads lots of posts, but then hits a post it doesn't like:
[gallery-dl][debug] Python 3.10.0 - Windows-10-10.0.19044-SP0
[gallery-dl][debug] requests 2.26.0 - urllib3 1.26.7
[gallery-dl][debug] Starting DownloadJob for 'https://weibo.com/u/2909128931'
[weibo][debug] Using WeiboUserExtractor for 'https://weibo.com/u/2909128931'
[weibo][debug] Using WeiboFeedExtractor for 'https://weibo.com/u/2909128931?tabtype=feed'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): weibo.com:443
[urllib3.connectionpool][debug] https://weibo.com:443 "GET /ajax/statuses/mymblog?uid=2909128931&feature=0 HTTP/1.1" 200 None
[weibo][debug] Using download archive 'archive.sqlite3'
# G:\Scripts\gallery-dl\Weibo\coser优雅 (2909128931)\4796342553024269_01.jpg
# G:\Scripts\gallery-dl\Weibo\coser优雅 (2909128931)\4796342553024269_02.jpg
# G:\Scripts\gallery-dl\Weibo\coser优雅 (2909128931)\4796342553024269_03.jpg
<snipped lots of successful downloads>
# G:\Scripts\gallery-dl\Weibo\coser优雅 (2909128931)\4409545658754086_09.jpg
[weibo][error] An unexpected error occurred: KeyError - 'playback_list'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[weibo][debug]
Traceback (most recent call last):
File "C:\Python\Python310\lib\site-packages\gallery_dl\job.py", line 77, in run
for msg in extractor:
File "C:\Python\Python310\lib\site-packages\gallery_dl\extractor\weibo.py", line 71, in items
for num, file in enumerate(files, 1):
File "C:\Python\Python310\lib\site-packages\gallery_dl\extractor\weibo.py", line 106, in _files_from_status
media = max(page_info["media_info"]["playback_list"],
KeyError: 'playback_list'
The text was updated successfully, but these errors were encountered:
Fixed in commit 0f5826e by simply ignoring an apparent video without playback_list.
Post 4409545658754086 does have 9 pictures as well as a video with download URLs, but none of them seem to be functional and it also isn't shown on the webpage, so I guess this is fine.
With one of the Weibo users I'm hitting an error with most likely a certain post:
Command I'm running is: gallery-dl https://weibo.com/u/2909128931 --verbose
gallery-dl happily downloads lots of posts, but then hits a post it doesn't like:
The text was updated successfully, but these errors were encountered: