502 error accessing cold/tracked sprites

I am getting a 502 error when trying to perform any operations on 3 of my sprites. These three were in the tracked state. When I try to connect, I receive 502 errors and their status becomesunknown. I am able to connect to my one sprite that was still in the warm state.

sprite -s doppel-dev-task-status-display checkpoint list
Error: Failed to list checkpoints: API returned status 502:
jade@Framework:~/src/doppel_dev1/.claude (main %=)$ sprite -s doppel-dev-task-status-display exec ls /
Error: failed to start sprite command: failed to connect: websocket: bad handshake
jade@Framework:~/src/doppel_dev1/.claude (main %=)$ sprite -s doppel-dev-task-status-display ls
Sprites in organization jade-713:

┌──────────────────────────────┬───────┬───────────┐
│             NAME             │STATUS │  CREATED  │
├──────────────────────────────┼───────┼───────────┤
│dev-ingredient-parse          │warm   │12 days ago│
│doppel-dev-refactor-test      │cold   │ 6 days ago│
│doppel-dev-sms-text-agent     │cold   │ 7 days ago│
│doppel-dev-task-status-display│unknown│ 7 days ago│
└──────────────────────────────┴───────┴───────────┘

Total: 4 sprite(s)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.