Issues fetching dependencies from Github

Staring today our builds stopped working due to HTTP request to github based dependency. Below is the log from yarn. I’m able to install the modules locally, on Google Cloud Build and the URL resolves.

error /home/circleci/project/node_modules/electron-prebuilt-compile/node_modules/electron: Command failed.
Exit code: 1
Command: node install.js
Arguments: 
Directory: /home/circleci/project/node_modules/electron-prebuilt-compile/node_modules/electron
Output:
/home/circleci/project/node_modules/electron-prebuilt-compile/node_modules/electron/install.js:49
  throw err
  ^

Error: GET https://github.com/electron/electron/releases/download/v4.0.0/electron-v4.0.0-linux-x64.zip returned 403
    at Request.<anonymous> (/home/circleci/project/node_modules/nugget/index.js:169:61)
    at Request.emit (events.js:182:13)
    at Request.onRequestResponse (/home/circleci/project/node_modules/request/request.js:1066:10)
    at ClientRequest.emit (events.js:182:13)
    at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:556:21)
    at HTTPParser.parserOnHeadersComplete (_http_common.js:109:17)
    at TLSSocket.socketOnData (_http_client.js:442:20)
    at TLSSocket.emit (events.js:182:13)
    at addChunk (_stream_readable.js:283:12)
    at readableAddChunk (_stream_readable.js:264:11)

this is a duplicate of Dependency failing to download only in docker image

@jori it just started to work again

@gorjuspixels thanks for the ping, didn’t see yours

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.