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

Recently used languages section doesn't display anything #1488

Open
Nixinova opened this issue Jul 23, 2023 Discussed in #1237 · 0 comments
Open

Recently used languages section doesn't display anything #1488

Nixinova opened this issue Jul 23, 2023 Discussed in #1237 · 0 comments

Comments

@Nixinova
Copy link
Contributor

Nixinova commented Jul 23, 2023

Discussed in #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
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant