【发布时间】:2014-08-05 05:50:50
【问题描述】:
我正在 Fantasysports 台上执行以下 YQL。
select * from Fantasysports.games where use_login=1 and game_key in ('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/>
在其他表上执行的查询工作正常。
【问题讨论】:
标签: sql api yahoo yql yahoo-api