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.17k stars 716 forks source link

AppData\Roaming\Spotify\Apps\zlink\css\user.css: The system cannot find the path specified. #751

Closed Haven-Lau closed 3 years ago

Haven-Lau commented 3 years ago

version:

spotify version: 1.1.60.672.g6ad9c215-a spicetify installation cmd:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression

problem:

I tried to reinstall spotify and spicetify from scratch, stock config without any theme or extensions applied, as soon as I run spicetify apply I get the following error:

spicetify v1.2.1
Copying raw assets:
OK
Overwriting themed assets:
OK
Transferring user.css:
fatal open C:\Users\haven\AppData\Roaming\Spotify\Apps\zlink\css\user.css: The system cannot find the path specified.

my AppData\Roaming\Spotify\Apps\ directory: image

config.ini:

prefs_path              = C:\Users\haven\AppData\Roaming\Spotify\prefs
current_theme           = SpicetifyDefault
inject_css              = 1
overwrite_assets        = 0
spotify_path            = C:\Users\haven\AppData\Roaming\Spotify
color_scheme            = 
replace_colors          = 1
spotify_launch_flags    = 
check_spicetify_upgrade = 0

[Preprocesses]
disable_sentry        = 1
disable_ui_logging    = 1
remove_rtl_rule       = 1
expose_apis           = 1
disable_upgrade_check = 1

[AdditionalOptions]
experimental_features        = 0
fastUser_switching           = 0
extensions                   = 
custom_apps                  = 
home                         = 0
lyric_always_show            = 0
lyric_force_no_sync          = 0
radio                        = 0
song_page                    = 0
visualization_high_framerate = 0

; DO NOT CHANGE!
[Backup]
version = 1.1.60.672.g6ad9c215

am I missing some installation steps?

khanhas commented 3 years ago

https://github.com/khanhas/spicetify-cli/wiki/Installation

Haven-Lau commented 3 years ago

I used the powershell command linked there, is that up to date?

khanhas commented 3 years ago

When did you do it? Did you notice that latest release is completely different than what you had?

Haven-Lau commented 3 years ago

I did a clean install today - both my spotify installation and spicetify-cli

khanhas commented 3 years ago

Please remove any spicetify version you had. Run install script again, make sure it installs version 2.2.6 and try spicetify backup apply again.

Haven-Lau commented 3 years ago

I removed all trace of the old version and reinstalled and it's good now, thanks