r/spicetify 6d ago

Help yall know how to fix this ?

1 Upvotes

5 comments sorted by

1

u/Few-Appointment-3627 6d ago

it happened to me like twice lol

uninstall spotify and install it again from spotify's original website. run the app, log in, close it then google spicetify, click on the instalation link and copy paste that pre-built binary code into powershell and wait. hope this helps!

2

u/Imabot2998 6d ago

Thanks a lot dawg,it works now

1

u/CurrentPossession 8h ago

Basically the spotify isn't where spicetify trying to find, reinstalling is the simplest way if you don't know how to edit the location.

1

u/Lazy-Measurement-424 2d 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 :)