You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wear OS: "Transcription failed" on Pixel Watch — both the app's "Try it" and the Dictate keyboard
Forwarded from a user (Kseniya) 🙏 — she loves the new Wear OS integration but transcription fails on her Pixel Watch, both in the Dictate watch app's "Try it" test and in the Dictate keyboard when dictating a new note in Keep Notes on the watch. She gets a generic "Transcription failed" with no logs to go on.
When I try to create a new note in Keep Notes and dictate text, it gives me a "transcription failed" message. I also tried the "Try it" button in the Dictate app, but I get the same error without any logs to help me understand what's going wrong.
Opens the Dictate app on the watch → main screen already shows "Transcription failed" in red at the bottom.
Taps "Try it" → "Stop & transcribe" → "Transcribing…" → back to "Transcription failed".
Walks through Setup (all permissions ✓) and Advanced (Key on watch ON, Auto-reword off, "Re-sync from phone").
Opens Keep Notes → Create note, picks the Dictate keyboard, sees "Tap to dictate".
Records fine — waveform animates, timer runs (up to 0:09) — then taps stop.
Result: "Transcription failed" (red) under the mic. Repeats several times, always the same.
Key takeaways
Recording itself works (mic permission ✓, waveform + timer are live). The failure is at the transcription step, after audio capture.
It fails identically in the app test and the keyboard, and the watch is set to transcribe via the phone — so the failure is most likely on the phone-side transcription of the watch's audio, or the watch↔phone transport, not the mic.
The only feedback is a generic "Transcription failed" — no HTTP status, no provider error. The reporter explicitly can't diagnose it, and neither can we from here.
Likely causes (ranked)
Phone-side transcription is failing and the watch just surfaces it. Most common root: the OpenAI account/key can't run gpt-4o-mini-transcribe — invalid key, no credit/quota (429), org not verified, or no access to that specific model. Would explain why every attempt fails instantly.
Standalone fallback despite the "via phone" label (watch has no working network/key of its own). Less likely given the explicit "Transcribes via phone".
The real blocker: no error detail on the watch
Regardless of root cause, the watch should propagate the phone-side error (HTTP status / provider message) instead of a blanket "Transcription failed". This is the DX gap the reporter is hitting — worth fixing so users can self-diagnose (e.g. "Invalid API key", "Quota exceeded", "Model not available").
Questions for the reporter (to narrow it down)
Does dictation work directly on the phone (open Dictate on the phone and dictate) with the same OpenAI account? → distinguishes an account/key problem from a watch-transport bug.
Does the OpenAI account have credit and access to gpt-4o-mini-transcribe? Try a different provider/model (e.g. Groq Whisper) to isolate.
Does toggling "Key on watch / Can dictate solo" (standalone) change anything, given the watch is on Wi-Fi?
Next steps (dev)
Surface the actual transcription error on the watch (propagate phone-side status/message).
Verify the tethered watch→phone→provider path with the current WAV recording format.
Confirm with the reporter whether phone-side dictation works with the same account.
Wear OS: "Transcription failed" on Pixel Watch — both the app's "Try it" and the Dictate keyboard
Forwarded from a user (Kseniya) 🙏 — she loves the new Wear OS integration but transcription fails on her Pixel Watch, both in the Dictate watch app's "Try it" test and in the Dictate keyboard when dictating a new note in Keep Notes on the watch. She gets a generic "Transcription failed" with no logs to go on.
Screen recording (watch):
https://drive.google.com/file/d/1WToGW5LzmuDV-wK-cG_u-gER40uJMn5S/viewEnvironment (read off the video)
gpt-4o-mini-transcribe.What the video shows (step by step)
Key takeaways
Likely causes (ranked)
gpt-4o-mini-transcribe— invalid key, no credit/quota (429), org not verified, or no access to that specific model. Would explain why every attempt fails instantly.The real blocker: no error detail on the watch
Regardless of root cause, the watch should propagate the phone-side error (HTTP status / provider message) instead of a blanket "Transcription failed". This is the DX gap the reporter is hitting — worth fixing so users can self-diagnose (e.g. "Invalid API key", "Quota exceeded", "Model not available").
Questions for the reporter (to narrow it down)
gpt-4o-mini-transcribe? Try a different provider/model (e.g. Groq Whisper) to isolate.Next steps (dev)