Time out error when running ./bootstrap-local-environment.sh using latest-experimental version for adding payments #76
-
Hi, I'm following the steps described in python-quickstart for using the latest experimental version, which adds payments for storage and compute operations in the Python Client. After 2.5 minutes of running the ./bootstrap-local-environment.sh script, I encountered a timeout error as shown below:
I tried running it with RUST_LOG="DEBUG", but the script seems to run indefinitely. The logs it produces in the initial 10 minutes of execution are attached in the zip file. Any guidance on this would be highly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey. Yes, for the new However, note that soon (today - about 5 hours from now), we will be releasing this version publicly ( The new python examples repo is already up to date for the new changes I think this will solve your issues :) Edit: I now see the source of the confusion, the vercel quickstart docs were not updated, only the notion page, as things are going public so soon, it will all be documented in there. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot, @Davetbutler. My confusion was indeed due to the Vercel Quickstart docs not being updated. The issue is solved now. |
Beta Was this translation helpful? Give feedback.
Hey. Yes, for the new
latest-experimental
version, you will need to use this branch of the python quickstart. The bootstrap script is no longer needed as we write configs automatically to an.env
file whennillion-devnet
is run.However, note that soon (today - about 5 hours from now), we will be releasing this version publicly (
latest
) which means it will be themain
branch of the quickstart.The new python examples repo is already up to date for the new changes
I think this will solve your issues :)
Edit: I now see the source of the confusion, the vercel quickstart docs were not updated, only the notion page, as things are going public so soon, it will all be documented in there.