Skip to content

Top Languages card not showing any data #1878

Answered by rickstaa
NickB-30 asked this question in Q&A
Discussion options

You must be logged in to vote

@NickB-30 Thanks for your question. I think your issue is related to #1789 and FAQ#language-card-related-questions. I will, however, also answer it here. I checked your username's stats card and believe the results are correct as you don't have any repositories from which GitHub can report language results. You can check this out yourself by using the following query in the graphql explorer:

query userInfo($login: String!) {
  user(login: $login) {
    # fetch only owner repos & not forks
    repositories(ownerAffiliations: OWNER, isFork: false, first: 100) {
      nodes {
        name
        languages(first: 10, orderBy: {field: SIZE, direction: DESC}) {
          edges {
            size

Replies: 2 comments 13 replies

Comment options

You must be logged in to vote
9 replies
@assebc
Comment options

@rickstaa
Comment options

@assebc
Comment options

@rickstaa
Comment options

@rickstaa
Comment options

Answer selected by NickB-30
Comment options

You must be logged in to vote
4 replies
@qwerty541
Comment options

@vitorabujamra
Comment options

@qwerty541
Comment options

@vitorabujamra
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #1877 on July 21, 2022 18:32.