ledesmablt / spotify-cli

Control Spotify playback on any device through the command line.
MIT License
116 stars 15 forks source link

Missing commands? #12

Closed rtyx closed 3 years ago

rtyx commented 3 years ago

Hi! I'm having problems executing some commands, among them spotify --version, which simply promps the help:

❯ spotify --version
Usage:

  showHelp <command>
 ...

This happens also with any shortcuts like spotify n, but basic commands like spotify next or spotify play work perfectly.

I might be doing something wrong. Any clue?

Running on a Max OS Big Sur 11.3 (20E232), zsh.

ledesmablt commented 3 years ago

Hi @rtyx could you try running pip3 install --upgrade spotify-cli and running the command again?

If that doesn't work, could you share the output of the command which spotify for us to confirm if it's running this python package and not another spotify binary?

ledesmablt commented 3 years ago

Hi @rtyx closing this due to inactivity. If the problem still persists, feel free to reopen this issue.