asah / footprint2009dev

original dev repo for AllForGood.org
http://AllForGood.org/
0 stars 1 forks source link

Snippets list should fail gracefully when friend list fails #490

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've been seeing an intermittent bug pop up where, when I'm logged in with
FriendConnect and loading a page that displays a snippets list (home page,
search results pages, etc).  Loading the snippets list involves loading the
user's friends to display likes, and I've been sometimes seeing a 500
error, which causes the snippets to not display, due to the friends list
not loading properly.

I'm not sure if this is FriendConnect failing or something on our end, but
at the very least we should fail gracefully and not worry about displaying
friends' likes if this fails, instead of giving a 500 error.

Original issue reported on code.google.com by ehysen on 8 Jul 2009 at 3:06