-
Notifications
You must be signed in to change notification settings - Fork 846
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
Impossible to add repos #2963
Comments
Hello there! Could you provide the error message (if any) you received when attempting to add repos via the web UI? Please also provide the steps to reproduce so we can better locate the issue in the frontend. As for the CLI, we will publish a hotfix soon to update it. It seems as though that interface was overlooked during a recent internal protocol revision. |
Hi @marcelb98 : What you are observing there is Augur starting the frontend when it has not collected any data yet. Without data, our API endpoints are not interpreted beautifully ... as you can see. This should stop happening as data is collected. |
Description:
I did a fresh installation of Augur (following the guide) and tried to add GitHub Repositories using the Web UI as well as the CLI. This fails with an exception.
How to reproduce:
augur backend start
)augur db add-repos ~/repos.txt
, this will fail with the error mentioned belowaugur db add-repos ~/repos.txt
, this will now succeed:Expected behavior:
After adding a repo it should be listed in the Augur Web UI.
With version v0.76.2 this works, with the current 0.76.6 not.
Following the error message, this might be introduced in #2929.
Log files
Exception printed to stdout when trying to add repos with augur 0.76.6:
Other logs are empty:
Software versions:
The text was updated successfully, but these errors were encountered: