You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got the error below with the recent update when calling near_workspaces::sandbox().await?:
called `Result::unwrap()` on an `Err` value: Failed to connect to RPC service http://127.0.0.1:60723/ within 100 seconds
Caused by:
0: unable to fulfill the query request
1: error while sending payload: [error sending request for url (http://127.0.0.1:60723/)]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The problem doesn't happen with the latest near 2.0 sandbox. near-sandbox-utils = { version = ">=0.10.1", features = ["global_install"] }
0.12 has some dependencies with 0.24, I tried updating them to 0.25 and the error still appear.
Got the error below with the recent update when calling
near_workspaces::sandbox().await?
:The problem doesn't happen with the latest near 2.0 sandbox.
near-sandbox-utils = { version = ">=0.10.1", features = ["global_install"] }
0.12 has some dependencies with 0.24, I tried updating them to 0.25 and the error still appear.
So the problem is there, on near-sdk or near-workspaces itself, i guess.
The text was updated successfully, but these errors were encountered: