發問!! HomePod mini 使用 airplay 套件執行TTS,無回應

tts是使用google ttts,套件https://github.com/georgezhao2010/apple_airplayer.git,執行時沒有反應,出現以下2個錯誤,請問可能哪邊出錯!!
原來在先前版本是可以用的,後來就不行,嘗試更新到最新還是不行使用。

Logger: gtts.lang
Source: /usr/local/lib/python3.9/site-packages/gtts/lang.py:94
First occurred: 20:11:50 (1 occurrences)
Last logged: 20:11:50

‘zh-tw’ has been deprecated, falling back to ‘zh-TW’. This fallback will be removed in a future version.

自行安裝整合產生錯誤。

Logger: custom_components.apple_airplayer.device_manager
Source: custom_components/apple_airplayer/device_manager.py:105
Integration: Apple AirPlayer (documentation, issues)
First occurred: 20:11:51 (1 occurrences)
Last logged: 20:11:51

Exception raised in async_stream_file, RTSP/1.0 method SETUP failed with code 500: Internal Server Error

TTS你怎麼打?

內容如下:

tts:
  - platform: google_translate
    cache_dir: /config/tts
    cache: true
    language: 'zh-tw'
    base_url: https://XXXX.duckdns.org:8123

我的就寫那3行而已 …
‘zh-tw’ has been deprecated, falling back to ‘zh-TW’. This fallback will be removed in a future version.

TW改大寫可以嗎 ?

TW大寫會有其他的錯誤,不符合TTS的規則,似乎一定要"zh-tw"。

我有試著改TTS,還是不行。

tts:
  - platform: google_translate
    language: 'zh-tw'