-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug - I can’t find TTS GOOGLE COMPONENT #67
Comments
'service: tts.google_translate_say Questo funziona |
Ciao, in attesa che @jumping2000 vede di cosa si tratta e che è successo negli ultimi aggiornamenti, prova a modificare il file gh_manager.yaml del notifier sostituendo il parametro gh_service come scritto qui sotto gh_service: google_translate.tts Fammi sapere se risolve momentaneamente il problema. |
Ho provato Ho provato anche gh_service: google_translate_say.tts Stessa cosa stesso errore |
ok, aspettiamo aggiornamenti... ma dopo aver messo gh_service: google_translate.tts hai riavviato appdaemon? |
Se non risolvi, questa modifica dovrebbe andare al 100%, sempre in attesa di aggiornamento commenta le righe da 157 a 161 del file gh_manager.py
|
Errore mio. Sì la tua prima risoluzione risolve il problema. gh_service: google_translate.tts Grazie |
Home Assistant Core Version
2024.01.02
Home Assistant Installation Type
Home Assistant Operating System
Description
I can’t find TTS GOOGLE COMPONENT
Questo errore è restituito dalla card. Alexa funziona ma i dispositivi Google no. Con altri servizi di notifica che usano direttamente il servizio tts funziona, quindi tts funziona ed è presente. Controllato il nome aggiunto alla blueprint ed è lo stesso.
Notifier_Dispatch: ------------------------------------------------------------
2024-01-07 11:53:39.793095 WARNING Notifier_Dispatch: Unexpected error in worker for App Notifier_Dispatch:
2024-01-07 11:53:39.793314 WARNING Notifier_Dispatch: Worker Ags: {'id': '9db57c54434a4479b61cf0aed3b7ad7b', 'name': 'Notifier_Dispatch', 'objectid': 'dc96ae2cf90243cc85bb17d755e11428', 'type': 'scheduler', 'function': <bound method Notifier_Dispatch.package_download of <notifier_dispatch.Notifier_Dispatch object at 0x7f998ae83490>>, 'pin_app': True, 'pin_thread': 2, 'kwargs': {'__thread_id': 'thread-2'}}
2024-01-07 11:53:39.793548 WARNING Notifier_Dispatch: ------------------------------------------------------------
2024-01-07 11:53:39.794576 WARNING Notifier_Dispatch: Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/appdaemon/threading.py", line 1022, in worker
funcref(self.AD.sched.sanitize_timer_kwargs(app, args["kwargs"]))
File "/homeassistant/appdaemon_apps/apps/notifier/notifier_dispatch.py", line 273, in package_download
version_installed = self.get_local_version(cn_path, FILE_MAIN) # <-- recupero versione locale
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/homeassistant/appdaemon_apps/apps/notifier/notifier_dispatch.py", line 198, in get_local_version
if os.path.isfile(cn_path + file_names):
~~~~~~~~^~~~~~~~~~~~
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
2024-01-07 11:53:39.794755 WARNING Notifier_Dispatch: ------------------------------------------------------------
Automation YAML config
To Reproduce
Scrivi messaggio da interfono
invia
errore visualizzato in alto. Google non parla
Alexa parla
Expected behavior
—-
Actual Behaviour
—-
Additional Details
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: