remote-control: Poll fails mid-session with 403 "Account is no longer a member of the organization"
Resolved 💬 3 comments Opened Apr 27, 2026 by SavesafetyMACD0801 Closed Apr 30, 2026
Summary
When running claude remote-control, the session starts successfully but drops mid-session with a 403 error from the poll phase. No organization membership change occurred on the user side.
Error Message
[00:20:29] Reconnected after 1s
[00:28:18] Error: Poll: Access denied (403): Account is no longer a member of the organization associated with this token.. Check your organization permissions.
[00:28:18] Shutting down 1 active session(s)…
Steps to Reproduce
- Run
claude remote-control - Session starts and connects successfully
- After some time (~8 minutes in this case), the poll phase re-validates organization membership
- Session shuts down with 403
Expected Behavior
The session should remain stable or gracefully recover without shutting down active sessions. The error message implies an organization membership change, but no such change occurred.
Actual Behavior
Active sessions are forcibly shut down when poll re-validation fails mid-session. This appears to be a token re-validation issue during polling rather than an actual membership change.
Environment
- OS: Windows 10 Pro
- Shell: bash (via Git Bash)
- Subscription: Claude Max
Related Issues
- #34255 — Remote Control automatic reconnection doesn't work (similar pattern)
- #30102 — Poll fails mid-session (similar root cause)
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗