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

Projects page 'About' section not updating #3912

Open
mattlindsey opened this issue Dec 26, 2023 · 2 comments
Open

Projects page 'About' section not updating #3912

mattlindsey opened this issue Dec 26, 2023 · 2 comments
Labels

Comments

@mattlindsey
Copy link
Collaborator

mattlindsey commented Dec 26, 2023

The 'About' section on the Projects page will get updated by running the rake task below for the websiteone project but not other projects. I think maybe there's an issue with projects that are not under https://github.com/AgileVentures. See how the m is missing from attlindsey below:

➜  WebsiteOne git:(develop) heroku run rake fetch_github:readme_files --app websiteone-new
Running rake fetch_github:readme_files on ⬢ websiteone-new... up, run.7285 (Basic)
To use retry middleware with Faraday v2.0+, install `faraday-retry` gem
W, [2023-12-26T18:39:29.551675 #2]  WARN -- : Trying to get the content from attlindsey/mythographer have caused the issue!
E, [2023-12-26T18:39:29.551819 #2] ERROR -- : GET https://api.github.com/repos/attlindsey/mythographer/contents/README.md: 404 - Not Found // See: https://docs.github.com/rest/repos/contents#get-repository-content
E, [2023-12-26T18:39:29.551846 #2] ERROR -- : /app/vendor/bundle/ruby/3.2.0/gems/octokit-6.0.1/lib/octokit/response/raise_error.rb:14:in `on_complete'

Also, I don't think contributions are being counted for member activity for those repos, but maybe it's fine that only repos in agileventures github are counted (since someone could add a personal repo and shoot way up in score).

@lokeshk88
Copy link

Please redefine #3912 bug like what the issue in it ?

@mattlindsey
Copy link
Collaborator Author

Clarification:
After running the rake job rake fetch_github:readme_files, the 'About' tab on https://www.agileventures.org/projects/mythographer should display the README.md file from the project (https://github.com/mattlindsey/mythographer/blob/main/README.md), but the task gives the error above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants