flickr api photos.按标签或按文本搜索结果显示损坏的图像
我有一个问题: 出于某种原因,当我通过标签或文本在 flickr 上搜索并收到结果时,我尝试将它们显示为 html 上的小图像,尽管我收到了 500 个结果,其中大约 1-3 个显示为损坏的结果图像其余部分都很好。但是当我单击“损坏的图像”时,它确实将我发送到 flickr 站点上的正确图像 (每张图片也是指向 flickr.com 中原始位置的链接,并且该链接效果良好)。 可能是什么原因?这是一个众所周知的错误吗? 谢谢 玛丽
I have a question:
for some reason when I do search on flickr either by tags or by text and I receive the results , I try to show them as a small image on my html , although I receive 500 results about 1-3 of them are shown as a broken image the rest are fine.but when I click on the "broken image" it does send me over to the correct Image at the flickr site
(every image is also a link to the original location in flickr.com and the link works well).
what can be the reason? is it a well known bug ?
Thanks
Mary
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这有点混乱,但如果图像没有损坏,您可以将 onError 事件附加到它们并在那时重新加载它们。它可能会促使那些破碎的人“修复”自己。
This is a bit of a kludge, but if the images are not broken, you can attach an onError event to them and re-load them at that time. It might provoke the broken ones to "fix" themselves.