Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location_info doesnt work anymore? #402

Open
5 of 6 tasks
chattyy opened this issue Nov 14, 2022 · 0 comments
Open
5 of 6 tasks

Location_info doesnt work anymore? #402

chattyy opened this issue Nov 14, 2022 · 0 comments

Comments

@chattyy
Copy link

chattyy commented Nov 14, 2022

Please follow the guide below

  • Issues submitted without this template format will be ignored.
  • Please read the questions carefully and answer completely.
  • Do not post screenshots of error messages or code.
  • Put an x into all the boxes [ ] relevant to your issue (==> [x] NO spaces).
  • Use the Preview tab to see how your issue will actually look like.
  • Issues about reverse engineering is out of scope and will be closed without response.
  • Any mention of spam-like actions or spam-related tools/libs/etc is strictly not allowed.

Before submitting an issue, make sure you have:

  • Updated to the lastest version v1.6.0
  • Read the README and docs
  • Searched the bugtracker for similar issues including closed ones
  • Reviewed the sample code in tests and examples

Which client are you using?

  • app (instagram_private_api/)
  • web (instagram_web_api/)

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant