jsanahuja / InstagramFeed

Vanilla JavaScript Instagram Feed without access token. Not using the Instagram API
MIT License
318 stars 128 forks source link

Stopped working for username tag #15

Closed gcampedelli closed 4 years ago

gcampedelli commented 4 years ago

Hello, I was using it and it only works now while fetching the tag. Username is not working anymore.

jsanahuja commented 4 years ago

This is caused by a kind of network soft ban from Instagram. You may have done a lot of requests. It does not affect your website, only you.

See jsanahuja/jquery.instagramFeed#25

gcampedelli commented 4 years ago

I was testing in Codepen. But it looks like it not working in my site either and as well in your demos. Only with tags.

jsanahuja commented 4 years ago

This is a client-side library so if your network gets temporary banned, it won't work either in Codepen, our demos nor localhost BUT that only affects you, not your visitors.

This often happens during development because of several page reloads.

brnpimentel commented 4 years ago

I think it stopped working today. The demos is not working too

gcampedelli commented 4 years ago

Hi @brnmonteiro , it is really like he said. Try to change your ip or conect yourself in another wifi network and you will it again.

gcampedelli commented 4 years ago

Sorry, if this works for you, please close this issue.

brnpimentel commented 4 years ago

Its true. I reboot my modem and back to normal. Sorry.

brnpimentel commented 4 years ago

You can close this issue. I can't close here. Thanks

dhruveonmars commented 4 years ago

When your network gets soft-banned, does it happen for a specific username or for the whole feed? Because the demo pages still work for me, though I get this error in my console now; TypeError: undefined is not an object (evaluating 'a[1].split')

jsanahuja commented 4 years ago

Happens for the whole feed as far as I know. Please create a new issue with the IG username and I will check it out

Thanks