-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Integration: TelegramUse this label to identify Telegram bot integration issues with NemoClaw.Use this label to identify Telegram bot integration issues with NemoClaw.bugSomething isn't workingSomething isn't workingpriority: highImportant issue that should be resolved in the next releaseImportant issue that should be resolved in the next releasesecuritySomething isn't secureSomething isn't secure
Description
Description
When the Telegram bridge fails with a session file lock error #831, the session is left in a broken state with accumulated "Tool not found" errors in the conversation history. On the next message, the agent resumes that corrupted context and behaves erratically (e.g., responding to "Hello" with "Let me open a new shell")
Reproduction Steps
- Set up the Telegram bridge with nemoclaw start
- Send a message that triggers the session lock error (code 255)
- Send another message — the agent responds with unrelated tool invocations instead of a normal reply
Expected behavior:
After a lock failure, the bridge should either start a fresh session or discard the broken context before the next message.
Actual behavior:
The broken context persists and corrupts subsequent responses.
Workaround:
nemoclaw my-nemoclaw connect
rm /sandbox/.openclaw-data/agents/main/sessions/*.jsonl
rm /sandbox/.openclaw-data/agents/main/sessions/sessions.json
exit
Environment
- NemoClaw: v0.1.0
- OpenShell: 0.0.14
- OpenClaw: 2026.3.11 (29dc654)
- macOS: Apple M4 Pro (arm64)
- Container runtime: Docker Desktop
- Provider: nvidia-nim (NVIDIA Endpoint API)
Debug Output
Logs
Checklist
- I confirmed this bug is reproducible
- I searched existing issues and this is not a duplicate
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Integration: TelegramUse this label to identify Telegram bot integration issues with NemoClaw.Use this label to identify Telegram bot integration issues with NemoClaw.bugSomething isn't workingSomething isn't workingpriority: highImportant issue that should be resolved in the next releaseImportant issue that should be resolved in the next releasesecuritySomething isn't secureSomething isn't secure