owenthereal / spotctl

A command-line interface to Spotify, written in Go
MIT License
243 stars 16 forks source link

Poblem in Windows #8

Closed weslynxt closed 6 years ago

weslynxt commented 6 years ago

I have tried SpotCli on Windows 7 64 bits, but when I use the command "spotctl.exe player" or "spotctl.exe devices" it returns this error:

"2018/01/10 13:16:08 spotify: HTTP 202: Accepted (body empty)"

I already have the session started, I have run it in administrator mode and nothing

owenthereal commented 6 years ago

@weslynxt Do you have the Spotify app running? That error is usually because Spotify API can't connect with the local app.

weslynxt commented 6 years ago

I do not have it, is it necessary to have the program? Thank you

owenthereal commented 6 years ago

@weslynxt Yes, see https://github.com/jingweno/spotctl#running.

weslynxt commented 6 years ago

Thanks, I did not check it