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
Hello!
When I try to download posts from instagram by any tag, I get the following error:
c:\Run\GALLER~1>gallery-dl --verbose https://www.instagram.com/explore/tags/space/
gallery-dl: Version 1.18.0
gallery-dl: Python 3.7.9 - Windows-10-10.0.19041-SP0
gallery-dl: requests 2.25.1 - urllib3 1.25.11
gallery-dl: Starting DownloadJob for 'https://www.instagram.com/explore/tags/space/'
instagram: Using InstagramTagExtractor for 'https://www.instagram.com/explore/tags/space/'
instagram: Logging in as MY_EMAIL
urllib3.connectionpool: Starting new HTTPS connection (1): www.instagram.com:443
urllib3.connectionpool: https://www.instagram.com:443 "GET /accounts/login/ HTTP/1.1" 200 20190
instagram: Sleeping for 4.999 seconds
urllib3.connectionpool: https://www.instagram.com:443 "GET /data/shared_data/ HTTP/1.1" 200 8474
instagram: Sleeping for 5.0 seconds
urllib3.connectionpool: https://www.instagram.com:443 "POST /accounts/login/ajax/ HTTP/1.1" 200 110
instagram: Sleeping for 4.995 seconds
urllib3.connectionpool: https://www.instagram.com:443 "GET /explore/tags/space/ HTTP/1.1" 200 104179
instagram: An unexpected error occurred: KeyError - 'graphql'. 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:
Traceback (most recent call last):
File "gallery_dl\job.py", line 75, in run
File "gallery_dl\extractor\instagram.py", line 47, in items
File "gallery_dl\extractor\instagram.py", line 493, in posts
KeyError: 'graphql'
Before running the above command, I have cleared the cache by doing
gallery-dl --clear-cache "instagram"
Part of my config file that is responsible for instagram looks like the following:
"instagram": {
"videos": false,
"username": "MY_EMAIL",
"password": "MY_PASSWORD"
}
I have already tried running gallery-dl with instagram cookies, but it didn't work.
Any idea how to fix this issue?
The text was updated successfully, but these errors were encountered:
I think that fetching by tags is still not working correctly. The behavior appears to be that the first batch of downloads match the tags but then subsequent images have nothing to do with the tag. You can compare the results of visiting https://www.instagram.com/explore/tags/dogrates/ with what is downloaded using gallery-dl.
Hello!
When I try to download posts from instagram by any tag, I get the following error:
c:\Run\GALLER~1>gallery-dl --verbose https://www.instagram.com/explore/tags/space/
gallery-dl: Version 1.18.0
gallery-dl: Python 3.7.9 - Windows-10-10.0.19041-SP0
gallery-dl: requests 2.25.1 - urllib3 1.25.11
gallery-dl: Starting DownloadJob for 'https://www.instagram.com/explore/tags/space/'
instagram: Using InstagramTagExtractor for 'https://www.instagram.com/explore/tags/space/'
instagram: Logging in as MY_EMAIL
urllib3.connectionpool: Starting new HTTPS connection (1): www.instagram.com:443
urllib3.connectionpool: https://www.instagram.com:443 "GET /accounts/login/ HTTP/1.1" 200 20190
instagram: Sleeping for 4.999 seconds
urllib3.connectionpool: https://www.instagram.com:443 "GET /data/shared_data/ HTTP/1.1" 200 8474
instagram: Sleeping for 5.0 seconds
urllib3.connectionpool: https://www.instagram.com:443 "POST /accounts/login/ajax/ HTTP/1.1" 200 110
instagram: Sleeping for 4.995 seconds
urllib3.connectionpool: https://www.instagram.com:443 "GET /explore/tags/space/ HTTP/1.1" 200 104179
instagram: An unexpected error occurred: KeyError - 'graphql'. 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:
Traceback (most recent call last):
File "gallery_dl\job.py", line 75, in run
File "gallery_dl\extractor\instagram.py", line 47, in items
File "gallery_dl\extractor\instagram.py", line 493, in posts
KeyError: 'graphql'
Before running the above command, I have cleared the cache by doing
gallery-dl --clear-cache "instagram"
Part of my config file that is responsible for instagram looks like the following:
"instagram": {
"videos": false,
"username": "MY_EMAIL",
"password": "MY_PASSWORD"
}
I have already tried running gallery-dl with instagram cookies, but it didn't work.
Any idea how to fix this issue?
The text was updated successfully, but these errors were encountered: