XML / ATOM获取错误:响应不是Atom提要/条目

时间:2013-10-03 04:35:04

标签: rest nullpointerexception xmlhttprequest feed atom-feed

我正在制作GET请求 headers={'Accept': 'application/atom+xml,application/atomsvc+xml,application/xml'}

我将此作为回应:

result: 200 (OK) 
response headers: {'last-modified': 'Wed, 02 Oct 2013 22:17:45 GMT', 'content-length': '2328', 'etag': '1405175890', 'x-powered-by': 'Servlet/3.0', 'date': 'Wed, 02 Oct 2013 22:17:45 GMT', 'content-type': 'application/atom+xml'} 
response body:
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:ns2="http://a9.com/-/spec/opensearch/1.1/" xmlns:ns3="http://www.w3.org/1999/xhtml">
.
.
.
.  
</content>
</entry>
</feed>
Error 500: java.lang.NullPointerException

我收到错误:“响应不是Atom提要/条目” 我尝试了不同的标题,但我失败了。这个问题怎么解决? 代码是用Python编写的,并使用“请求”库。

0 个答案:

没有答案