@kinggiotai did you setup the spotify.config.json from the auth callback example? [ { "USERNAME": "A_NAME_TO_IDENTIFY_YOUR_ACCOUNT", "CLIENT_ID": "PUT_YOUR_SPOTIFY_APP_CLIENT_ID", "CLIENT_SECRET": "PUT_YOUR_SPOTIFY_APP_CLIENT_SECRET", "TOKEN": "./USERNAME_token.json", "AUTH_DOMAIN": "http://YOUR_DEVICES_IP", "AUTH_PORT": "8889" } ] I had to do that just now the domain/port MUST match the callback address in the spotify app config from my app config callback http://localhost:8100/callback json file strings to match domain is http://localhost port is 8100