Add changelog for #4390

This commit is contained in:
Mark Backman
2026-04-30 09:45:16 -04:00
parent 21547c8680
commit fb42a7dcf3
6 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Fixed `CartesiaHttpTTSService` pushing two `ErrorFrame`s on a non-200 response — one with the API's error text and a second, less informative "Unknown error" frame from the outer exception handler. It now pushes a single frame that includes the HTTP status code and returns cleanly.