Comment 13 for bug 626023

Revision history for this message
Gabriel Samfira (gabriel-samfira) wrote :

Hi Sebas,

Try copy and pasting this link into your browser:

https://www.google.com/buzz/api/auth/OAuthAuthorizeToken?oauth_token=1%2FmMb9FwDmngHcuz4mqSBwlPRp3ArndpyO6HlTPSTiPcs&domain=anonymous&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fbuzz

After that, copy and paste this command into a terminal:

sudo sed -i -e '63 s/.*/ try:\n m["text"] = data["object"]["content"]\n except:\n m["text"] = "None"/' /usr/lib/python2.6/dist-packages/gwibber/microblog/buzz.py

And see if that helps.