arduino-instagram-stats icon indicating copy to clipboard operation
arduino-instagram-stats copied to clipboard

Returns 0 followers

Open macazaga opened this issue 5 years ago • 16 comments

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!!

macazaga avatar May 06 '19 13:05 macazaga

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 avatar May 27 '19 20:05 stiggy81

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

stiggy81 avatar May 27 '19 21:05 stiggy81

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)

macazaga avatar Jul 08 '19 13:07 macazaga

Same issue need some help here

devwatts1 avatar Jul 13 '19 14:07 devwatts1

Hello,

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

krupaw2 avatar Oct 01 '19 19:10 krupaw2

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, [email protected] 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 https://github.com/witnessmenow/arduino-instagram-stats/issues/10?email_source=notifications&email_token=AAL5PQQ344WZASI75A4PWTDQMOPPJA5CNFSM4HK75KJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEACN3CI#issuecomment-537189769, or mute the thread https://github.com/notifications/unsubscribe-auth/AAL5PQQRSWUGHYXB4KUUFCLQMOPPJANCNFSM4HK75KJQ .

witnessmenow avatar Oct 01 '19 21:10 witnessmenow

Thanks - now it works again.

krupaw2 avatar Oct 02 '19 05:10 krupaw2

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…? 🙈

sinanmuslu avatar Nov 05 '19 13:11 sinanmuslu

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

BNDR37 avatar Nov 09 '19 01:11 BNDR37

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?

NicAshby avatar Nov 10 '19 05:11 NicAshby

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

itslemcy avatar Apr 18 '20 11:04 itslemcy

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

sinanmuslu avatar Apr 18 '20 14:04 sinanmuslu

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?

RedStarGlow avatar Sep 02 '20 21:09 RedStarGlow

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!

eltallerdetd avatar Nov 07 '20 21:11 eltallerdetd

Uncommenting works for me, too.

thinklikeanarchitect avatar Jan 02 '21 07:01 thinklikeanarchitect

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?

rechena avatar Mar 14 '21 17:03 rechena