bloop
bloop copied to clipboard
Default question fails
Describe the bug The default "What does this repo do?" question never gives a correct answer. Following questions work as expected.
Expected behavior An answer that's not a "Sorry". :)
To Reproduce
- Click on any repo.
- Wait for the answer to the default "What does this repo do?" question.
Screenshots or output

Additional context
- Using latest macOS bloop build available (v0.3.1)
- Using both local (2x) and GitHub (1x) repositories.
Hey @ramnes, do the repos in question contain any markdown files? The initial search here is constrained to markdown files, and if none are found, we emit this message. If they do contain markdown files can you reproduce the issue on v0.3.2?
Yep, it does: https://github.com/ramnes/mongo-thingy
Yes, happens on v0.3.2.
That being said, it might be linked to issue #311, because this is the repository I tried to remove (and that still appears in Bloop).
I may have concluded too early that it happens all the time because I had the same message on another repository that indeed doesn't have any Markdown file. Maybe another question should be asked if no Markdown file exist in the repository. :)
The issue can be reproduced in v0.3.3
- Using latest macOS bloop build available (v0.3.3)
Reproduction steps:
- Clone https://github.com/centrifugal/centrifuge to local
- Import
- Ask this question: What does this repo do? repo:centrifuge lang:markdown
@ramnes @hanxuanliang I managed to reproduce this, but unfortunately not reliably. Deleting my repositories and re-indexing them from the user interface seems to have fixed the issue, though.
We're planning a new release from main soon which will fix issues with deleting repositories, so will be easier to pin down what's wrong.
I'm experiencing the same thing. Clicking on the repo/asking the default questions just results in that one message, and I haven't made any deletions to the repos I have loaded. I'll try resyncing one more time and update this.
This default question has been removed as of v0.4.0: https://github.com/BloopAI/bloop/releases/tag/v0.4.3