Hi all,
I've noticed that my site stopped displaying weather
content that I have been pulling from
http://weather.yahooapis.com/forecastjson using YQL. It seems that this URL is no
longer available? forecastrss is still there (which only displays
forecast for 2 days), but forecastjson is no longer available.
Can anyone confirm? I am pretty sure there are lots of other developers who depended on this to pull weather data.
Thanks in advance.
select * from json where url='http://weather.yahooapis.com/forecastjson?w=12797154&d=5&u=f'
cbfunc({
"query": {
"count": 0,
"created": "2012-10-07T06:29:08Z",
"lang": "en-US",
"diagnostics": {
"publiclyCallable": "true",
"url": {
"execution-start-time": "1",
"execution-stop-time": "6",
"execution-time": "5",
"http-status-code": "404",
"http-status-message": "Not Found",
"proxy": "DEFAULT",
"content": "http://weather.yahooapis.com/forecastjson?w=12797154&d=5&u=f"
},
"error": "Invalid JSON document http://weather.yahooapis.com/forecastjson?w=12797154&d=5&u=f",
"user-time": "6",
"service-time": "5",
"build-version": "30549"
},
"results": null
}
});