Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Fix KeyError: 'graphql' #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

evgenyadev
Copy link

Traceback (most recent call last):
File "C:***\site-packages\Instagram\agents.py", line 67, in update
data = data[key]
KeyError: 'graphql'
...................
raise UnexpectedResponse(exception, response.url)
Instagram.exceptions.UnexpectedResponse: Got unexpected response from 'https://www.instagram.com/p/xxxxxxxxxxx/'
Error: 'graphql'

Traceback (most recent call last):
  File "C:\***\site-packages\Instagram\agents.py", line 67, in update
    data = data[key]
KeyError: 'graphql'
...................
raise UnexpectedResponse(exception, response.url)
Instagram.exceptions.UnexpectedResponse: Got unexpected response from 'https://www.instagram.com/p/xxxxxxxxxxx/'
Error: 'graphql'
@evgenyadev
Copy link
Author

Fix #89

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant