问题
Yahoo data sometimes fails to get data, "query.results is null or not an object" .
This is happening to me to on Chrome 55.0.2883.87 and fierfox 50.1.0.
This is the YQL i'm Using:
http://query.yahooapis.com/v1/public/yql?q=select * from weather.forecast where woeid = 2514815&format=json
And the response:
{"query":{"count":0,"created":"2017-01-01T22:27:51Z","lang":"en-US","results":null}}
what do i do? ideas?
来源:https://stackoverflow.com/questions/41419617/yql-weather-result-is-null-in-half-the-time