-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error doing job: Future exception was never retrieved - No credentials provided #18
Comments
с декабря не работает |
Автор забросил проект? |
это видно по отсутствию обновлений / изменений с прошлого года. |
Создал PR с обновлением версии библиотеки yandex-music-api. |
Добрый день! |
Пока не вмерджили в основной репозиторий можно сделать так:
|
@popsodav Попробовал установить, получаю такую ошибку
|
Добрый день!
Почему перестала работать интеграция? Что нужно изменить?
Вот лог:
Logger: homeassistant
Source: custom_components/yandex_music_browser/default.py:102
Integration: Браузер Яндекс Музыки (documentation, issues)
First occurred: 15:35:17 (1 occurrences)
Last logged: 15:35:17
Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/yandex_music_browser/default.py", line 98, in async_get_music_browser
authentication = await async_authenticate_using_config_credentials(hass)
File "/config/custom_components/yandex_music_browser/default.py", line 51, in async_authenticate_using_config_credentials
raise YandexMusicBrowserAuthenticationError("No credentials provided")
custom_components.yandex_music_browser.media_browser.YandexMusicBrowserAuthenticationError: No credentials provided
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 26, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/media_player/init.py", line 1223, in websocket_browse_media
payload = await player.async_browse_media(media_content_type, media_content_id)
File "/config/custom_components/yandex_music_browser/patches/generic.py", line 138, in _patch_generic_async_browse_media
yandex_browse_object = await _patch_root_async_browse_media(
File "/config/custom_components/yandex_music_browser/patches/_base.py", line 19, in _patch_root_async_browse_media
music_browser = await async_get_music_browser(self)
File "/config/custom_components/yandex_music_browser/default.py", line 102, in async_get_music_browser
raise YandexMusicBrowserAuthenticationError(
custom_components.yandex_music_browser.media_browser.YandexMusicBrowserAuthenticationError: Could not authenticate with any of the provided patches
The text was updated successfully, but these errors were encountered: