claude-code - 💡(How to fix) Fix [Feature Request] Add Chinese language voice support [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#49339Fetched 2026-04-17 08:44:02
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3

Error Message

[{"error":"Error: console.error: [bun] Warning: ws.WebSocket 'unexpected-response' event is not implemented in bun\n at K (/$bunfs/root/src/entrypoints/cli.js:527:11586)\n at emitWarning (ws:43:42)\n at #onOrOnce (ws:170:18)\n at yn_ (/$bunfs/root/src/entrypoints/cli.js:3425:4680)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-16T18:11:32.713Z"},{"error":"AxiosError: Request failed with status code 404\n at tF (/$bunfs/root/src/entrypoints/cli.js:110:1194)\n at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:115:12744)\n at emit (node:events:92:22)\n at endReadableNT (internal:streams/readable:865:50)\n at processTicksAndRejections (native:7:39)\n at request (/$bunfs/root/src/entrypoints/cli.js:117:2467)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-16T18:13:25.839Z"}]

Code Example

[{"error":"Error: console.error: [bun] Warning: ws.WebSocket 'unexpected-response' event is not implemented in bun\n    at K (/$bunfs/root/src/entrypoints/cli.js:527:11586)\n    at emitWarning (ws:43:42)\n    at #onOrOnce (ws:170:18)\n    at yn_ (/$bunfs/root/src/entrypoints/cli.js:3425:4680)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-16T18:11:32.713Z"},{"error":"AxiosError: Request failed with status code 404\n    at tF (/$bunfs/root/src/entrypoints/cli.js:110:1194)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:115:12744)\n    at emit (node:events:92:22)\n    at endReadableNT (internal:streams/readable:865:50)\n    at processTicksAndRejections (native:7:39)\n    at request (/$bunfs/root/src/entrypoints/cli.js:117:2467)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-16T18:13:25.839Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description 请求添加中文语音支持

Environment Info

  • Platform: darwin
  • Terminal: vscode
  • Version: 2.1.109
  • Feedback ID: 2ed14c41-9166-4361-a6fb-621327841753

Errors

[{"error":"Error: console.error: [bun] Warning: ws.WebSocket 'unexpected-response' event is not implemented in bun\n    at K (/$bunfs/root/src/entrypoints/cli.js:527:11586)\n    at emitWarning (ws:43:42)\n    at #onOrOnce (ws:170:18)\n    at yn_ (/$bunfs/root/src/entrypoints/cli.js:3425:4680)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-16T18:11:32.713Z"},{"error":"AxiosError: Request failed with status code 404\n    at tF (/$bunfs/root/src/entrypoints/cli.js:110:1194)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:115:12744)\n    at emit (node:events:92:22)\n    at endReadableNT (internal:streams/readable:865:50)\n    at processTicksAndRejections (native:7:39)\n    at request (/$bunfs/root/src/entrypoints/cli.js:117:2467)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-16T18:13:25.839Z"}]

extent analysis

TL;DR

The issue seems to be related to missing implementation of the 'unexpected-response' event in the WebSocket and a 404 status code error, which may require updating the WebSocket implementation or handling the error.

Guidance

  • The error message indicates that the 'unexpected-response' event is not implemented in bun, which could be causing the issue. It might be necessary to update the WebSocket implementation to handle this event.
  • The 404 status code error suggests that the requested resource is not found. Verify that the URL being requested is correct and the resource exists.
  • Check the version of bun being used (2.1.109) to see if there are any known issues or updates that may address these errors.
  • Consider adding error handling for the Axios request to handle the 404 status code error and provide a more informative error message.

Example

No code example is provided as the issue does not contain sufficient information about the code being used.

Notes

The issue lacks information about the code being used, making it difficult to provide a more specific solution. The guidance provided is based on the error messages and may not be comprehensive.

Recommendation

Apply workaround: The issue seems to be related to a missing implementation and a 404 error, which may require a workaround to handle the errors until a more permanent solution is found.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING