We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Client.search()
Followed the installation steps for this package but for some reason its always returning an empty paginated list.
import deezer client = deezer.Client() print(client.get_album(680407).title) print(client.search('Daft Punk'))
Output -
'Monkey Business' <PaginatedList []>
So apparently get_album works but search doesn't. Am I missing something here?
The text was updated successfully, but these errors were encountered:
I tried putting in the access token and it works. So I suppose for searching, you need authentication
Sorry, something went wrong.
Weird, I just tried again now and it worked fine without the need for authentication...
No branches or pull requests
Followed the installation steps for this package but for some reason its always returning an empty paginated list.
Output -
So apparently get_album works but search doesn't. Am I missing something here?
The text was updated successfully, but these errors were encountered: