FlowiseAI / Flowise

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

[BUG] - Chatbot can't handle Images taken by a Phone #3304

Open KI-Experten opened 1 week ago

KI-Experten commented 1 week ago

Describe the bug When I take a picture directly from my phone and try to upload it in the Flowise chatbot, the file is not recognized and cannot be processed. However, uploads work perfectly for photos that are not taken with the phone's camera.

To Reproduce Steps to reproduce the behavior:

  1. Open a Flowise Chatbot on your mobile phone.
  2. Click on the option to upload a picture.
  3. Select the camera option and take a new photo or choose a photo that you took with your phone's camera.
  4. Send the message.
  5. The chatbot does not respond and ignores the input.

Screenshots Chatbot ignores Image: Chatbot ignores Image

After reloading Site: After reloading Site

Flow I tested it on different Flows, same Problem on everyone.

Setup

Additional context I have noticed that the error occurs only with images taken directly with the camera. My suspicion is that there seems to be an issue with the image URL/file format that the chatbot cannot process.

HenryHengZJ commented 1 week ago

@amansoni7477030 have you bumped into this issue before?

amansoni7477030 commented 1 week ago

@HenryHengZJ I haven't personally encountered this issue with Flowise yet, but I can help troubleshoot. It seems like the problem might be related to how the chatbot handles image metadata or file formats directly from phone cameras. I'll take a closer look and see if there's a workaround or fix we can implement.