search.spelling return error 999
Hello everybody
I have an application that using YQL returns words suggestions (Did you mean?).
All right until a few days ago I only get the following error :
http-status-code":"999",
"http-status-message":"Unable to process request at this time -- error 999".
The documentation suggests that the error is due to Yahoo's services are saturated. I've found on forums that could be because I have exceeded the number of requests but I can say that this is not the case.
url : http://query.yahooapis.com/v1/yql
query : ex: select * from search.spelling where query="query" and appid="appid"
I tried giving me high in the Yahoo Search BOSS but the problem persists. (http://boss.yahooapis.com/ysearch/spelling/v1/rebolucion)
I have also found that queries through the console (http://developer.yahoo.com/yql/console/) work correctly but if I run in the browser the query
generate in the THE REST QUERY I get the same error
CONSOLE
select * from search.spelling where query="rebolucion" and appid="APP_ID"
<?xml version="1.0" encoding="UTF-8"?>
<query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng"
yahoo:count="1" yahoo:created="2011-08-04T14:05:56Z" yahoo:lang="en-US">
<diagnostics>
<publiclyCallable>true</publiclyCallable>
<url execution-start-time="1312466755947"
execution-stop-time="1312466756013" execution-time="66"><![CDATA[http://boss.yahooapis.com/ysearch/spelling/v1/rebolucion?format=xml]]> </url>
<user-time>67</user-time>
<service-time>66</service-time>
<build-version>20293</build-version>
</diagnostics>
<results>
<suggestion xmlns="http://www.inktomi.com/">revolucion</suggestion>
</results>
</query>
THE REST QUERY
http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20search.spelling%20where%20query%3D%22rebolucion%22%20and%20appid %3D%22APP_ID%22&diagnostics=true
<query yahoo:count="0" yahoo:created="2011-08-04T14:12:57Z" yahoo:lang="en-US">
<diagnostics>
<publiclyCallable>true</publiclyCallable>
<url execution-start-time="1312467177449" execution-stop-time="1312467177645" execution-time="196" http-status-code="999"
http-status-message="Unable to process request at this time -- error 999">
http://boss.yahooapis.com/ysearch/spelling/v1/rebolucion?format=xml
</url>
<user-time>199</user-time>
<service-time>196</service-time>
<build-version>20293</build-version>
</diagnostics>
<results/>
</query>
Please let me indicate if a problem does exist in the service and policy Yahoo about it or any other idea.
Thanks
by
0 Replies