firefly-cli icon indicating copy to clipboard operation
firefly-cli copied to clipboard

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

Open Windol opened this issue 3 months ago • 1 comments

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

https://github.com/hyperledger/firefly-cli/blob/52ea718c11ec8965a78b2b1de4bbb4905dbdbb21/internal/core/manifest.go#L97

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.

Windol avatar Oct 24 '25 20:10 Windol

That is great point @Windol , I think releasing the manifest.json as release artifacts for a release is a good option - it would be on the core FireFly repo :) - Happy to accept such a contribution

EnriqueL8 avatar Oct 27 '25 10:10 EnriqueL8