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

Returns 0 followers #10

Open
macazaga opened this issue May 6, 2019 · 16 comments
Open

Returns 0 followers #10

macazaga opened this issue May 6, 2019 · 16 comments

Comments

@macazaga
Copy link

macazaga commented May 6, 2019

Hi

Yesterday your code was working like a charm but after a few hours, it started returning zero followers.

Could you please verify it?

Thanks!!

@stiggy81
Copy link

Hi Brian,

Same problem here. I had it working a couple of weeks ago. I reconnected the ESP8266 and now i have 0 followers.

Could you make it work again? Thank a million

@stiggy81
Copy link

ok i got it working again, change the instagragStats.ccp time delay to 23000 and now it works again (y)

@macazaga
Copy link
Author

macazaga commented Jul 8, 2019

Hi @stiggy81 and @witnessmenow I just noticed that the main issue is that it doesn't connect to Instagram.

I'm using a ESP8622

// It's failing to connect ever second time on version 2.3 of ESP8266, so lets try this knonsense if (client->connect(INSTA_HOST, INSTA_SSL_PORT) || client->connect(INSTA_HOST, INSTA_SSL_PORT)

@devwatts1
Copy link

Same issue need some help here

@krupaw2
Copy link

krupaw2 commented Oct 1, 2019

Hello,

I change the instagragStats.ccp time delay to 23000, but still returns 0 followers
Any idea?

@witnessmenow
Copy link
Owner

witnessmenow commented Oct 1, 2019 via email

@krupaw2
Copy link

krupaw2 commented Oct 2, 2019

Thanks - now it works again.

@sinanmuslu
Copy link

Thanks - now it works again.

hey there… i'm really new in all this stuff, and I also have the same problem. It works for about 3-12 hours, before it shows 0.
the delay I had set up to a minute (60.000).

how can I add client.setInsecure() in the setup? would be aweseome if you provide the piece of code…? 🙈

@BNDR37
Copy link

BNDR37 commented Nov 9, 2019

Thanks - now it works again.

hey there… i'm really new in all this stuff, and I also have the same problem. It works for about 3-12 hours, before it shows 0.
the delay I had set up to a minute (60.000).

how can I add client.setInsecure() in the setup? would be aweseome if you provide the piece of code…? 🙈

You just uncomment it, it is at the end of void setup

@NicAshby
Copy link

I have client.setInsecure() uncommented.
It worked fine for a few hours or so, and now only returns 0.
If I switch to my phone's hotspot, it will return the correct data.
Maybe something to do with IG blocking after so many requests?

@itslemcy
Copy link

still not working, tried every fix in this thread, did anyone get it to work?

@sinanmuslu
Copy link

still not working, tried every fix in this thread, did anyone get it to work?

I set the refresh-rate to 30 mins (1.800.000ms), it works for some weeks now

@RedStarGlow
Copy link

still not working, tried every fix in this thread, did anyone get it to work?

I set the refresh-rate to 30 mins (1.800.000ms), it works for some weeks now

Did it continue to work when set to 30 minutes?

@eltallerdetd
Copy link

If it doesn't connect to Instagram like shown earlier, you need to add client.setInsecure() in your setup

On Tue, 1 Oct 2019, 20:22 krupaw2, @.***> wrote: Hello, I change the instagragStats.ccp time delay to 23000, but still returns 0 followers — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#10?email_source=notifications&email_token=AAL5PQQ344WZASI75A4PWTDQMOPPJA5CNFSM4HK75KJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEACN3CI#issuecomment-537189769>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAL5PQQRSWUGHYXB4KUUFCLQMOPPJANCNFSM4HK75KJQ .

Uncomment client.setInsecure() works fine for me, thanks!

@thinklikeanarchitect
Copy link

Uncommenting works for me, too.

@rechena
Copy link

rechena commented Mar 14, 2021

I just used the uncomment and the code started the work, but then after a while it got back to 0 I was using the default example code, so I'm assuming I might have gotten blocked?

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