0

我正在发出 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 编写并使用“请求”库。

4

0 回答 0