Cannot send messages on an imported conversation - ReferenceError: files is not defined #75

Closed
opened 2025-11-11 14:04:01 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @MiracleXYZ on GitHub (Dec 7, 2023).

Describe the bug
Cannot send messages on an imported conversation. The console shows the following error message:

Uncaught (in promise) ReferenceError: files is not defined
    at ae (4.72c51156.js:7:945)
    at HTMLTextAreaElement.F (Navbar.fcc8a122.js:47:5766)

To Reproduce
Steps to reproduce the behavior:

  1. Start a new conversation and get some model responses.
  2. Export the conversation, delete, and re-import it.
  3. Type some text and try to send the message.

Expected behavior
The message should be sent and the model should start responding.

Screenshots
image

Desktop (please complete the following information):

  • OS: macOS
  • Browser: Arc
  • Version: Version 1.19.1 (43687), Chromium Engine Version 119.0.6045.199

Additional context
Add any other context about the problem here.

Originally created by @MiracleXYZ on GitHub (Dec 7, 2023). **Describe the bug** Cannot send messages on an imported conversation. The console shows the following error message: ``` Uncaught (in promise) ReferenceError: files is not defined at ae (4.72c51156.js:7:945) at HTMLTextAreaElement.F (Navbar.fcc8a122.js:47:5766) ``` **To Reproduce** Steps to reproduce the behavior: 1. Start a new conversation and get some model responses. 2. Export the conversation, delete, and re-import it. 3. Type some text and try to send the message. **Expected behavior** The message should be sent and the model should start responding. **Screenshots** <img width="1856" alt="image" src="https://github.com/ollama-webui/ollama-webui/assets/30370926/74eadfc5-eadc-44be-b5a3-a1ac97574dc7"> **Desktop (please complete the following information):** - OS: macOS - Browser: Arc - Version: Version 1.19.1 (43687), Chromium Engine Version 119.0.6045.199 **Additional context** Add any other context about the problem here.
Author
Owner

@MiracleXYZ commented on GitHub (Dec 7, 2023):

Reverting back to ghcr.io/ollama-webui/ollama-webui@sha256:d88463c203627eb537c39f04085a35a951095474e1948661a0d3fd9b1a570d82 solved this issue. I guess the issue has something to do with this commit.

@MiracleXYZ commented on GitHub (Dec 7, 2023): Reverting back to `ghcr.io/ollama-webui/ollama-webui@sha256:d88463c203627eb537c39f04085a35a951095474e1948661a0d3fd9b1a570d82` solved this issue. I guess the issue has something to do with [this commit](https://github.com/ollama-webui/ollama-webui/commit/dc7f595448caffbfaf604936f76b2337ef61f68e#diff-2af3510b2da1f806deae850487ac2e517054802c7c9cf714cf68560b048ebb6fR450).
Author
Owner

@tjbck commented on GitHub (Dec 7, 2023):

Hi, Thanks for creating this issue. Taking a look now, stay tuned for updates.

@tjbck commented on GitHub (Dec 7, 2023): Hi, Thanks for creating this issue. Taking a look now, stay tuned for updates.
Author
Owner

@tjbck commented on GitHub (Dec 7, 2023):

The latest release should've fixed your issue, Let me know if the issue still persists, Thanks!

@tjbck commented on GitHub (Dec 7, 2023): The latest release should've fixed your issue, Let me know if the issue still persists, Thanks!
Author
Owner

@MiracleXYZ commented on GitHub (Dec 8, 2023):

The latest release should've fixed your issue, Let me know if the issue still persists, Thanks!

It is now fixed. Thanks!

@MiracleXYZ commented on GitHub (Dec 8, 2023): > The latest release should've fixed your issue, Let me know if the issue still persists, Thanks! It is now fixed. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#75