HxnDev / Insta-Profile-Details

This is Instagram profile details fetcher. It is able to fetch user information, posts data, hashtags, profile pics, likes, comments etc of both public profiles and private ones.
10 stars 0 forks source link

Error #2

Open Biggitybaked opened 2 years ago

Biggitybaked commented 2 years ago

What should the key be?

Traceback (most recent call last): File "/root/AllHackingTools/Insta-Profile-Details/main.py", line 7, in user = InstagramUser(username) File "/usr/local/lib/python3.9/dist-packages/instagramy/InstagramUser.py", line 63, in init username, data["entry_data"]["ProfilePage"][0]["graphql"]["user"] KeyError: 'ProfilePage'

HxnDev commented 2 years ago

Can you tell me how are you running and what exactly is the issue?