You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It seems that I've gotten it to work, although I cannot log in since my password is "too complex" for this spotify-deamon:
$ python client.py -u myusername -p pass!word
bash: !word: event not found
So since I have an exclamation mark in my password it doesn't work. Of course I can change my password (though I don't want to) but thought I'd let you know.
Mvh Victor
The text was updated successfully, but these errors were encountered:
Hmm, the username and password can be set in the client.conf file, but it seems like they are not used? Since you need to set them when running client.py:
$ python client.py
Usage: client.py [options]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-u USERNAME, --username=USERNAME
spotify username
-p PASSWORD, --password=PASSWORD
spotify password
Hi,
It seems that I've gotten it to work, although I cannot log in since my password is "too complex" for this spotify-deamon:
$ python client.py -u myusername -p pass!word
bash: !word: event not found
So since I have an exclamation mark in my password it doesn't work. Of course I can change my password (though I don't want to) but thought I'd let you know.
Mvh Victor
The text was updated successfully, but these errors were encountered: