Sometimes when you make a Twitter API call, the profile_image_url does not return anything. For example. For the user: http://twitter.com/primakat
The profile_image_url is http://s3.amazonaws.com/twitter_production/profile_images/156748639/n707221525_2190106_4614301_normal.jpg However when you try to display that, it returns nothing/broken image. After some invistigation Amazon WS is returning this when you try to GET the image: {code} <Error> <Code>NoSuchKey</Code> <Message>The specified key does not exist.</Message> - <Key> profile_images/156748639/n707221525_2190106_4614301_normal.jpg </Key> <RequestId>82458F94E86364B2</RequestId> - <HostId> ie3T4Wehdubqv8ta/zM7cM9UQRCm0zkSeaL/PDgHFZ88gfPC4Iya1UubrnxtZdZv </HostId> </Error> {code} Any suggestions? Graceful degradation? Whats the best way of handling issues like this? Is this a bug?
