Environment
- Platform (select one):
- Claude CLI version: 1.0.102 (Claude Code)
- Operating System: Windows 10
- Terminal: Windows Powershell w/MINGW
Bug Description
"claude --resume" path was not found error and lockup
PS C:\Users\nplumb\project> claude --resume
Path C:\c\Users\nplumb\project was not found.
Modified Created Msgs Git Branch Summary
❯ 1. 4m ago 11m ago 6 main Troubleshooting Empty Command
Steps to Reproduce
- cd to project path, then "claude --resume"
error reported that path was not found, there's an extra "c" being inserted into the path for some reason.. It still finds all my old sessions, but can't select any, arrow keys don't do anything, claude is locked up unresponsive to <ctl+C>, have to kill tab..
PS C:\Users\nplumb\project> claude --resume
Path C:\c\Users\nplumb\project was not found.
Modified Created Msgs Git Branch Summary
❯ 1. 4m ago 11m ago 6 main Troubleshooting Empty Command
claude suggested providing the path as an argument but that has same problem.
PS C:\Users\nplumb\project> claude --resume "C:\Users\nplumb\project"
Path C:\c\Users\nplumb\project was not found.
Modified Created Msgs Git Branch Summary
❯ 1. 4m ago 11m ago 6 main Troubleshooting Empty Command
Expected Behavior
Able to select the session I would like to resume
Actual Behavior
claude code locks up & is unresponsive
Additional Context
My PC power cycled due to power loss yesterday. After reboot I was able to resume my latest session no problem. Today I'm attempting to resume an older session and getting this error. So seems like an update in the last ~30hrs created this problem..?
Environment
Bug Description
"claude --resume" path was not found error and lockup
PS C:\Users\nplumb\project> claude --resume
Path C:\c\Users\nplumb\project was not found.
Modified Created Msgs Git Branch Summary
❯ 1. 4m ago 11m ago 6 main Troubleshooting Empty Command
Steps to Reproduce
error reported that path was not found, there's an extra "c" being inserted into the path for some reason.. It still finds all my old sessions, but can't select any, arrow keys don't do anything, claude is locked up unresponsive to <ctl+C>, have to kill tab..
PS C:\Users\nplumb\project> claude --resume
Path C:\c\Users\nplumb\project was not found.
Modified Created Msgs Git Branch Summary
❯ 1. 4m ago 11m ago 6 main Troubleshooting Empty Command
claude suggested providing the path as an argument but that has same problem.
PS C:\Users\nplumb\project> claude --resume "C:\Users\nplumb\project"
Path C:\c\Users\nplumb\project was not found.
Modified Created Msgs Git Branch Summary
❯ 1. 4m ago 11m ago 6 main Troubleshooting Empty Command
Expected Behavior
Able to select the session I would like to resume
Actual Behavior
claude code locks up & is unresponsive
Additional Context
My PC power cycled due to power loss yesterday. After reboot I was able to resume my latest session no problem. Today I'm attempting to resume an older session and getting this error. So seems like an update in the last ~30hrs created this problem..?