我正在fantasysports表上执行以下YQL。
从fantasysports.games中选择*,其中use_login = 1,game_key在('238','223','mlb','nfl')
但它没有给出以下回复
<?xml version="1.0" encoding="UTF-8"?>
<query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng"
yahoo:count="0" yahoo:created="2014-08-05T05:47:43Z" yahoo:lang="en-US">
<diagnostics>
<publiclyCallable>true</publiclyCallable>
<url execution-start-time="1" execution-stop-time="520"
execution-time="519" http-status-code="500" http-status-message="INKApi Error">
<![CDATA[http://fantasysports.yahooapis.com/fantasy/v2/users;use_login=1/games;game_keys=238,223,mlb,nfl]]></url>
<user-time>520</user-time>
<service-time>519</service-time>
<build-version>0.2.2666</build-version>
</diagnostics>
<results/>
在其他表上执行的查询工作正常。