Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

When I run bloop locally, but there is an error #1272

Open
276496815 opened this issue Jun 2, 2024 · 3 comments
Open

When I run bloop locally, but there is an error #1272

276496815 opened this issue Jun 2, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@276496815
Copy link

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 276496815 added the bug Something isn't working label Jun 2, 2024
@AL-Kost
Copy link

AL-Kost commented Jun 27, 2024

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

@jrandiny
Copy link

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.

@mz0in
Copy link

mz0in commented Aug 31, 2024

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants