bloop icon indicating copy to clipboard operation
bloop copied to clipboard

When I run bloop locally, but there is an error

Open 276496815 opened this issue 1 year ago • 3 comments

Describe the bug image

Expected behavior when I run cargo run -p bleep , it is show Message: called Option::unwrap() on a None value

To Reproduce os: 14.3.1 rust: 1.73-x86_64-apple-darwin

// run qdrant_storage docker run -p 6333:6333 -p 6334:6334
-v $(pwd)/qdrant_storage:/qdrant/storage:z
qdrant/qdrant

// location file local_config.json config image

How can I resolve this issue?

276496815 avatar Jun 02 '24 14:06 276496815

I have the same problem :( Any solution to solve this problem?

AL-Kost avatar Jun 27 '24 08:06 AL-Kost

I haven't figured out why the local_config.json file is being ignored, but I successfully ran the program by providing the OpenAI and GitHub keys via CLI parameters. I used the following parameters --github-access-token=<your token> --openai-api-key=<your token> when running the program.

jrandiny avatar Aug 18 '24 05:08 jrandiny

I haven't figured out why the local_config.json file is being ignored, but I successfully ran the program by providing the OpenAI and GitHub keys via CLI parameters. I used the following parameters --github-access-token=<your token> --openai-api-key=<your token> when running the program.

would you tell us how you could run the app , the steps in the repo is not clear , I could not run it

mz0in avatar Aug 31 '24 13:08 mz0in