On a Windows PC host, Litter can connect and show the server/session list, but opening a thread or starting a new session fails.
Observed errors:
Litter.ClientError.Rpc("deserialize typed RPC response: AbsolutePathBuf deserialized without a base path")
Litter.ClientError.Rpc("server error -32603: exec failed: windows sandbox: runner error: CreateProcessAsUserW failed: 2")
What I expected:
- Open existing sessions
- Start a new session
- Browse/select a working directory
What I tried:
- Enabled OpenSSH Server on Windows
- Verified
sshd is running
- Confirmed the PC is reachable from the iPhone app
- Connected to the Codex server from Litter
Notes:
The repo seems to assume Unix-style commands in the directory picker, including /bin/sh and /bin/ls, which may be the root cause for Windows hosts.
Would it be possible to add Windows support or show a clearer unsupported-platform error?
On a Windows PC host, Litter can connect and show the server/session list, but opening a thread or starting a new session fails.
Observed errors:
Litter.ClientError.Rpc("deserialize typed RPC response: AbsolutePathBuf deserialized without a base path")Litter.ClientError.Rpc("server error -32603: exec failed: windows sandbox: runner error: CreateProcessAsUserW failed: 2")What I expected:
What I tried:
sshdis runningNotes:
The repo seems to assume Unix-style commands in the directory picker, including
/bin/shand/bin/ls, which may be the root cause for Windows hosts.Would it be possible to add Windows support or show a clearer unsupported-platform error?