Windows issue - Failed to encrypt: Access is denied (0x5) #19307
Unanswered
jmetterrothan
asked this question in
Questions and Help
Replies: 1 comment
-
I believe that after all those years you have already solved your issue one way or another, but if you still don't know the cause, I had the same error on many Chromium Embedded Framework (CEF) programs, including Google Chrome. The error was happening after calling the Windows function CryptProtectData(). In my case, the For more details, see https://gist.github.com/AltoRetrato/05f6957756931b12dc7ff8a87c2fe835 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm facing an issue with the latest cypress 9 version (worked fine until 8.7.0) while running my tests on Windows. I did not find anything useful after looking on the internet for a solution.
Right after running the command
cypress run-ct
I get:I don't even understand what the problem could be.
Beta Was this translation helpful? Give feedback.
All reactions