-
-
Notifications
You must be signed in to change notification settings - Fork 128
Error Cross-Origin Read Blocking (CORB) #56
Comments
Have you been able to reproduce this with any other account than google? |
Yes, i tried with multiple accounts, same error :/ |
I tested on a new web site, with the host " |
Same error for me. |
Any fix for this ?? |
in fact, it seems to depend on the user, and I really don't understand why... |
Getting the same error here: |
Hello everyone, I have the same issue than @RomainDW: It is impossible to read media from this type of url (what is lookaside?) But it's working for these url @kerr325 I tried to add It is related to specific account because I have no clue why this is happening to some accounts/medias and why is it ok with some others... |
To complete my previous message, these are extracts of JSON objects edge_owner_to_timeline_media for the 3 accounts. violette_frmotogprpbw_architects |
unfortunately it doesn't work in my case |
up 😉 |
Hello, New discovery today: The only difference I see is the dimensions but every other images have also different dimensions... |
Same error for me. crossorigin in <script src="/******/" crossorigin></script> / doesnt work for me.. how did you solve this problem? |
Did you guys try increasing the cache time? It did work for me for now xD. |
Where you add thnis cache_time .. in var defaults options? If yes, for me does't work :/ |
@marianabhud I tested again and it works on some browser and some don't. Are you using the latest version of code? |
OK.. thanks.. one time its OK and next time No 'Access-Control-Allow-Origin' |
@marianabhud yes it is so inconsistent. let's see if someone has any fix for it. |
Hey there how are you? I thought the "host" option would fix this. In same cases i see it and in others not (after several attempts made by the JS plugin) |
Same error here, I have tried to use the host parameter, cache_time too but doesn't work, any fix? |
If I had to guess what is going on here, it's that IG is picking up on the repeated access from one IP and putting on a "must be logged in" page for that account from that IP. |
Hi, are you using uMatrix or any other browser extension which might block the connection? For me, it did not work since uMatrix blocked the connection. Now working fine. |
Guys, I am using the latest code from here: https://github.com/jsanahuja/InstagramFeed/blob/master/src/InstagramFeed.js |
Getting CORS error with Safari on Mac as well Edit: ok mine got fixed with the previous solution host': "https://images" + ~~(Math.random() * 3333) + "-focus-opensocial.googleusercontent.com/gadgets/proxy?container=none&url=https://www.instagram.com/", |
Having the same issue here:
I am testing on Google Chrome. I also have a little bit older version of this InstagramFeed live on a website and when I access that website on Safari I get the same error. |
The CORS fix creates a new problem for me:
Cross-Origin Read Blocking (CORB) blocked cross-origin response https://www.instagram.com/p/CL7rMUKDOaR/ with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.
Images don't display and have a URL like this instead: "https://lookaside.instagram.com/seo/google_widget/crawler/?media_id=2520798378721076881"
I just used the basic configuration with username: "google".
I added a callback to see the data received:
All urls start with "https://lookaside.instagram.com/seo/google_widget/crawler/".
I tried to enter the URL of the host in the browser: "https://images391-focus-opensocial.googleusercontent.com/gadgets/proxy?container=none&url=https://www.instagram.com/google" and "https://images391-focus-opensocial.googleusercontent.com/gadgets/proxy?container=none&url=https://www.instagram.com/google/p/CL7Iiq7ly55", I get an error: "your computer or network may be sending automated queries. To protect our users, we can't process your request right now."
I tried to reload the page on my phone in 4g (in case it's an ip ban), but I have the same error.
The text was updated successfully, but these errors were encountered: