-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't sync repo with 'main' branch #407
Comments
That's weird. Can you tell me if replacing |
Unfortunately still the same behavior:
Can I enable debugging for more verbose logging? |
I just created a public repo you can use for debugging:
|
I can repro the same behavior, both with detect-ref and a specific ref. Minimal log entry:
|
Relevant code to determine the branch (with defaultRef hardcoded to master):
To debug this, could be interesting to add some debug logging there. |
@sbuehnemann How did you start Hound? I've added debug info at dereckson@1c99508 and it works perfectly fine with the same configuration file. Then I've got an illumination flash: I've started by hound server with the etsy/hound image, updated 3 years ago, as documented in the README. The issue you describe matches the behavior of older versions of Hound, like the one still used in etsy/hound image. If so, it should be fixed by #405. |
Thanks for the hint, I'll try it out tomorrow. |
@sbuehnemann let me know if that doesn't solve your problem. I'm going to close this in favor of #405 instead. |
@sbuehnemann we've updated the README — try using the Docker instructions again and see if that works for you. |
(Thank you for your help @dereckson, much appreciated) |
Hi, I'm using the following config to pull a repo that was created with 'main' as the default branch:
Initial sync starts and I can search the code. But on the next sync cycle the logs tell that it doesn't work:
The link in the search results also points to master, so it leads to a 404.
Any clues?
The text was updated successfully, but these errors were encountered: