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
Sometimes the sandbox fails but does not clearly indicates it so.
If the user is unfamiliar with sandbox, they may not realize that it did not start properly.
Problem
Sometimes the sandbox fails but does not clearly indicates it so.
If the user is unfamiliar with sandbox, they may not realize that it did not start properly.
See for example:
Solution
Have something that catches errors systematically and display a clear error message at the end:
(in case
-v
is not provided)(in case
-v
is provided)where https://github.com/algorand/sandbox#errors is extended to give usual ways of fixing errors, including:
See https://medium.com/@dirk.avery/the-bash-trap-trap-ce6083f36700 on how to trap errors.
Dependencies
Urgency
The text was updated successfully, but these errors were encountered: