If you go to this site, you'll notice a big image in the middle.
If you inspect it, you'll see this.
<img src="">
If you hover over it during Inspect mode, you'll see this:
img[480x640]
And that's normal. The picture should display.
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.
This is what it looks like: .jpg
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.
It's weird because when you inspect it, the code is the same. However, the image says:
img[0x0]
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.
Some of you may not be able to reproduce it. Some of my friends reproduce it. but if you can, please help, thanks.
Edit: I found a few bug issues related to Chrome? Is this it?
;can=1&q=image%20304&colspec=ID%20Stars%20Pri%20Area%20Feature%20Type%20Status%20Summary%20Modified%20Owner%20Mstone%20OS
Edit: everything works fine in incognito mode.
If you go to this site, you'll notice a big image in the middle.
If you inspect it, you'll see this.
<img src="http://s3.amazonaws./mosaicimages/hmn58067pa">
If you hover over it during Inspect mode, you'll see this:
img[480x640]
And that's normal. The picture should display.
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.
This is what it looks like: http://i52.tinypic./1190xu0.jpg
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.
It's weird because when you inspect it, the code is the same. However, the image says:
img[0x0]
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.
Some of you may not be able to reproduce it. Some of my friends reproduce it. but if you can, please help, thanks.
Edit: I found a few bug issues related to Chrome? Is this it?
http://code.google./p/chromium/issues/detail?id=67373&can=1&q=image%20304&colspec=ID%20Stars%20Pri%20Area%20Feature%20Type%20Status%20Summary%20Modified%20Owner%20Mstone%20OS
http://code.google./p/chromium/issues/detail?id=68622
Edit: everything works fine in incognito mode.
Share Improve this question edited Feb 10, 2011 at 10:05 TIMEX asked Feb 6, 2011 at 5:46 TIMEXTIMEX 272k367 gold badges802 silver badges1.1k bronze badges 14- 2 Either fortunately, or unfortunately, I am unable to reproduce this issue (Though, I am running Chrome 10). Perhaps it has to do with your browser settings? Additionally: Does this issue occur with any other browsers, or is it specific to Chrome 9? – Hanna Commented Feb 6, 2011 at 5:50
- 1 Are you using Chrome 9? By the way, this issue does not happen in Firefox – TIMEX Commented Feb 6, 2011 at 5:51
- 1 My friend who is running the latest chrome 9 latest developer build, also has this problem. It's really random. Some images show up some just have img[0x0] when you inspect it. I'm using "9.0.597.84" THat's what it says in About Chrome. Weirdly enough, my friend says "9.0.597.84 Beta" – TIMEX Commented Feb 6, 2011 at 5:53
- 1 I believe we have considerable amount of information now. There are more than one bug reported on this and I have further questions. Does this happen only with images hosted in amazon s3? ( may be some cache setting in the response header). 2. The fact that it works in incognito tells me that there is some configuration flag that could help. Could you create a new profile in chrome ( after backing up your old profile). – billygoat Commented Feb 6, 2011 at 6:22
- 1 would help to get the link to your website back again – Capagris Commented May 6, 2012 at 8:18
2 Answers
Reset to default 2Do you get the following warning in the console?
Resource interpreted as [something] but transferred with MIME type [something else]
It may happen if an image is loaded dynamically (i.e. img src changed at runtime on the client) - which was nicely responded to here.
This could also be caused by the browser actually receiving an incorrect MIME type declaration - I don't imagine that would be an S3-specific issue (given the apparently wide range of similar problems encountered) and would rather suggest it could be an issue with a forwarding (corporate?) proxy etc. - this was the case for us when including fonts but never with images.
Google chrome has an excellent report issue located in the settings tab, take this issue to them,atleast they will rectify in future release chrome versions.