Error clearing OpenAI Thread #3790
Unanswered
samerGMTM22
asked this question in
Q&A
Replies: 1 comment
-
I fixed it by switching to Tool Agent; I think there is a backend issue handling OpenAI Assistant in this scenario |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I keep getting the error below when chatting with OpenAI Assistant chatflow; I am using the chat flow through API and UI; in API in the app I am passing a 'chatID' and am getting the streaming response tokens with no issue, but when using the chat widget on both flowise instance and app embed I get below and then the request halts with no response. I am wondering if on flowise side the chatID is being passed?
I tried recreating the flow and deleting old one
I restarted the whole render instance of my flowise
Nothing is working... please help
Error from Render logs:
2025-01-01 16:16:34 [INFO]: ❌ DELETE /api/v1/chatmessage/xxxxx-xxxxx-xxxxx-xxxxxxx?chatId=xxxxx-xxxxxx-xxxxxxx-xxxx&chatType=INTERNAL
2025-01-01 16:16:34 [INFO]: Clearing OpenAI Thread xxxxx-xxxxx-xxxxx-xxxxxxx
2025-01-01 16:16:34 [ERROR]: Error clearing OpenAI Thread xxxxx-xxxxx-xxxxx-xxxxxxx
2025-01-01 16:16:37 [INFO]: ⬆️ POST /api/v1/internal-prediction/xxxxx-xxxxx-xxxxx-xxxxxxx
2025-01-01 16:16:37 [INFO]: [server]: Chatflow xxxxx-xxxxx-xxxxx-xxxxxxx added into ChatflowPool
Beta Was this translation helpful? Give feedback.
All reactions