Error when switching from api to subsription based usage for codex
What version of the VS Code extension are you using?
0.4.15
Which IDE are you using?
VS Code
What platform is your computer?
Darwin 24.6.0 arm64 arm
What steps can reproduce the bug?
Getting the below error when switching from api to subscription auth.
stream error: unexpected status 400 Bad Request: {
"error": {
"message": "The encrypted content gAAA...EJE= could not be verified.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}; retrying 1/5 in 197ms…
stream error: unexpected status 400 Bad Request: {
"error": {
"message": "The encrypted content gAAA...EJE= could not be verified.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}; retrying 2/5 in 437ms…
stream error: unexpected status 400 Bad Request: {
"error": {
"message": "The encrypted content gAAA...EJE= could not be verified.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}; retrying 3/5 in 838ms…
stream error: unexpected status 400 Bad Request: {
"error": {
"message": "The encrypted content gAAA...EJE= could not be verified.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}; retrying 4/5 in 1.598s…
stream error: unexpected status 400 Bad Request: {
"error": {
"message": "The encrypted content gAAA...EJE= could not be verified.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}; retrying 5/5 in 2.911s…
unexpected status 400 Bad Request: {
"error": {
"message": "The encrypted content gAAA...EJE= could not be verified.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
What is the expected behavior?
_No response_
What do you see instead?
_No response_
Additional information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗