Error fetching example contracts from soroban-examples repo
message pop up every single time I use soroban cli
#1229
Labels
bug
Something isn't working
Error fetching example contracts from soroban-examples repo
message pop up every single time I use soroban cliWhat version are you using?
What did you do?
Installed soroban-cli following webpage instructions.
What did you expect to see?
A simple output message:
What did you see instead?
A messy output message with error I originally don't know why happens. Like this:
Why does this happens?
Well, internally soroban-cli is fetching this webpage:
https://api.github.com/repos/stellar/soroban-examples/git/trees/main?recursive=1
, and I don't know why, but it seems I'm getting problems to fetch that page:And then I realize the problem arouse because I've made a long script using soroban-cli tool which is all the time fetching that page..
It seems to me a bad idea to fetch a page on every invocation. Also, I don't want to know how it feels the experience of using this being offline.. ( scenario? developing against a locally deployed node..).
Problem is here:
../.cargo/registry/src/index.crates.io-6f17d22bba15001f/soroban-cli-20.3.1/src/commands/contract/init.rs
The text was updated successfully, but these errors were encountered: