-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting 'tracks' after entering query #54
Comments
GijsTimmers
added a commit
to GijsTimmers/Pytify
that referenced
this issue
Jun 18, 2017
Fixes bjarneo#55 and bjarneo#54 Support for client credentials flow. Please follow these steps: 1. Register app: https://developer.spotify.com/my-applications/#!/applications 2. Edit your .bashrc to export following values: export SPOTIPY_CLIENT_ID='your-spotify-client-id' export SPOTIPY_CLIENT_SECRET='your-spotify-client-secret' 3. Run pytify.
bjarneo
pushed a commit
that referenced
this issue
Jun 20, 2017
* Client Credentials Flow support Fixes #55 and #54 Support for client credentials flow. Please follow these steps: 1. Register app: https://developer.spotify.com/my-applications/#!/applications 2. Edit your .bashrc to export following values: export SPOTIPY_CLIENT_ID='your-spotify-client-id' export SPOTIPY_CLIENT_SECRET='your-spotify-client-secret' 3. Run pytify. * removed remnant comment
Thanks! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running Spotify 1.0.49.125.g72ee7853 with Pytify 3.3.2 on Ubuntu 17.04.
Installed via pip3.
Problem: after entering my query, pytify returns the string 'tracks'. That's it, no search results or whatsoever.
The normal commands work:
The text was updated successfully, but these errors were encountered: