Verba icon indicating copy to clipboard operation
Verba copied to clipboard

"Query failed: 'NoneType' object is not iterable" Error when starting Verba Chat

Open Badhansen opened this issue 9 months ago • 26 comments

Description

Application is up and running, but Verba Chat is not working. It is showing "Something went wrong: 'NoneType' object is not iterable", although Verba variables are available.

If I look at the logs, I see the following:. Included some lines above and below for context.

INFO:     127.0.0.1:64363 - "POST /api/set_config HTTP/1.1" 200 OK
INFO:     ('127.0.0.1', 64374) - "WebSocket /ws/generate_stream" [accepted]
INFO:     connection open
INFO:     127.0.0.1:64363 - "POST /api/suggestions HTTP/1.1" 200 OK
✔ Received query: What is verba?
⚠ Query failed: 'NoneType' object is not iterable
INFO:     127.0.0.1:64386 - "POST /api/query HTTP/1.1" 200 OK

Is this a bug or a feature?

  • [x] Bug

Steps to Reproduce

Follow the steps, Screenshot 2024-05-20 at 1 20 20 AM Issue set .env and run the project.

Badhansen avatar May 20 '24 00:05 Badhansen