-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Discussion search stays "on wait" forever. And edit & run prompt again is not an available option #372
Comments
From my observations: Fifth time click on suggestion will cause this (always) - in the backend logs (with debug enabled) I can see it trying to get searxng with empty query: perplexica-perplexica-backend-1 | Sun, 10 Nov 2024 16:03:13 GMT express:router trim prefix (/api) from url /api/suggestions Then this error is logged: perplexica-perplexica-backend-1 | error: Unhandled Rejection at: [object Promise], reason: AxiosError: Request failed with status code 400 perplexica-perplexica-backend-1 | winston:file: written true false |
Describe the bug
After some few prompts, the last one stays "on wait" forever
It must be related to a timeout or kind of prompt unchaining .
To bypass this,
I wonder if each sequences could have an "edit" button and be able to replay a sequence ?
Then this bug "no resolution" creates a feature
The text was updated successfully, but these errors were encountered: