Replies: 2 comments
-
|
你的这个报错 你可以这样排查:
如果不确定有哪些必填参数,可以通过 GET 只要参数齐全、格式正确,这个报错就会消失。如果还有问题,可以贴一下你的“开始”节点参数配置,我帮你具体看下。 To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
Hi, pls check #5910. We’ll temporarily close this thread for now, but feel free to reopen after updating the title or submit a new one in English. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
我在调用ragflow。api:http://192.168.0.34:180/api/v1/agents/{agent_id}/sessions?user_id=1111
发生了报错。
{
"code": 100,
"data": null,
"message": "TypeError('string indices must be integers')"
}
我在配置工作流入参,然后创建会话接口就会报错。

完成的请求是
curl --location --request POST 'http://192.168.0.34:180/api/v1/agents/XXXX/sessions?user_id=1111'
--header 'Authorization: Bearer ragflow-XXXX'
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)'
--header 'Content-Type: application/json'
--header 'Accept: /'
--header 'Connection: keep-alive'
--data-raw '{
"token": "你的token值"
}'
Beta Was this translation helpful? Give feedback.
All reactions