An unexpected error occurred, exiting.
To resume your session, restart Rovo Dev CLI with the --restore flag.
acli rovodev --restore cannot execute
I get the same error on my end.
I hope it will be improved soon.
Hi @Yuan Chih Ding @Jeremiah Harvey @金升一
Can I check which version of the CLI are you all running?
I got same problem
---
windows 10 cmd
D:\Program\project>acli rovodev --version
Rovo Dev CLI: 0.8.0
Operating System: Windows 10 (AMD64)
Git: git version 2.40.0.windows.1
---
and same with:
'acli rovodev run --restore' or 'acli rovodev --restore'
It looks like this problem can happen if you've used the /
prune command before. The fix is to clear your session's memory.
To do this:
Go to C:\Users\<user_name>\.rovodev\sessions
on your computer.
Inside that folder, If session_context.json
is empty or 0 bytes, remove the entire folder where it resides.
Same. MacOS .An unexpected error occurred, exiting.