Resource not found error
Closed this issue · 4 comments
The server is up and running on my local, but when I try to interact with the chatbot I am getting the following error.
"filepath_of_main.py/main.py that is expected to define function doesn't exist" on the command line.
When I inspected the frontend page . I am getting the following error.
POST http://localhost:8080/sendMessage net::ERR_CONNECTION_REFUSED.
I am also attaching the screenshot.
@riteshranjan110 can you create a repo with your current files so that we can reproduce the issue?
Have you put your OpenAI key in main.py file under openai-bot directory?
Have you put your OpenAI key in main.py file under openai-bot directory?
Yes
Try giving main.py path as: examples/openai-bot/main.py
and I solved Access Control error by making new API Key.