Skip to content
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

Bug: 404 when adding a new repo to the insight page. #1245

Closed
1 of 2 tasks
bdougie opened this issue Jun 5, 2023 · 4 comments
Closed
1 of 2 tasks

Bug: 404 when adding a new repo to the insight page. #1245

bdougie opened this issue Jun 5, 2023 · 4 comments
Assignees
Labels
api-updates-needed 🐛 bug Something isn't working high-priority Work on these issues first

Comments

@bdougie
Copy link
Member

bdougie commented Jun 5, 2023

Describe the bug

While adding a few repositories to my insight page, I noticed it is returning a 404 on the following repositories.

Screen Shot 2023-06-05 at 10 23 50 AM

https://insights.opensauced.pizza/pages/bdougie/348/repositories

https://github.com/capitalone/synthetic-data
https://github.com/capitalone/rubicon-ml
https://github.com/capitalone/locopy
https://github.com/capitalone/edgetest

Error

Screen Shot 2023-06-05 at 10 23 48 AM

Steps to reproduce

  1. Create an insight page
  2. Add one of the above repos
  3. Note the error in the console.

Browsers

Chrome

Additional context (Is this in dev or production?)

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs
@bdougie bdougie added 🐛 bug Something isn't working 👀 needs triage high-priority Work on these issues first api-updates-needed labels Jun 5, 2023
@bdougie bdougie pinned this issue Jun 5, 2023
@bdougie bdougie changed the title Bug: 404 when adding repo Bug: 404 when adding a new repo to the insight page. Jun 5, 2023
@brandonroberts brandonroberts self-assigned this Jun 6, 2023
@brandonroberts
Copy link
Contributor

brandonroberts commented Jun 6, 2023

This is the correct behavior for a repository we haven't indexed yet. It checks our API first, if it doesn't exist, it checks the GitHub API and adds stub information. After the insight page is created, it goes into the queue to get the initial data.

@bdougie
Copy link
Member Author

bdougie commented Jun 7, 2023

My disconnect is after 24hrs capitalone/rubicon-ml and edgetest are both not in my list and I still can't add them.

image

image

It doesn't appear to be indexing those projects.

@brandonroberts
Copy link
Contributor

I see. I'll take a look at the ETL and data

@brandonroberts
Copy link
Contributor

This issue should be resolved now. There was an issue in the ETL with the repository queue

@brandonroberts brandonroberts unpinned this issue Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-updates-needed 🐛 bug Something isn't working high-priority Work on these issues first
Projects
None yet
Development

No branches or pull requests

3 participants