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

RequestError [HttpError]: request to https://api.github.com/repos/XXXXXXXX failed, reason: read ECONNRESET #203

Open
Hikaru-13915 opened this issue May 31, 2024 · 1 comment

Comments

@Hikaru-13915
Copy link

The codes below are outputs of docker run node-gitlab-2-github:latest

> [email protected] start
> node node_modules/ts-node/dist/bin.js ./src/index.ts

(node:18) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
(Use `node --trace-warnings ...` to show where the warning was created)
Could not access GitHub repo
RequestError [HttpError]: request to https://api.github.com/repos/XXXXXXXXX failed, reason: read ECONNRESET
    at /app/node_modules/@octokit/request/dist-src/fetch-wrapper.js:92:15
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Job.doExecute (/app/node_modules/bottleneck/light.js:405:18) {
  status: 500,
  request: {
    method: 'GET',
    url: 'https://api.github.com/repos/XXXXXXXXXXXX',
    headers: {
      accept: 'application/vnd.github.golden-comet-preview+json',
      'user-agent': 'octokit-rest.js/18.12.0 octokit-core.js/3.5.1 Node.js/16.20.2 (linux; x64)',
      authorization: 'token [REDACTED]'
    },
    request: { hook: [Function: bound bound register] }
  }
}
@spruce
Copy link
Member

spruce commented Jan 26, 2025

Sorry for the long delay. This project currently has a low priority for me.

It looks like it is a network problem and not related to this project. Did it work after some time?

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

2 participants