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

Age Encryption failt #54

Open
besendorf opened this issue Jan 30, 2025 · 3 comments
Open

Age Encryption failt #54

besendorf opened this issue Jan 30, 2025 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@besendorf
Copy link
Contributor

Image

@besendorf besendorf added the bug Something isn't working label Jan 30, 2025
@Te-k
Copy link
Contributor

Te-k commented Feb 4, 2025

Happens all the time on Mac OS apparently

@besendorf
Copy link
Contributor Author

For me that happened on Windows

@DonnchaC
Copy link
Contributor

DonnchaC commented Feb 4, 2025

Looks like a file must still be open in a.StoragePath. We probably have an open files hanging in StoragePath.

err = os.RemoveAll(a.StoragePath)
if err != nil {
return fmt.Errorf("failed to delete the original unencrypted acquisition folder: %v", err)
}

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

No branches or pull requests

4 participants