Question

Testing several plus feeds -

Made my own app from this post which gives list index out of range and then found plu.sr but nothing is showing as if I never posted anything public.

Please help me find out why my public GPlus posts are not found here plu.sr nor here: mhpgplusfeed (the latter running the code from git/plusfeed)

I only get the one error in the app engine:

2011-12-04 07:26:30.291 /117500723574087130516 500 246ms 0kb Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20100101 Firefox/9.0

83.84.44.152 - - [04/Dec/2011:07:26:30 -0800] "GET /117500723574087130516 HTTP/1.1" 500 199 - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20100101 Firefox/9.0" "mhpgplusfeed.appspot.com" ms=246 cpu_ms=70 api_cpu_ms=0 cpm_usd=0.003448 instance=00c61b117c2de2439536d6fffb3f82b6a3324a

D 2011-12-04 07:26:30.053

re-requesting feed

E 2011-12-04 07:26:30.289

list index out of range
Was it helpful?

Solution

It probably doesn't work because it uses an unofficial google+ api that they must have secured at some point. The object that's supposed to contain the feed contains some gibberish and in effect you get index out of range caught here. This is the line that causes it. There's an official API available.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top