Tenshinur / google-buzz-api

Automatically exported from code.google.com/p/google-buzz-api
0 stars 1 forks source link

Wrong share counts returned for some URLs (Maximum value for an unsigned long int) #124

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get share count of url http://www.modeliuotojas.lt/bsp
https://www.googleapis.com/buzz/v1/activities/count?alt=json&url=http://www.mode
liuotojas.lt/bsp

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

Share count is equal to 18446744073709551615. I do not know the real number, 
but this one is definitely not the real one. Additionally, the returned number 
is the maximum value for an unsigned long int. 

What version of the product are you using? On what operating system?

Public buzz version.

Original issue reported on code.google.com by aurimas....@gmail.com on 8 Oct 2010 at 2:06

GoogleCodeExporter commented 8 years ago
Here's the result I get:
https://www.googleapis.com/buzz/v1/activities/count?alt=json&url=http://www.mode
liuotojas.lt/bsp

{
-data: {
kind: "buzz#countFeed"
-counts: {
-http://www.modeliuotojas.lt/bsp: [
-{
timestamp: "2010-10-08T18:34:02.186Z"
count: "0"
}
]
}
}
}

Original comment by adewale on 8 Oct 2010 at 6:35

GoogleCodeExporter commented 8 years ago
Now I do get the same (zero count), too. At the time of posting the issue, I 
did not. I guess there is not much to comment here :) 

and, yes, I am 100% sure that the request I did at the time of posting was the 
same as I do now :)

Original comment by aurimas....@gmail.com on 9 Oct 2010 at 5:41

GoogleCodeExporter commented 8 years ago
I'm going to close this bug as invalid but my guess is that it was just a 
temporary glitch. Thanks for reporting it.

Original comment by a...@google.com on 11 Oct 2010 at 11:40