-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[NeMoClaw][Linux] nemoclaw \<name\> logs fails: openshell 0.0.4 has no logs subcommand #990
Copy link
Copy link
Closed
Labels
NV QABugs found by the NVIDIA QA TeamBugs found by the NVIDIA QA Team
Description
Description
Test Plan 2- https://docs.google.com/document/d/1KkbgO4KClboR6XB52ztkOyeUsUgWTzWXwsVWM4PuCSA/edit?tab=t.0
4.5
Description
1. Issue summary
nemoclaw logs fails because it calls openshell sandbox logs, which does not exist in openshell 0.0.4.
2. Detailed description
What were you trying to do?
View sandbox logs: nemoclaw my-assistant logs
What happened instead?
error: unrecognized subcommand 'logs' Usage: openshell sandbox [OPTIONS] [COMMAND] Command failed (exit 2): openshell sandbox logs my-assistantSteps to reproduce:
-
npm install -g . from repo root.
-
Have a provisioned sandbox (my-assistant).
-
Run nemoclaw my-assistant logs.
Root cause:
sandboxLogs() in bin/nemoclaw.js (line 258–261) calls openshell sandbox logs . openshell 0.0.4 does not have a logs subcommand. Available subcommands: create, get, list, delete, connect, upload, download, ssh-config.
Log :
pruprakash@700d01b-lcedt:~/Documents/pruprakash/openshell-openclaw-plugin$ nemoclaw list
Sandboxes:
my-assistant *
model: unknown provider: unknown GPU policies: none
* = default sandbox
pruprakash@700d01b-lcedt:~/Documents/pruprakash/openshell-openclaw-plugin$ nemoclaw my-assistant logs
error: unrecognized subcommand 'logs'
Usage: openshell sandbox [OPTIONS] [COMMAND]
For more information, try '--help'.
Command failed (exit 2): openshell sandbox logs my-assistant
pruprakash@700d01b-lcedt:~/Documents/pruprakash/openshell-openclaw-plugin$
Steps to reproduce
No steps provided.
[NVB# 5982880]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
NV QABugs found by the NVIDIA QA TeamBugs found by the NVIDIA QA Team