Codex Desktop dictation fails with "No active organization found"
Open 💬 1 comment Opened May 9, 2026 by Benny-BD
Codex Desktop Dictation Fails With "No active organization found"
Summary
Codex Desktop voice dictation records audio but fails during transcription. The UI shows:
Unable to transcribe audio
The local desktop logs show the actual backend error:
[Composer] dictation failed errorMessage="{\"detail\":\"No active organization found\"}"
Environment
- App: Codex Desktop
- Version: 26.506.31421
- Build: Windows Store
- Package: OpenAI.Codex_26.506.3741.0_x64__2p2nqsd0c76g0
- OS: Windows 10.0.26200
- Runtime: Electron 41.2.0
- Timezone: Asia/Jerusalem
- Auth mode: ChatGPT
- ChatGPT plan: Plus
- ChatGPT auth state includes a default Personal organization, but transcription still fails.
Reproduction
- Open Codex Desktop on Windows.
- Sign in with ChatGPT.
- Click the microphone / Dictate button in the composer.
- Speak briefly.
- Stop dictation or submit.
Expected
The recorded audio should be transcribed and inserted into the composer.
Actual
The UI displays:
Unable to transcribe audio
Logs show:
POST https://chatgpt.com/backend-api/transcribe -> 400
[Composer] dictation failed errorMessage="{\"detail\":\"No active organization found\"}"
Local Troubleshooting Already Tried
- Signed out of Codex, fully closed app, reopened, signed in again.
- Reset normal Electron web profile under:
%APPDATA%\Codex
- Reset Windows Store packaged Electron profile under:
%LOCALAPPDATA%\Packages\OpenAI.Codex_2p2nqsd0c76g0\LocalCache\Roaming\Codex
- Reopened Codex, signed in again, retried dictation.
The error persisted after both resets.
Relevant Log Lines
2026-05-09T12:35:37.922Z error [electron-message-handler] [Composer] dictation failed errorMessage="{\"detail\":\"No active organization found\"}" errorName=Error errorStack="Error: {\"detail\":\"No active organization found\"}\n at async j (app://-/assets/use-diff-comments-C6GFFUxF.js:1:57443)"
2026-05-09T12:35:45.440Z error [electron-message-handler] [Composer] dictation failed errorMessage="{\"detail\":\"No active organization found\"}" errorName=Error errorStack="Error: {\"detail\":\"No active organization found\"}\n at async N (app://-/assets/use-diff-comments-C6GFFUxF.js:1:57554)"
Suspected Cause
This appears to be a Codex Desktop or ChatGPT backend issue where the dictation/transcription endpoint does not receive or resolve the active ChatGPT organization, despite the local ChatGPT auth state containing an account and default Personal organization.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗