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

Downloading ripgrep failed: Error: API rate limit exceeded #28434

Closed
torn4dom4n opened this issue Jun 10, 2017 · 3 comments
Closed

Downloading ripgrep failed: Error: API rate limit exceeded #28434

torn4dom4n opened this issue Jun 10, 2017 · 3 comments
Assignees
Labels
search Search widget and operation issues under-discussion Issue is under discussion for relevance, priority, approach

Comments

@torn4dom4n
Copy link
Contributor

torn4dom4n commented Jun 10, 2017

Hi! I cloned vscode and tested it on Appveyor. It always fails in log.txt
. How can I fix that? I can see same issues at:
https://ci.appveyor.com/project/VSCode/vscode/build/1.0.19109
https://ci.appveyor.com/project/VSCode/vscode/build/1.0.18033
https://ci.appveyor.com/project/VSCode/vscode/build/1.0.19109

@ramya-rao-a ramya-rao-a added the vscode-build VS Code build process issues label Jun 12, 2017
@CherryDT
Copy link

Skipping optional dependencies is normal, that's why they are optional (fsevents is used only on Mac).

It rather seems to be an issue with ripgrep:

npm ERR! [email protected] postinstall: `node ./dist/postinstall.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] postinstall script.

@joaomoreno joaomoreno assigned roblourens and unassigned joaomoreno Jun 14, 2017
@joaomoreno joaomoreno removed the vscode-build VS Code build process issues label Jun 14, 2017
@roblourens
Copy link
Member

Downloading ripgrep failed: Error: API rate limit exceeded for 74.205.54.20. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)

The other errored builds aren't from the same issue, because we set an API key. I wonder whether we should host the ripgrep binary somewhere besides github.

@roblourens roblourens changed the title SKIPPING OPTIONAL DEPENDENCY fsevents on Appveyor Downloading ripgrep failed: Error: API rate limit exceeded Jun 14, 2017
@roblourens roblourens added the under-discussion Issue is under discussion for relevance, priority, approach label Jun 14, 2017
@bpasero bpasero added the search Search widget and operation issues label Nov 17, 2017
@roblourens
Copy link
Member

Recommended workaround: produce an API key, set the GITHUB_TOKEN environment var, and vscode-ripgrep will pick it up.

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
search Search widget and operation issues under-discussion Issue is under discussion for relevance, priority, approach
Projects
None yet
Development

No branches or pull requests

6 participants