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
When we clear the environment (remove docker container, volumes etc.), and we try to run tor + base_node (didn't check other configurations), the recipe throws the error:
"Something went wrong with the Docker Wrapper caused by: The designated workspace, default, already exists"
When we run the same recipe again (after we get the error0, everything works fine. So it fails on first attempt, but works on the second.
Steps to reproduce:
Clean the environment: Clear Launchpad local storage, remove docker containers and docker volumes
Start the application - it should start with onboarding
On the 'Blockchain sync' step, click on the 'Sync the blockchain' button. It will run recipe starting tor and base_node.
It raises the following error:
"Something went wrong with the Docker Wrapper caused by: The designated workspace, default, already exists"
Temp fix: the application catches first error, and runs the recipe again. The second run goes without the error.
The text was updated successfully, but these errors were encountered:
Description
When we clear the environment (remove docker container, volumes etc.), and we try to run tor + base_node (didn't check other configurations), the recipe throws the error:
When we run the same recipe again (after we get the error0, everything works fine. So it fails on first attempt, but works on the second.
Steps to reproduce:
Temp fix: the application catches first error, and runs the recipe again. The second run goes without the error.
The text was updated successfully, but these errors were encountered: