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
{{ message }}
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
Getting same error!! post = InstagramPost(first_post_id, sessionid=session_id) File "D:\Marketing Mafia\myenv\lib\site-packages\instagramy\InstagramPost.py", line 68, in __init__ post_id, data["entry_data"]["PostPage"][0]["graphql"]["shortcode_media"] KeyError: 'graphql'
tag = InstagramHashTag(hashtag, sessionid=sesion_id)
File "C:\Users\marga\OneDrive\Escritorio\Universidad\TFG\Plataforma_Analisis_Datos_Instagram\PlataformaAnalisisDatosInstagram.EntornoInstagramDjango\lib\site-packages\instagramy\InstagramHashTag.py", line 60, in init
tag, data["entry_data"]["TagPage"][0]["graphql"]["hashtag"]
KeyError: 'graphql'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It was working before one month.. I dont know what happened now..
from instagramy import InstagramPost
post = InstagramPost('CLGkNCoJkcM')
File ~\Anaconda3\lib\site-packages\instagramy\InstagramPost.py:67 in init
post_id, data["entry_data"]["PostPage"][0]["graphql"]["shortcode_media"]
The text was updated successfully, but these errors were encountered: