Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy does Google Chrome 9 not show images from Amazon S3?
    primarykey
    data
    text
    <p>If you go to this site, you'll notice a big image in the middle.<br> If you inspect it, you'll see this.</p> <pre><code>&lt;img src="http://s3.amazonaws.com/mosaicimages/hmn58067pa"&gt; </code></pre> <p>If you hover over it during Inspect mode, you'll see this:</p> <pre><code>img[480x640] </code></pre> <p>And that's normal. The picture should display.</p> <p>But sometimes, when I browse my site, the image simply does not display. The HTMl is the same. Everything is the same. It's just that the "cache" messes up.</p> <p>This is what it looks like: <a href="http://i52.tinypic.com/1190xu0.jpg">http://i52.tinypic.com/1190xu0.jpg</a></p> <p>When the image doesn't display, I clear the cache in Chrome browser settings, and the image displays again. After browsing the site again, random pictures disappear.</p> <p>It's weird because when you inspect it, the code is the same. However, the image says:</p> <pre><code>img[0x0] </code></pre> <p>That's very awkward, because the image really is there. it's in S3 and it's fine. It happens on other pages as well, not just this page. It happens for all images that are in S3.</p> <p>Some of you may not be able to reproduce it. Some of my friends reproduce it. but if you can, please help, thanks.</p> <p>Edit: I found a few bug issues related to Chrome? Is this it?</p> <p><a href="http://code.google.com/p/chromium/issues/detail?id=67373&amp;can=1&amp;q=image%20304&amp;colspec=ID%20Stars%20Pri%20Area%20Feature%20Type%20Status%20Summary%20Modified%20Owner%20Mstone%20OS">http://code.google.com/p/chromium/issues/detail?id=67373&amp;can=1&amp;q=image%20304&amp;colspec=ID%20Stars%20Pri%20Area%20Feature%20Type%20Status%20Summary%20Modified%20Owner%20Mstone%20OS</a></p> <p><a href="http://code.google.com/p/chromium/issues/detail?id=68622">http://code.google.com/p/chromium/issues/detail?id=68622</a></p> <p>Edit: everything works fine in incognito mode.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload