Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.14k stars 1.97k forks source link

ClientError Bad Request: block_eu_user_login_in_old_app (Code: 400, Response: {"message":"You'll need to update Instagram to the latest version before you can use the app.","status":"fail","error_type":"block_eu_user_login_in_old_app"})You'll need to update Instagram to the latest version before you can use the app.: Bad Request: block_eu_user_login_in_old_app #1022

Open KubaRitt opened 3 months ago

KubaRitt commented 3 months ago

I tried to use osintgram folowing the network chuck video but I always get this error.

S0Rk69 commented 3 months ago

Same, it's looks like the app need upgrade

En7ity303 commented 3 months ago

Same error, let's wait for an update Screenshot 2024-03-10 alle 10 44 58

Andre-cmd-rgb commented 3 months ago

Same Error

neekerinpersekyrpa commented 3 months ago

same error

KubaRitt commented 3 months ago

Same error, let's wait for an update Screenshot 2024-03-10 alle 10 44 58

do you know when they will update it?

En7ity303 commented 3 months ago

Same error, let's wait for an update Screenshot 2024-03-10 alle 10 44 58

do you know when they will update it?

Nope, I don't know

r1zoc commented 3 months ago

i think Osintgram is not working anymore. This osint tool exists for years now and maybe instagram has patched it

KubaRitt commented 3 months ago

i think Osintgram is not working anymore. This osint tool exists for years now and maybe instagram has patched it

That would be bad because there isn't any other tool like osint

witoo-source commented 3 months ago

I think that it's bc the EU Regulations, if u use a VPN out EU like USA o UK maybe you could run osint, i didn´t try this but i'll do it

KogaCyber commented 3 months ago

I think that it's bc the EU Regulations, if u use a VPN out EU like USA o UK maybe you could run osint, i didn´t try this but i'll do it

any news ?

En7ity303 commented 3 months ago

I think that it's bc the EU Regulations, if u use a VPN out EU like USA o UK maybe you could run osint, i didn´t try this but i'll do it

I have just tried to run Osintgram with a VPN connected to a Japan server but it give back the same error :(

ursojolly commented 3 months ago

I think that it's bc the EU Regulations, if u use a VPN out EU like USA o UK maybe you could run osint, i didn´t try this but i'll do it

I have just tried to run Osintgram with a VPN connected to a Japan server but it give back the same error :(

did u find a new way?

Mqtth3w commented 1 month ago

https://github.com/ping/instagram_private_api/discussions/433

smith723 commented 4 weeks ago

I think that it's bc the EU Regulations, if u use a VPN out EU like USA o UK maybe you could run osint, i didn´t try this but i'll do it

this solution https://youtu.be/2TgJg44axgw?si=_6VSVQh7GEyz4id2

smith723 commented 4 weeks ago

I tried to use osintgram folowing the network chuck video but I always get this error.

this solution https://youtu.be/2TgJg44axgw?si=_6VSVQh7GEyz4id2

smith723 commented 4 weeks ago

i think Osintgram is not working anymore. This osint tool exists for years now and maybe instagram has patched it

this solution https://youtu.be/2TgJg44axgw?si=_6VSVQh7GEyz4id2

Diex001 commented 3 weeks ago

this solution https://youtu.be/2TgJg44axgw?si=_6VSVQh7GEyz4id2

it is not bruh

MrSwilix commented 2 weeks ago

These errors occur when connecting via a European host because your Instagram profile is localized in a city governed by GDPR (General Data Protection Regulation). This is incompatible with the instagram_private_api montioned in the README.md file used by the Osintgram.py file code Line 14 - 15.

from instagram_private_api import Client as AppClient
from instagram_private_api import ClientCookieExpiredError, ClientLoginRequiredError, ClientError, ClientThrottledError

To resolve this issue, you must avoid using a European IP. Instead, create a new Instagram profile using an IP address, phone number, and email located in a non-European country, such as the USA or any other country not governed by GDPR regulations. This will prevent potential access issues to Instagram for your Instagram Private API

Please validate and close the issue if this answered your error! , this will help the developers and users of this tool who want to resolve the problem, thank you!