Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: The designated workspace, default, already exists #381

Open
tomaszantas opened this issue Jul 7, 2022 · 0 comments
Open

Error: The designated workspace, default, already exists #381

tomaszantas opened this issue Jul 7, 2022 · 0 comments
Assignees
Labels
backend bug Something isn't working

Comments

@tomaszantas
Copy link

tomaszantas commented Jul 7, 2022

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:

"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:

  1. Clean the environment: Clear Launchpad local storage, remove docker containers and docker volumes
  2. Start the application - it should start with onboarding
  3. On the 'Blockchain sync' step, click on the 'Sync the blockchain' button. It will run recipe starting tor and base_node.
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants