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 --verbose https://www.instagram.com/p/post_nolikes/
[gallery-dl][debug] Version 1.26.6
[gallery-dl][debug] Python 3.12.2 - Windows-11-10.0.22631-SP0
[gallery-dl][debug] requests 2.31.0 - urllib3 2.1.0
[gallery-dl][debug] Configuration Files ['%USERPROFILE%\\gallery-dl.conf']
[gallery-dl][debug] Starting DownloadJob for 'https://www.instagram.com/p/post_nolikes/'
[instagram][debug] Using InstagramPostExtractor for 'https://www.instagram.com/p/post_nolikes'
[instagram][debug] Loading cookies from 'C:/Users/user/Downloads/www.instagram.com_cookies.txt'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): www.instagram.com:443
[urllib3.connectionpool][debug] https://www.instagram.com:443 "GET /api/v1/media/random_numbers/info/ HTTP/1.1" 200 7687
[instagram][error] An unexpected error occurred: KeyError - 'like_count'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[instagram][debug]
Traceback (most recent call last):
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\gallery_dl\job.py", line 127, in run
for msg in extractor:
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\gallery_dl\extractor\instagram.py", line 70, in items
post = self._parse_post_rest(post)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\gallery_dl\extractor\instagram.py", line 168, in _parse_post_rest
"likes": post["like_count"],
~~~~^^^^^^^^^^^^^^
KeyError: 'like_count'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: