-
Notifications
You must be signed in to change notification settings - Fork 303
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
No such file or directory: '/config/www/alexa_tts' #2022
Comments
I fixed this, by just creating the requested folder structure manually. |
Ludy87
added a commit
to Ludy87/alexa_media_player
that referenced
this issue
Sep 15, 2023
That should solve the issues: alandtse#2022
alandtse
pushed a commit
that referenced
this issue
Sep 15, 2023
alandtse
pushed a commit
that referenced
this issue
Sep 15, 2023
I have updated and rebooted and I still see the same error:
I am on 4.7.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After following some tutorials, I still can't get the service to find my devices.
The login works, but after that, no devices are found.
To Reproduce
Follow this tutorial:
https://www.youtube.com/watch?v=UEPt3edhwc0
Expected behavior
Devices are listed
Screenshots
System details
const.py
or HA startup):pip show alexapy
or HA startup):Logs
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 362, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/alexa_media/media_player.py", line 157, in async_setup_entry
if await async_setup_platform(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/alexa_media/media_player.py", line 105, in async_setup_platform
os.mkdir(UPLOAD_PATH)
FileNotFoundError: [Errno 2] No such file or directory: '/config/www/alexa_tts'
Additional context
The text was updated successfully, but these errors were encountered: