hmm version .106 installed on Feb 26 2020 seems to cause some problems with bot ring and spotify. Spotify was working before but stopped to do so, log indicates a platform setup, bit it is not im my config.
Ring eems to be working normal with the same error
## Log Details (ERROR)
Logger: homeassistant.components.media_player
Integration: Media player ([documentation](https://www.home-assistant.io/integrations/media_player), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+media_player%22))
First occured: 4:47:59 PM (1 occurences)
Last logged: 4:47:59 PM
The spotify platform for the media_player integration does not support platform setup. Please remove it from your config.
I have he same issue as well. I upgraded to 2022.8, got the warning, removed the line from YAML. Tried installing Spotify app and got this as warning every time.
Steps I tried:
remove app from spotify dev and re-create it
remove home assistant from apps in your normal account.
looked for .spotify-token-cache and media_player.py but could not find them.
There are instructions for installing terminal and ssh here:
Only difference is that home assistant changed some things/location. Go to settings, add-ons, add-ons store, look for terminal & ssh and install it. After install click open web-ui. Then follow the instructions I made already.
I was struggling with some Spotify integration problems (500, invalid client etc). In my case the fault was that my dockerized Home Assistant could not connect to DNS server.
Firstly check is DNS is a problem:
Login to HA container - on my setup it was: sudo docker exec -it homeassistant /bin/bash
Ping any domain ping google.com - if command is not responding with ping, you know that it is DNS problem.
Solution:
In my docker-compose file add DNS configuration
I hope this is useful for people. I had my HA on docker on Debian (supervised) back then. Never had a issue with DNS like you had.
anyways… thanks for sharing this information.