我的应用程序显示股市数据。我使用YQL来获取股票数据。
Lats两天,当我在早上或之前(印度时间下午1点)取出时,yql查询返回空响应。 但是现在它显示出确切的问题
查询结果是“yahoo.finance.quotes”已被阻止。
回复是
<query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" yahoo:count="0" yahoo:created="2012-09-26T11:24:22Z" yahoo:lang="en-US">
<diagnostics>
<publiclyCallable>true</publiclyCallable>
<url execution-start-time="20" execution-stop-time="23" execution-time="3" proxy="DEFAULT">
<![CDATA[
http://www.datatables.org/yahoo/finance/yahoo.finance.quotes.xml
]]>
</url>
<cache execution-start-time="25" execution-stop-time="26" execution-time="1" method="GET" type="MEMCACHED">
<![CDATA[ 13c4f8eac77ad886bade5a711c8c1ef5 ]]>
</cache>
<javascript name="yahoo.finance.quotes" verb="select">
<![CDATA[
com.yahoo.platforms.pipes.model.ModuleException: Error Codes: js.blocked.execute.request Message: "The current table 'yahoo.finance.quotes' has been blocked. It exceeded the allotted quotas of either time or instructions"
]]>
</javascript>
<user-time>26</user-time>
<service-time>4</service-time>
<build-version>30549</build-version>
</diagnostics>
<results/>
</query>
我没有超过请求限制1000 \小时。试试50天。
答案 0 :(得分:4)
“这是一个由社区贡献的表格,供多人使用。如果表格似乎占用我们的资源,或者持续执行超过30秒,我们将表格标记为滥用”(这也可能是由于下游来源缓慢)这个特殊的表似乎被标记为比其他表更多的滥用。我们也会在一段时间后删除我们的块,因此表的零星工作。如果您的应用程序,我建议您等待Yahoo! Finance的官方表需要更稳定的数据源。“