Torsten2217 / google-plus-platform

Automatically exported from code.google.com/p/google-plus-platform
0 stars 0 forks source link

Wrong number of +1 through activities.list, correct through activities.get #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Open this request in the APIs explorer: 
http://code.google.com/apis/explorer/#_s=plus&_v=v1&_m=activities.list&userId=11
3408942588672463601&collection=public&alt=json&maxResults=100&fields=items(addre
ss,object(content,plusoners)),nextPageToken
2. The numbers of plusones for the activity with id 
z13lxjggsliqwfl5504cir4olubkhnq4gr00k is 0
3. see screenshot1

What is the expected output? What do you see instead?

1. Open this request in the APIs explorer: 
http://code.google.com/apis/explorer/#_s=plus&_v=v1&_m=activities.get&activityId
=z13lxjggsliqwfl5504cir4olubkhnq4gr00k&alt=json
2. The numbers of plusones for the activity with id 
z13lxjggsliqwfl5504cir4olubkhnq4gr00k is 37
3. see screenshot2

Original issue reported on code.google.com by cmacidis on 15 May 2012 at 12:32

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by baconate...@gmail.com on 15 May 2012 at 9:46

GoogleCodeExporter commented 9 years ago
Some additional information for this defect.

Rinus tried to delete such a post with more than one +1 but with the API 
delivering 0 +1s. After the deletion of such a post the next post gets the 0 
+1s though it has more than one +1.
It looks like the position of the post in the result array is directly linked 
to the defect. Maybe that helps to resolve this issue.

Original comment by cmacidis on 5 Jun 2012 at 2:14

GoogleCodeExporter commented 9 years ago
Is there any chance to get a status of this issue?
Thanks!

Original comment by cmacidis on 13 Jul 2012 at 2:24

GoogleCodeExporter commented 9 years ago
 cmacidis@gmail.com
I don't know exactly what your question about the status means, but this defect 
isa still there. Yesterday I had 109 zero's I had to delete 200 posts to get 
get rid og most them, but have alread 14 new zeros. It seems to have also 
preference for me and especially my highest scores.
If I can be of any help rinus@rinusbakker.nl

Original comment by sleeples...@gmail.com on 17 Sep 2012 at 4:44

GoogleCodeExporter commented 9 years ago
I meant the google-internal status. 
If they have seen this issue or not and if there is any planning.

Original comment by cmacidis on 18 Sep 2012 at 9:03

GoogleCodeExporter commented 9 years ago
OK I want to know too. We wait soooooooooooooo loooooooooooooong!!!!

Original comment by sleeples...@gmail.com on 18 Sep 2012 at 9:44

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Please fix this problem !!

Original comment by eric.del...@gmail.com on 3 Oct 2012 at 1:44

GoogleCodeExporter commented 9 years ago
I can't say it anymore clear than the attachment does.
Please fix this!
Thank you in advance! :-)

Original comment by sleeples...@gmail.com on 7 Oct 2012 at 11:02

Attachments:

GoogleCodeExporter commented 9 years ago
I am unable to reproduce this problem now.  It is possible that it has been 
resolved in the past few months.  Does it persist for you?

Original comment by joannasm...@google.com on 11 Apr 2013 at 3:56

GoogleCodeExporter commented 9 years ago
Thanks, for me it works fine now,.

-- 
Have a nice day!
Rinus Bakker, Photographer, founder and manager BTP (Best Top Photographer)
Only The Best!
BTP website:
www.besttopphotographer.com
and Best Top Photographer page:
https://plus.google.com/u/0/b/106076691418230531902/106076691418230531902/posts

Please mail to: rinusbakker@rinusbakker.nl <rinus@rinusbakker.nl> in case
of urgent or business related messages.

Original comment by sleeples...@gmail.com on 11 Apr 2013 at 6:48

GoogleCodeExporter commented 9 years ago
We also didn't see it anymore on CircleCount.

Thanks Joanna!

Original comment by cmacidis on 11 Apr 2013 at 7:00

GoogleCodeExporter commented 9 years ago
I think this problem is solved.

Original comment by eric.del...@gmail.com on 11 Apr 2013 at 12:28

GoogleCodeExporter commented 9 years ago
Thanks for the feedback, everyone!  I'll close the issue now since it seems to 
be resolved.

Original comment by joannasm...@google.com on 23 Apr 2013 at 10:27

GoogleCodeExporter commented 9 years ago
We have this problem now again.

The activity with the id z134cb2hflm2ghdbm04cir4olubkhnq4gr00k is showing here 
(https://developers.google.com/+/api/latest/activities/get) the correct number 
of plusones, but when we search for it through activities.list() we get 0 
plusones.

Can you please take a look again?
Thanks!

Original comment by cmacidis on 26 May 2014 at 9:56

GoogleCodeExporter commented 9 years ago
Reopening

Original comment by plindner@google.com on 26 May 2014 at 2:21

GoogleCodeExporter commented 9 years ago
Thanks for reopening Paul!

It looks like the problem is related to the parameter maxResults.
Everything >= 32 leads to 0 plusones for all posts:
https://developers.google.com/apis-explorer/#p/plus/v1/plus.activities.list?user
Id=101373961279443806744&collection=public&maxResults=32&fields=items%252Fobject
%252Fplusoners&_h=3&

I hope that helps a bit in your analysis!

Original comment by cmacidis on 2 Jun 2014 at 10:38