Giter Club home page Giter Club logo

githubmines's Introduction

  • 👋 Hi, I’m Óscar Poblete Sáenz
  • 📚 Glad to collab and learn
  • 📫 How to reach me ... [email protected]

githubmines's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

githubmines's Issues

execution halted

Hi there,
I have been using this program extensively. I get the following error repeatedly, is there any fix for it?

Error: Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `B532:514E:9D31833:9F4D8A8:652D0C6F` when reporting this issue.: {"response":{"data":null,"errors":[{"message":"Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `B532:514E:9D31833:9F4D8A8:652D0C6F` when reporting this issue."}],"status":502},"request":{"query":"query ($searchQuery: String!, $first: Int, $after: String) {\n  search(query: $searchQuery, type: REPOSITORY, first: $first, after: $after) {\n    nodes {\n      ... on Repository {\n        nameWithOwner\n        description\n        url\n        createdAt\n        assignableUsers {\n          totalCount\n        }\n        watchers {\n          totalCount\n        }\n        stargazerCount\n        projects {\n          totalCount\n        }\n        issues {\n          totalCount\n        }\n        pullRequests {\n          totalCount\n        }\n        diskUsage\n        licenseInfo {\n          spdxId\n        }\n        languages(first: 5) {\n          edges {\n            node {\n              name\n            }\n          }\n        }\n        primaryLanguage {\n          name\n        }\n        environments(first: 5) {\n          edges {\n            node {\n              name\n            }\n          }\n        }\n        submodules(first: 5) {\n          edges {\n            node {\n              name\n            }\n          }\n        }\n        repositoryTopics(first: 5) {\n          edges {\n            node {\n              topic {\n                name\n              }\n            }\n          }\n        }\n      }\n    }\n    pageInfo {\n      endCursor\n      hasNextPage\n    }\n  }\n}","variables":{"searchQuery":"query-string created:2021-01-06","first":50,"after":null}}}
    at GraphQLClient.<anonymous> (/home/bdr/src/GitHubMines/node_modules/graphql-request/dist/src/index.js:116:35)
    at step (/home/bdr/src/GitHubMines/node_modules/graphql-request/dist/src/index.js:40:23)
    at Object.next (/home/bdr/src/GitHubMines/node_modules/graphql-request/dist/src/index.js:21:53)
    at fulfilled (/home/bdr/src/GitHubMines/node_modules/graphql-request/dist/src/index.js:12:58)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  response: { data: null, errors: [ [Object] ], status: 502 },
  request: {
    query: 'query ($searchQuery: String!, $first: Int, $after: String) {\n' +
      '  search(query: $searchQuery, type: REPOSITORY, first: $first, after: $after) {\n' +
      '    nodes {\n' +
      '      ... on Repository {\n' +
      '        nameWithOwner\n' +
      '        description\n' +
      '        url\n' +
      '        createdAt\n' +
      '        assignableUsers {\n' +
      '          totalCount\n' +
      '        }\n' +
      '        watchers {\n' +
      '          totalCount\n' +
      '        }\n' +
      '        stargazerCount\n' +
      '        projects {\n' +
      '          totalCount\n' +
      '        }\n' +
      '        issues {\n' +
      '          totalCount\n' +
      '        }\n' +
      '        pullRequests {\n' +
      '          totalCount\n' +
      '        }\n' +
      '        diskUsage\n' +
      '        licenseInfo {\n' +
      '          spdxId\n' +
      '        }\n' +
      '        languages(first: 5) {\n' +
      '          edges {\n' +
      '            node {\n' +
      '              name\n' +
      '            }\n' +
      '          }\n' +
      '        }\n' +
      '        primaryLanguage {\n' +
      '          name\n' +
      '        }\n' +
      '        environments(first: 5) {\n' +
      '          edges {\n' +
      '            node {\n' +
      '              name\n' +
      '            }\n' +
      '          }\n' +
      '        }\n' +
      '        submodules(first: 5) {\n' +
      '          edges {\n' +
      '            node {\n' +
      '              name\n' +
      '            }\n' +
      '          }\n' +
      '        }\n' +
      '        repositoryTopics(first: 5) {\n' +
      '          edges {\n' +
      '            node {\n' +
      '              topic {\n' +
      '                name\n' +
      '              }\n' +
      '            }\n' +
      '          }\n' +
      '        }\n' +
      '      }\n' +
      '    }\n' +
      '    pageInfo {\n' +
      '      endCursor\n' +
      '      hasNextPage\n' +
      '    }\n' +
      '  }\n' +
      '}',
    variables: {
      searchQuery: 'query-string created:2021-01-06',
      first: 50,
      after: null
    }
  }
}
TypeError: result is not iterable (cannot read property undefined)
    at fetchAllResults (/home/bdr/src/GitHubMines/index.js:92:17)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
TypeError: Cannot read properties of undefined (reading 'map')
    at writeFiles (/home/bdr/src/GitHubMines/index.js:104:33)
    at /home/bdr/src/GitHubMines/index.js:290:5
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

ignoring forks

How can I modify the query to ignore/exclude the forks from the results?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.