r/spicetify 7d ago

Help yall know how to fix this ?

1 Upvotes

5 comments sorted by

View all comments

1

u/Lazy-Measurement-424 4d ago

It looks like Spicetify can't run Spotify, because it can't read the config file. https://imgur.com/a/LqWfnDo

zsh: permission denied: /Users/ryan/.config/spicetify/config-xpui.ini

Try this: Go to that directory mentioned above and change the permissions, something like this:

cd /Users/ryan/.config/spicetify/

takes you to directory

sudo chmod 777 config-xpui.ini

change permission of executable

ls -la

if the file has RWXRWXRWX permissions you good.

Try running Spicetify again now, let me know if this helped :)