th3unkn0n / osi.ig

Information Gathering Instagram.
1.28k stars 212 forks source link

Deployed application failing #26

Closed pradeepbatchu closed 3 years ago

pradeepbatchu commented 4 years ago

I built a small application to pull data from instagram using this api. It works locally but fails on the server. Below is the error:

self.p_data = dadta['entry_data']['ProfilePage'][0]['graphql']['user']
KeyError: 'ProfilePage'
th3unkn0n commented 3 years ago

i wouldn't suggest using this bcz its just for few specific things this might be helpful for what you are trying to build

pradeepbatchu commented 3 years ago

ok thanks!