Error creating chat {"value":{},"source":"owned","hooks":[],"promises":[]} message frequently
Open 💬 4 comments Opened Aug 21, 2026 by mattroz22
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of the Codex App are you using (From “About Codex” dialog)?
Version 26.818.22352
What subscription do you have?
pro 200
What platform is your computer?
_No response_
What issue are you seeing?
Error creating chat
{"value":{},"source":"owned","hooks":[],"promises":[]}. i get this message fairly frequently now when trying to send new messages.
What steps can reproduce the bug?
sending a message, has happened maybe 6 or 7 times over the last 24 hours
What is the expected behavior?
_No response_
Additional information
_No response_
4 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Independent Windows reproduction with additional diagnostics.
Environment
26.818.5229.026.818.41509Observed behavior
After the app has been running for some time, submitting a follow-up prompt to a completed local chat shows:
Once this state begins, subsequent local follow-ups continue failing until the entire desktop app process is restarted.
Sanitized evidence
2026-08-23 19:56:00and19:56:35(Asia/Shanghai).followUp=local mode=local.codex-homepreflight request, but there is no correspondingturn/start.turn/startoccurs until app restart.The displayed JSON looks like serialization of a disposed internal Cap'n Web RPC ownership/promise wrapper rather than an actionable user-facing error. This is consistent with the broader renderer/app-RPC failure described in #39226.
Expected
A completed local chat should accept follow-up turns. If preflight fails, the app should expose the real actionable error and recover without requiring a restart.
Actual
The follow-up fails before
turn/start, exposes an internal RPC wrapper, and leaves subsequent local follow-ups broken until restart.No raw logs, host names, IP addresses, private-key paths, repository paths, task IDs, or user content are included.
Independent macOS reproduction, with a recurring pattern around long-running chats that have been using scheduled tasks.
Environment
26.818.415090.149.0-alpha.4.126.5.2(build25F84)Observed behavior
After a chat has been running for a long time and scheduled tasks have been active in the workflow, the composer can stop accepting new messages. This affects both normal message submission and attempts to steer an active task.
The UI marks the submission as Failed, and it cannot be retried. Attempts may also show:
Once this state begins, repeated submissions and steering attempts keep failing. Fully quitting and restarting Codex restores message entry temporarily; I have not found an in-app recovery.
Reproduction pattern
The trigger is intermittent rather than deterministic:
owned/hooks/promiseserror may also appear.Sanitized diagnostics
In one affected process lifetime on 2026-08-24, local Desktop logs recorded six
[Composer] submit failedevents with this exact error between17:28:52Zand17:31:02Z. The same internal value also appeared on config-requirements, local-conversation prewarm, and local-task creation paths during the failure window. No raw logs, task content, thread IDs, or local paths are included here.Expected behavior
Long-running chats and scheduled-task activity should not poison the composer or related app RPC state. Normal messages and steering requests should submit reliably. If a transient failure occurs, the failed submission should be retriable, Codex should recover without requiring a full app restart, and the UI should surface an actionable error rather than an internal ownership/promise object.
I’m seeing this same issue repeatedly in Codex Desktop when trying to send messages:
Error creating chat {"value":{},"source":"owned","hooks":[],"promises":[]}Quitting Codex and signing back in restores it temporarily, but the error keeps returning. It is intermittent rather than a one-off failure and is disrupting normal message sending. I also have a screenshot of the exact popup if useful.