ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.94k stars 608 forks source link

Location_info doesnt work anymore? #402

Open chattyy opened 1 year ago

chattyy commented 1 year ago

Please follow the guide below


Before submitting an issue, make sure you have:

Which client are you using?


Describe the Bug/Error:

Hello,

Have been trying to fetch location_info from the instagram private api. It worked until friday, but was fetching too many requests and post that havent been able to log in as it requests location This was me, and never still doesn't store cookies. Can someone help me out? Need info urgently to convert location ID to lat/long, willing to pay. Contact me at : eshan.chatty@smollan.com Thanks, Eshan

Code to replicate the error must be provided below.


Paste the output of python -V here:

Code:

from instagram_private_api import Client
USERNAME = 'xxx'
PASSWORD = 'xxx'
location_id = 794643567398395

api = Client(USERNAME, PASSWORD)

api.location_info(location_id)

Error/Debug Log:

ClientCheckpointRequiredError: checkpoint_challenge_required