Instagram-private-api: Sentry block error

Created on 28 Sep 2017  Â·  8Comments  Â·  Source: dilame/instagram-private-api

I have this error:

SentryBlockError: Sentry block from instagram

I don't know how I should solve it.

Thanks

Most helpful comment

@RaquelDiazG If you are trying with the generic example as your base, please check if you have changed the device.

var device = new Client.Device('someuser');

You can replace someuser with something more unique so that IG does not block your request.

All 8 comments

The SentryBlockError means that IG blocked your account on using their APIs. I don’t know a fix but I would try to change the device ID/IP. If that doesn’t work I would try to deactivate temporary the account or changing the password (just few ideas to resolve it, I never get it).

Il giorno 28 set 2017, alle ore 12:30, Raquel Díaz González notifications@github.com ha scritto:

I have this error:

SentryBlockError: Sentry block from instagram

I don't know how I should solve it.

Thanks

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub https://github.com/huttarichard/instagram-private-api/issues/345, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ01fmNtdfSrfQlrby9Vgb5XrQfzrmyXks5sm3VRgaJpZM4PnDfe.

@sppmaster had the same error and fixed by changing ip adress

@RaquelDiazG If you are trying with the generic example as your base, please check if you have changed the device.

var device = new Client.Device('someuser');

You can replace someuser with something more unique so that IG does not block your request.

@RaquelDiazG Did changing the "someuser" solve this issue? Or have you found some other solution?

Hello,
For the moment, the solution that I found is to change the user and use a proxy.
But I still can not confirm that it is the solution.
I continue with the tests

Okay, yea I tested with changing the "someuser" and it seemed to work.

I tested my code on 2 different platforms, one on my laptop and another on a DigitalOcean VM. I get this SentryBlock error only on the VM, I'm guessing using a proxy is the only solution if I want it to work on the VM?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DenisKrsk picture DenisKrsk  Â·  33Comments

ciolt picture ciolt  Â·  35Comments

iMrDJAi picture iMrDJAi  Â·  34Comments

LouenLeoncoeur picture LouenLeoncoeur  Â·  12Comments

350d picture 350d  Â·  53Comments