eyecatchup / SEOstats

SEOstats is a powerful open source PHP library to request a bunch of SEO relevant metrics.
MIT License
1.47k stars 387 forks source link

Failed to generate a valid hash for PR check. #118

Closed PGDesolator closed 8 years ago

PGDesolator commented 8 years ago

I'm facing a rather interesting problem. The google page rank runs fine in the example and returns an actual page rank but when I used the same code on my project it returns the "Failed to generate a valid hash for PR check." message. The google speed score is running without any issues.

I'm running this project on Windows 7 64bit using NetBeans IDE

PGDesolator commented 8 years ago

Ok it happens to google speed score sometimes as well. However, its all random as I get scores for some of the Web pages while others return the PR check error.

fnagel commented 8 years ago

Same issue here. Tested a few hundred different domains and about 60% fails with the above error message. I tried to debug this but without success. Seems not related to specific domains (as one works and works not, apparently without any specific reason).

Tested on two different servers (debian squeeze).

arfen84 commented 8 years ago

Hello I have the same problem. First it worked fine with all domains, now It doesn't work with domain that it worked before. Do I check too much sites in too short time? I send greatings.

ctepeo commented 8 years ago

Just want to confirm that the problem still exists. It also returns wrong result for Google::getBacklinksTotal() function, I checked same domain via simple GuzzleHTTP request (google.com/search?q=site:mydomain.com), parsed response and got the right result.

eyecatchup commented 8 years ago

Pagerank is obsolete since Google officially killed it and will be removed. As for @ctepeo's comment.. Please open a separated issue. Your issue is not related to Pagerank.

eyecatchup commented 8 years ago

Closed in favor of #135