Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

KeyError: 'graphql' #29

Open
Essrraa96 opened this issue May 31, 2022 · 2 comments
Open

KeyError: 'graphql' #29

Essrraa96 opened this issue May 31, 2022 · 2 comments

Comments

@Essrraa96
Copy link

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"]

@kaish114
Copy link

kaish114 commented Jun 4, 2022

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'

@AlbertoMaciasGutierrez
Copy link

Getting same error in HashTag!!

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants