OlegYurchik / pyInstagram

This is a simple and easy-to-use library for interacting with the Instagram. The library works through the web interface of the Instagram and does not depend on the official API
MIT License
232 stars 49 forks source link

Fix KeyError: 'graphql' #96

Open evgenyadev opened 3 years ago

evgenyadev commented 3 years ago

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 commented 3 years ago

Fix #89