gpt4 book ai didi

python - Cherrypy REST> 类型错误 : Chunk is not of type bytes

转载 作者:行者123 更新时间:2023-12-01 02:52:54 26 4
gpt4 key购买 nike

我在查看 JSON 数据时遇到问题。 View 不起作用。

500 内部服务器错误

服务器遇到意外情况,无法满足请求。

Traceback (most recent call last):
File "C:\Python3\lib\site-packages\cherrypy\_cprequest.py", line 675, in respond
response.finalize()
File "C:\Python3\lib\site-packages\cherrypy\_cprequest.py", line 947, in finalize
content = self.collapse_body()
File "C:\Python3\lib\site-packages\cherrypy\_cprequest.py", line 911, in collapse_body
repr(chunk))
TypeError: Chunk {'__type__': 'Anchor', 'code': 'AN2', 'fwver': '0.8', 'host': '10.10.10.105', 'hwver': '0.10', 'idanchor': '2b590a73-e7af-47a1-bee5-dc8dd854e86a', 'locgeog': '0101000020E6100000A541A070CA092D40C055CEC46F074940', 'name': 'V rohu vpravo od dveří', 'port': 12344, 'rtlsaddress': 'DECA013010000BD6'} is not of type 'bytes'

最佳答案

我认为 CherryPy 对这个错误不是很友好,但基本上处理程序应该返回 bytes 而不是字典。为此,您需要使用 @cherrypy.tools.json_out() 修饰该方法。

了解更多信息:http://docs.cherrypy.org/en/latest/basics.html?highlight=json#encoding-response

关于python - Cherrypy REST> 类型错误 : Chunk is not of type bytes,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44539574/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com