-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Open
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
- OS Version:
client_provided_request_id == '2e2b91ef-6e83-42e8-ba8b-b12bea729e30'
from GH team, https://github.slack.com/archives/C09QCUG1USF/p1773176609782289?thread_ts=1773173088.282299&cid=C09QCUG1USF
Given the two errors I'm seeing in splunk for each of those requests, the issue is likely:
Malformed or invalid token - The Copilot-Session-Token header value failed parseToken() validation. That means the JWT/token couldn't be decoded, the signature didn't verify against the expected ECDSA public key, it was expired, or was otherwise structurally invalid.
If that's the case, the fix would be on the client side. It needs to refresh/re-obtain the session token before it expires. The token has a limited lifetime, and the client is reusing a stale one.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels