Open iammati opened 2 years ago
same problem here
solved with change ip, or use proxy
Changing IP by using proxy shows unusual login attempt ❌
solved with change ip, or use proxy
@jailrobeta could you explain how, and with what you've set-up a proxy?
Is anybody able to bypass this? I even tried proxies but cannot bypass it.
Currently trying to.
I've set-up a squid proxy at home on a raspberry pi with docker and will report back if it's successful.
Currently trying to.
I've set-up a squid proxy at home on a raspberry pi with docker and will report back if it's successful.
We did not hear back from you?
@thatcoolguy so far so good.
What I've done:
So far it all works as expected, though as I want to make sure I stay under the radar of 'abusive' usage and my account being disabled, I've also made changes to:
So that part is a bit more out of scope, I'll share my docker-compose & dockerfile, and a anonymized php script later on, I'm on mobile now.
I've created DanielB1990/instagram-php-scraper-squid-proxy to share my docker-compose, dockerfile and php example, feel free to use and improve.
Hello, I'm experiencing the following error currently in production:
Client error:
POST https://www.instagram.com/accounts/login/ajax/
resulted in a400 Bad Request
response: {"message":"checkpoint_required","checkpoint_url":"/challenge/action/[...] (truncated...)It also throws the "User credentials are wrong." exception within the
InstagramAuthException
class. The credentials are working fine when I login on instagram.com...Using v0.11.2 of this package with PHP v7.4.30
This is my code: