bloop icon indicating copy to clipboard operation
bloop copied to clipboard

Default question fails

Open ramnes opened this issue 2 years ago • 5 comments

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 image

Additional context

  • Using latest macOS bloop build available (v0.3.1)
  • Using both local (2x) and GitHub (1x) repositories.

ramnes avatar Mar 24 '23 09:03 ramnes

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?

ggordonhall avatar Mar 29 '23 14:03 ggordonhall

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. :)

ramnes avatar Mar 29 '23 16:03 ramnes

The issue can be reproduced in v0.3.3

  • Using latest macOS bloop build available (v0.3.3)
image

Reproduction steps:

  1. Clone https://github.com/centrifugal/centrifuge to local
  2. Import
  3. Ask this question: What does this repo do? repo:centrifuge lang:markdown

hanxuanliang avatar Apr 08 '23 10:04 hanxuanliang

@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.

rsdy avatar Apr 12 '23 11:04 rsdy

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.

uncenter avatar Apr 27 '23 16:04 uncenter

This default question has been removed as of v0.4.0: https://github.com/BloopAI/bloop/releases/tag/v0.4.3

ggordonhall avatar Jun 07 '23 09:06 ggordonhall