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

Application error: a client side exception has occurred error seen and application has to closed when trying to send messages when in "Waiting for model response" state #494

Open
sangee2004 opened this issue Sep 11, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@sangee2004
Copy link

Electron Build - ceefbf85

Steps to reproduce the problem:

  1. Start a chat with assistant
  2. When we are still in `waiting for model response.." state , send a chat message.

User gets presented with the following error page . Only way to get around this to quit the app.
Screenshot 2024-09-11 at 9 41 34 AM

Screen.Recording.2024-09-11.at.9.43.43.AM.mov

Errors seen in logs:

2024-09-11T16:43:50.883Z [client] [ERROR] TypeError: Cannot read properties of undefined (reading 'name')
2024-09-11T16:43:50.886Z [client] [ERROR] TypeError: Cannot read properties of undefined (reading 'name')
2024-09-11T16:43:51.977Z [client] [ERROR] Error: Minified React error #310; visit https://react.dev/errors/310 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
@sangee2004 sangee2004 added the bug Something isn't working label Sep 11, 2024
@tybalex
Copy link

tybalex commented Sep 11, 2024

what I did in the past is: freeze the send button when it is waiting for model response. ChatGPT does the same thing, except they allow you to terminate it.

@cjellick
Copy link
Contributor

I'll live with this bug for now

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

4 participants