maxkb使用接口API请求报错'NoneType' object has no attribute 'get'


返回的结果:
{‘code’: 200, ‘message’: ‘成功’, ‘data’: {‘chat_id’: ‘9c23e7cc-6d73-11ef-95aa-0242ac120002’, ‘id’: ‘d3ef3f98-6d74-11ef-8647-0242ac120002’, ‘operate’: True, ‘content’: “‘NoneType’ object has no attribut’get’”, ‘is_end’: True}}

增加问题说明:在swagger页面测试时发现,如果把stream参数设置为true时可以正常返回,将参数stream设置为false时就返回

"content": "'NoneType' object has no attribute 'get'",


我在升级1.5.+的版本时也出现了这个问题,经测试,重新创建应用后,这个问题消失,老的应用会存在这个问题。

我试试一下

重新创建也还是一样…

我也一样出现同样的问题,之前的版本好像没有这个问题呢。

这是个已知问题,后续版本会修复。

我也是这个问题,大佬你怎么解决的