ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Bug]: Getting Error on Calling POST completion API AssertionError('Nothing. Is it over?')

Open saineshwar opened this issue 6 months ago • 2 comments

Is there an existing issue for the same bug?

  • [X] I have checked the existing issues.

Branch name

main

Commit ID

ef8728a31439decdcb4e90b80d4391f3443e9f30

Other environment information

No response

Actual behavior

From Here we generate API Key

Step 1

image

Step 2

image

Step 3 Calling Create Conversation API

image

Step 4 Calling POST Completion API

image

Getting Error.

{ "data": null, "retcode": 100, "retmsg": "AssertionError('Nothing. Is it over?')" }

Expected behavior

No response

Steps to reproduce

1. Creating an agent of type "Chat bot"
2. After that creating "Chat Bot API" from API button.
3. Generate API Key
4. Calling Create new_conversation API in response we will receive "id"
5. Calling completion API with id "Conversation Id"

Additional information

Error while call Completion API

{ "data": null, "retcode": 100, "retmsg": "AssertionError('Nothing. Is it over?')" }

saineshwar avatar Aug 20 '24 12:08 saineshwar