我一直在使用yahoo yql服务从网站读取rss提要,但今天其余的url返回了错误。
https://query.yahooapis.com/v1/public/yql?q=select%20title%20from%20rss%20where%20url%3D%22http%3A%2F%2Frss.news.yahoo.com%2Frss%2Ftopstories%22&format=json&diagnostics=true&callback=结果:
{"query":{"count":0,"created":"2017-08-29T03:09:44Z","lang":"en-US","diagnostics":{"publiclyCallable":"true","url":{"execution-start-time":"1","execution-stop-time":"3","execution-time":"2","http-status-code":"400","http-status-message":"Bad Request","content":"http://rss.news.yahoo.com/rss/topstories"},"user-time":"3","service-time":"2","build-version":"2.0.164"},"results":null}}他们是否停止了服务,或者为了让它正常工作而需要的任何改变?
发布于 2017-08-29 15:18:17
我也有同样的问题。如果你一直这么说,它最终会成功的。我提出了一个解决办法,等待一秒钟,然后再试一次。希望你能尽快得到答案!
https://stackoverflow.com/questions/45930143
复制相似问题