Failed to open datastore error #92
Unanswered
Greg-I-Anderson
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Interesting. @Greg-I-Anderson, do you have some other process accessing the datastore, like a What happens if you try with a new datastore that definitely does not exist, e.g.,
Same error? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone know why I am getting the following error when running scans? -
Error: Failed to open datastore at np.my_repo
Caused by:
0: Failed to open database at np.my_repo/datastore.db
1: database is locked
2: Error code 5: The database file is locked
I get the same error when using the pre-built binary or Docker.
The specific Docker command I was using was -
docker run -v "$PWD":/scan ghcr.io/praetorian-inc/noseyparker:latest scan --datastore np.my_repo my_repo.git
Beta Was this translation helpful? Give feedback.
All reactions