invalid permissions for cache directories on windows
Summary
Cannot use arti client on windows, it fails on error Error { detail: DirMgr(CantAdvanceState)
DirMgr log says it has invalid permissions for cache directory, but I am able to see some sqlite fires there.
Steps to reproduce:
- get windows
- start arti client
What is the current bug behavior?
It fails to start arti client
What is the expected behavior?
It should start arti client
Environment
- Version: 0.5.0
- Operating system: Windows 10
- Install method: cargo install arti, or art-client crate in my app.
Relevant logs and/or screenshots:
Logs from my program: thread 'main' panicked at 'called Result::unwrap() on an Err value: Error { detail: DirMgr(CantAdvanceState) }'