FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.71k stars 16.54k forks source link

[BUG]Cannot read properties of undefined (reading 'incrementCounter') #3493

Closed Rrrrnnyg closed 1 week ago

Rrrrnnyg commented 1 week ago

When I send message in the chat window, I'll receive message from AI and another message says :

Cannot read properties of undefined (reading 'incrementCounter')

image

I have tried both the chatOpenAI and chatOpenAI custom node, and also tried using OpenAI API key directly instead of using Openrouter API KEY, but the problem has not been resolved.

HenryHengZJ commented 1 week ago

Should be fixed now, try updating your forked repo

HenryHengZJ commented 1 week ago

https://github.com/FlowiseAI/Flowise/pull/3489

Rrrrnnyg commented 1 week ago

@HenryHengZJ Thanks