Hi,
I am using the SEOMoz PHP client library to get the backlink data for
around 3,000 URL's.
I am fetching the top 100 domain-to-domain backlinks for each of the
3000 URL. The problem is, I keep getting 500 errors at random.
Sometime the error will appear after getting the data for 5 URLs and
sometime it wont appear for 300 URL's and then randomly strike again.
Of course the application is set to quit upon receiving a 500 error.
Here is an example of the 500 response.
'url' => string '
http://lsapi.seomoz.com/linkscape/links/
www.seomoz.org?Scope=domain_to_domain&Filter=external&Sort=domain_authority&SourceCols=42394552733001981&Offset=0&Limit=100'
(length=176)
'content_type' => string 'text/plain' (length=10)
'http_code' => int 500
'header_size' => int 202
'request_size' => int 298
'filetime' => int -1
'ssl_verify_result' => int 0
'redirect_count' => int 0
'total_time' => float 7.563
'namelookup_time' => float 0
'connect_time' => float 3.031
'pretransfer_time' => float 3.031
'size_upload' => float 0
'size_download' => float 0
'speed_download' => float 0
'speed_upload' => float 0
'download_content_length' => float 0
'upload_content_length' => float 0
'starttransfer_time' => float 7.563
'redirect_time' => float 0
I get no error code, error text or anything related with the response.
Just a 500 HTTP_CODE and empty response. Is the SEOMoz link service
undergoing some sort of maintenence?