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
_[instagram][error] An unexpected error occurred: KeyError - 'TagPage'.
[instagram][error] An unexpected error occurred: KeyError - 'TagPage'. 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 "..python\python37\lib\site-packages\gallery_dl\job.py", line 67, in run
for msg in self.extractor:
File "..\python\python37\lib\site-packages\gallery_dl\extractor\instagram.py", line 44, in items
for data in self.instagrams():
File "..\python\python37\lib\site-packages\gallery_dl\extractor\instagram.py", line 301, in extract_page
base_shared_data = entry_data[psdf['page']][0]['graphql']
KeyError: 'TagPage'
The text was updated successfully, but these errors were encountered:
(#1113, #1122, #1128, #1130, #1149)
Rely on the results of GraphQL queries instead of requesting data
for each post separately via '/p/<shortcode>/?__a=1'.
This might result in some missing metadata, and there might be some
issues for '/channel/' and '/saved/' URLs, but at least downloading
from the regular post listings should work without issues and without
getting users blocked/banned.
TODO: reimplement support for stories
Can someone help me? I'm trying to use gallery-dl with instagram hashtag like this:
gallery-dl "https://www.instagram.com/explore/tags/testfafa2" --range 1-10
also tried with login info:
gallery-dl "https://www.instagram.com/explore/tags/testfafa2" --range 1-10 -u "USERNAME" -p "PASSWORD"
but I always get this error
_[instagram][error] An unexpected error occurred: KeyError - 'TagPage'.
[instagram][error] An unexpected error occurred: KeyError - 'TagPage'. 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 "..python\python37\lib\site-packages\gallery_dl\job.py", line 67, in run
for msg in self.extractor:
File "..\python\python37\lib\site-packages\gallery_dl\extractor\instagram.py", line 44, in items
for data in self.instagrams():
File "..\python\python37\lib\site-packages\gallery_dl\extractor\instagram.py", line 301, in extract_page
base_shared_data = entry_data[psdf['page']][0]['graphql']
KeyError: 'TagPage'
The text was updated successfully, but these errors were encountered: