Skip to content

Bug on ff init fabric: HTTP Error 429: Too Many Requests #346

@Windol

Description

@Windol

The ff init fabric command is not working due to this code snippet:

if err := request("GET", fmt.Sprintf("https://raw.githubusercontent.com/hyperledger/firefly/%s/manifest.json", version), nil, &manifest); err != nil {

This is happening because the GitHub request limit has been exceeded.
I propose making the manifest.json file and any other files that need similar access available in the release artifacts, so it's possible to make the request without hitting the limit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions