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

Add optional token input to avoid GitHub API rate limiting on macOS #3

Closed
AnimMouse opened this issue Jul 10, 2022 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@AnimMouse
Copy link
Owner

Since macOS VMs use a few IP addresses, this action sometimes fail on macOS returning null in version variable, failing the download as the IP address got rate limited. actions/runner-images#602

API rate limit exceeded for IP. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
[ERROR] CUID#7 - Download aborted. URI=https://github.com/rclone/rclone/releases/download/null/rclone-null-osx-amd64.zip
Exception: [AbstractCommand.cc:351] errorCode=3 URI=https://github.com/rclone/rclone/releases/download/null/rclone-null-osx-amd64.zip
-> [HttpSkipResponseCommand.cc:219] errorCode=3 Resource not found
@AnimMouse AnimMouse added the enhancement New feature or request label Jul 10, 2022
@AnimMouse AnimMouse added help wanted Extra attention is needed good first issue Good for newcomers labels Oct 12, 2022
@AnimMouse
Copy link
Owner Author

Fixed on v1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant