lowlighter / metrics

📊 An infographics generator with 30+ plugins and 300+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!
https://metrics.lecoq.io
MIT License
13.49k stars 1.67k forks source link

Recently used languages section doesn't display anything #1488

Open Nixinova opened 1 year ago

Nixinova commented 1 year ago

Discussed in https://github.com/lowlighter/metrics/discussions/1237


Originally posted by **Pandicon** September 20, 2022 I haven't touched my config for a while and I've recently noticed that the "Recently used languages" section is empty: ![image](https://user-images.githubusercontent.com/70060103/191077903-40910f9b-bd5a-46b6-a1e6-b76199788a82.png) However, I have made several commits in the last week. All were pushed to private repositories, but that didn't cause any issues before. The commits seem to get detected, because the commits count gets increased. Any ideas why this could happen? I do have quite a lot of repositories (the plugin reports 95, while github shows 92, no idea why), the languages don't update even when I push to an older repo though.

Originally posted by **Nixinova** July 23, 2023 Also having this problem, going back into last year. image I have recent commits. image E.g October metrics: image Broke sometime between 15 Sep 18:33 https://github.com/Nixinova/Nixinova/blob/2ad5ad8e02c8e6cdacb9b8986701d7b55293b1b7/github-metrics.svg and 18 Sep 18:31 https://github.com/Nixinova/Nixinova/blob/bffe99800c2a8e60ece4d875963384838978e878/github-metrics.svg UTC 2022. There's no commits to this repo during that time though...
Metrics yaml workflow code ```yml name: Metrics on: schedule: - cron: "0 18 * * */4" workflow_dispatch: # enabled jobs: github-metrics: runs-on: ubuntu-latest steps: - uses: lowlighter/metrics@master with: token: ${{ secrets.METRICS_TOKEN }} committer_token: ${{ secrets.GITHUB_TOKEN }} committer_branch: metrics template: classic repositories_affiliations: '' commits_authoring: Nixinova config_timezone: Pacific/Auckland # NZT plugin_lines: yes plugin_traffic: yes plugin_followup: yes plugin_followup_indepth: yes plugin_followup_sections: repositories, user plugin_discussions: yes plugin_languages: yes plugin_languages_details: percentage, lines plugin_languages_sections: most-used, recently-used plugin_languages_categories: programming plugin_languages_recent_categories: programming, markup plugin_languages_indepth: yes plugin_gists: yes plugin_topics: yes plugin_topics_sort: stars plugin_topics_mode: mastered plugin_topics_limit: 0 # disable plugin_isocalendar: yes plugin_isocalendar_duration: full-year plugin_activity: yes plugin_activity_limit: 5 plugin_activity_timestamps: yes plugin_code: yes plugin_reactions: yes plugin_reactions_details: count plugin_reactions_limit: 200 plugin_wakatime: yes plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }} plugin_wakatime_days: 14 plugin_wakatime_limit: 4 plugin_wakatime_repositories_visibility: public ```