Skip to content
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

Weird path on default install #253

Open
4 tasks done
Moosbrugger opened this issue Feb 6, 2025 · 1 comment
Open
4 tasks done

Weird path on default install #253

Moosbrugger opened this issue Feb 6, 2025 · 1 comment

Comments

@Moosbrugger
Copy link

System Health details

System Information

version core-2025.1.4
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.13.1
os_name Linux
os_version 6.6.31-haos-raspi
arch aarch64
timezone America/New_York
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
HACS Data ok
GitHub API Calls Remaining 4981
Installed Version 2.0.5
Stage running
Available Repositories 1514
Downloaded Repositories 36
AccuWeather
can_reach_server ok
remaining_requests 17
Home Assistant Cloud
logged_in true
subscription_expiration February 3, 2026 at 7:00 PM
relayer_connected true
relayer_region us-east-1
remote_enabled true
remote_connected true
alexa_enabled true
google_enabled true
cloud_ice_servers_enabled true
remote_server us-east-1-0.ui.nabu.casa
certificate_status ready
instance_id f3b02a30157349a7878fa3590225d023
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 13.1
update_channel stable
supervisor_version supervisor-2025.02.0
agent_version 1.6.0
docker_version 26.1.4
disk_total 57.8 GB
disk_used 17.7 GB
healthy true
supported true
host_connectivity true
supervisor_connectivity true
ntp_synchronized true
virtualization
board rpi5-64
supervisor_api ok
version_api ok
installed_addons Z-Wave JS UI (3.20.0), MariaDB (2.7.2), Mosquitto broker (6.5.0), Zigbee2MQTT (2.1.0-1), Advanced SSH & Web Terminal (20.0.0), ESPHome Device Builder (2024.12.4), InfluxDB (5.0.1), phpMyAdmin (0.11.0), eWeLink Smart Home (1.4.3), MQTT Explorer (browser-1.0.3), Studio Code Server (5.18.1), JupyterLab (0.15.7), Home Assistant Google Drive Backup (0.112.1), Grafana (10.1.3), Music Assistant Server (2.3.6), Local SoX Play (1.0.2)
Dashboards
dashboards 3
resources 29
views 7
mode storage
Recorder
oldest_recorder_run January 28, 2025 at 11:14 PM
current_recorder_run February 6, 2025 at 1:50 PM
estimated_db_size 536.91 MiB
database_engine mysql
database_version 10.11.6
Sonoff
version 3.8.2 (c4b6fda)
cloud_online 2 / 7
local_online 2 / 2
debug failed to load:

Checklist

  • I have enabled debug logging for my installation.
  • I have filled out the issue template to the best of my ability.
  • This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
  • This issue is not a duplicate issue of currently previous issues..

Describe the issue

When I use a default action, I get this error:

Failed to cast media http://192.168.xx.xx:8123/media/music/ounds/temp/chime_tts

the name "sounds" is abbreviated to "ounds" -- it's hard to believe that's accurate. The default path under Configure CHIMES is "/media/sounds/temp/chime_tts/chimes/"

Reproduction steps

  1. Install CHIMES via HACS & add integration.
  2. Go to Actions & use Fill example, changing target to my speaker.
  3. Run
  4. Nothing hapens.
  5. Check Logs...

...

Debug logs

2025-02-06 14:14:29.725 DEBUG (MainThread) [custom_components.chime_tts]      - media_player.home
2025-02-06 14:14:29.725 DEBUG (MainThread) [custom_components.chime_tts]    Calling media_player.play_media with data:
2025-02-06 14:14:29.725 DEBUG (MainThread) [custom_components.chime_tts]      - entity_id: ['media_player.home']
2025-02-06 14:14:29.725 DEBUG (MainThread) [custom_components.chime_tts]      - announce: True
2025-02-06 14:14:29.725 DEBUG (MainThread) [custom_components.chime_tts]      - media_content_type: music
2025-02-06 14:14:29.725 DEBUG (MainThread) [custom_components.chime_tts]      - media_content_id: media-source://media_source/music/ounds/temp/chime_tts/92c27ab7e73467cdcbe2e50e4c44eff1.mp3
2025-02-06 14:14:29.727 DEBUG (MainThread) [custom_components.chime_tts]  - Waiting 1.108s for audio playback to complete...
2025-02-06 14:14:30.218 ERROR (Thread-8) [homeassistant.components.cast.media_player] Failed to cast media http://192.168.86.43:8123/media/music/ounds/temp/chime_tts/92c27ab7e73467cdcbe2e50e4c44eff1.mp3?authSig=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJlNWMwZGI0ZTBmMTE0MmYyOTg0MzEyNWIyZDEwN2ZmOSIsInBhdGgiOiIvbWVkaWEvbXVzaWMvb3VuZHMvdGVtcC9jaGltZV90dHMvOTJjMjdhYjdlNzM0NjdjZGNiZTJlNTBlNGM0NGVmZjEubXAzIiwicGFyYW1zIjpbXSwiaWF0IjoxNzM4ODY5MjY5LCJleHAiOjE3Mzg5NTU2Njl9.aI3F-fmuYHLIMt7_7N0PcaydsaMN2YfLyMwA6UHPnFo from internal_url (http://192.168.86.43:8123). Please make sure the URL is: Reachable from the cast device and either a publicly resolvable hostname or an IP address
2025-02-06 14:14:30.836 DEBUG (MainThread) [custom_components.chime_tts.helpers.media_player_helper]  - Waiting until 1 media_player isn't playing...
2025-02-06 14:14:30.836 DEBUG (MainThread) [custom_components.chime_tts.helpers.media_player_helper]    ✔ media_player.home
2025-02-06 14:14:30.837 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] ╭───────────────────────╮
2025-02-06 14:14:30.837 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] │ Post-Playback Actions │
2025-02-06 14:14:30.837 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] ╰───────────────────────╯
2025-02-06 14:14:30.837 DEBUG (MainThread) [custom_components.chime_tts.helpers.media_player_helper] Initial volume for media_player.home is unknown. Unable to restore volume.
2025-02-06 14:14:30.837 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] ╭───────────────────────────────────────────╮
2025-02-06 14:14:30.837 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] │──── Chime TTS Say Completed in 2.36 s ────│
2025-02-06 14:14:30.837 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] ╰───────────────────────────────────────────╯
2025-02-06 14:18:36.656 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] ╔════════════════════════════════════════╗
2025-02-06 14:18:36.656 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] ║ Chime TTS Version v1.2.2 Configuration ║
2025-02-06 14:18:36.656 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers]

Diagnostics dump

"chime_tts": {
"documentation": "https://nimroddolev.github.io/chime_tts",
"version": "v1.2.2",
"requirements": [
"pydub",
"aiofiles"
]
}

@strutings
Copy link

Same fault here. Did you find any solution for this @Moosbrugger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants