spicetify / cli

Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux.
https://spicetify.app
GNU Lesser General Public License v2.1
18.82k stars 735 forks source link

error: not a directory #141

Closed verajosemanuel closed 4 years ago

verajosemanuel commented 4 years ago

installed from debian / ubuntu package

which spotify
/usr/bin/spotify

spicetify
config file created successfully
info Run "spicetify -h" for commands list.

spicetify -c
/home/jose/.config/spicetify/config.ini

 spicetify backup apply enable-devtool
spicetify v0.9.7
Backing up app files:
open /usr/bin/spotify/Apps: not a directory
khanhas commented 4 years ago

What are files' permissions in /usr/bin/spotify?

verajosemanuel commented 4 years ago

lrwxrwxrwx 1 root root 24 feb 4 00:19 /usr/bin/spotify -> ../share/spotify/spotify

khanhas commented 4 years ago

You need to change spotify_path in config file to ../share/spotify (please expand the .. for me)

verajosemanuel commented 4 years ago

That was done prior to this error. Config is properly set to correct path full path is /usr/share/spotify

khanhas commented 4 years ago

So, does it work normally now?

verajosemanuel commented 4 years ago

no. What I said is that the correct spotify path was set "before" getting this error. This is not working

khanhas commented 4 years ago

Can you check that is /usr/share/spotify symlink to anywhere else?