Skip to content

Error: unable to get the latest version #108

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

Open
3 tasks done
blazejszumtink opened this issue Mar 7, 2025 · 3 comments
Open
3 tasks done

Error: unable to get the latest version #108

blazejszumtink opened this issue Mar 7, 2025 · 3 comments
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@blazejszumtink
Copy link

Describe the problem

Getting this error:

Run arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
  with:
    version: v3.20.3
    include-pre-releases: false
Error: Error: unable to get latest version

To reproduce

Run GH Step:

      - name: Install Protoc
        uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
        with:
          version: v3.20.3

Expected behavior

protoc is setup

'arduino/setup-protoc' version

3.0.0

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest version
  • My report contains all necessary details
@blazejszumtink blazejszumtink added the type: imperfection Perceived defect in any part of project label Mar 7, 2025
@blazejszumtink
Copy link
Author

If it is rate limiting it would be nice to have a more meaningful error message

@per1234 per1234 added the topic: code Related to content of the project itself label Mar 8, 2025
@konn
Copy link

konn commented Mar 11, 2025

I am also suffering from this issue and adding repo-token doesn't mitigate the situation.

@konn
Copy link

konn commented Mar 11, 2025

It seems that the version we were depending on (3.20.1) is too old that the API call to GitHub release times out. Perhaps it is better to retrieve the release binary directly for fully-qualified version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants