Arghhhhhhhhhhhhh Does anyone know what this is saying and how I can resolve it: Fatal error: Uncaught SoapFault exception: [HTTP] Server Error in BLA BLA BLA:263 Stack trace: #0 [internal function]: SoapClient->__doRequest('__call('doGoogleSearch', Array) #2 D:BLA BLA BLA(263): SoapClient->doGoogleSearch(KEY', 'pensions+loan+f...', 0, '10', false, '', false, '', '', '') #3 BLA BLA BNLA(100): Seo->google_keyword_position('pensions,loan,f...') #4 {main} thrown in BLA BLA NLAon line 263
This is due to the unstability of google API.At times the google api fails.You cannot see the consistancy of API based search time to time.I am not quite sure How Google's Ajax based version works. Also for your knowledge,Google returns totally unrelated results using API based search.One may argive that may be due to differnat data centers,But the truth is Its not the case all the times.Only way out of this is to be scraping, which google would not like us to do. Please have additional care , if you are using this result data from API , as it may give you a differnat picture I think community here may have their own understanding, please reply to this
This is due to the unstability of google API.At times the google api fails.You cannot see the consistancy of API based search time to time.I am not quite sure How Google's Ajax based version works. Also for your knowledge,Google returns totally unrelated results using API based search.One may argive that may be due to differnat data centers,But the truth is Its not the case all the times.Only way out of this is to be scraping, which google would not like us to do. Please have additional care , if you are using this result data from API , as it may give you a differnat picture I think community here may have their own understanding, please reply to this
Hi, Thanks for your reply. My experience with SOAP is pretty much null until I started using the Google API; is their any way to trap this error as I don't want to be showing it to my clients. Is there no way of catching a SOAP error?