github-unfollow-everyone icon indicating copy to clipboard operation
github-unfollow-everyone copied to clipboard

Timeout on 200+ followings

Open nouraellm opened this issue 1 year ago • 1 comments

Using the command in iTerm does the job but it timeouts so you will have to relaunch it till it's done

OS: macOS Monetary Chip: Apple M1 Total Number of Cores: 8 (4 performance and 4 efficiency) Memory: 16 GB

oops. an error occured: Error: read ETIMEDOUT
    at module.exports.sendError (/opt/homebrew/lib/node_modules/github-unfollow-everyone/node_modules/github/api/v3.0.0/index.js:30:19)
    at /opt/homebrew/lib/node_modules/github-unfollow-everyone/node_modules/github/api/v3.0.0/user.js:728:29
    at callCallback (/opt/homebrew/lib/node_modules/github-unfollow-everyone/node_modules/github/index.js:743:17)
    at ClientRequest.<anonymous> (/opt/homebrew/lib/node_modules/github-unfollow-everyone/node_modules/github/index.js:809:17)
    at ClientRequest.emit (node:events:527:28)
    at TLSSocket.socketErrorListener (node:_http_client:442:9)
    at TLSSocket.emit (node:events:527:28)
    at emitErrorNT (node:internal/streams/destroy:164:8)
    at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  defaultMessage: 'Internal Server Error',
  code: '500'
}

nouraellm avatar Oct 02 '22 13:10 nouraellm

This could be caused by the github API request rate limits.

david-kariuki avatar Apr 20 '23 19:04 david-kariuki