Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]Flowise can not see the first message with image #3735

Open
Rrrrnnyg opened this issue Dec 18, 2024 · 0 comments
Open

[BUG]Flowise can not see the first message with image #3735

Rrrrnnyg opened this issue Dec 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Rrrrnnyg
Copy link

Rrrrnnyg commented Dec 18, 2024

Issue with Flowise API handling image messages:

  1. When a user sends their first message containing an image in a session, Flowise ignores this image, and responds with "I don't see any image."
image
  1. Interestingly, if the user continues to send second, third, or subsequent messages with images in the same session, these subsequent image messages are processed correctly.

  2. As for the first ignored image message, Flowise only processes it correctly after the user sends another message (with or without images).

image

This issue appears to be related to how Flowise handles the first image message in a session, possibly due to asynchronous image processing or session context initialization. I've tried various solutions (including adding delays, ensuring image loading completion, adjusting message history), but the issue persists.

Steps to Reproduce:

  1. Start a new chat session
  2. Send a message with an image
  3. Observe that Flowise responds with "I don't see any image"
  4. Send another message (with or without image)
  5. Observe that Flowise can now see the previous image

Expected Behavior:

  • The first image message should be processed correctly immediately, just like subsequent image messages.

Current Behavior:

  • The first image message is ignored until a subsequent message is sent.
  • All subsequent image messages work correctly on first try.
@HenryHengZJ HenryHengZJ added the bug Something isn't working label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants