Verba
Verba copied to clipboard
"Query failed: 'NoneType' object is not iterable" Error when starting Verba Chat
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,
set
.env
and run the project.