mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #164] Different results using the web console and this lib #80
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaspaio on GitHub (Feb 18, 2017).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/164
I'm gettting different sets of results for the same query string when I test it via the web console (or curl) and via the spotipy search method.
For example : the query 'trick me artist:kelis' yields many more results via the web console than via the library.
Any ideas why this is so ? Looking at the source code I can't find an explanation. Could it be linked to the auth token ?
@gaspaio commented on GitHub (Feb 19, 2017):
Actually, using the token I got from the web console I get the same results via spotipy. Still don't get why though.
I guess this is not a bug after all. Closing request and thanks for the great work.
@MarvBob commented on GitHub (Dec 11, 2017):
I'm facing the same issue: when using
oauth2.SpotifyClientCredentialswith my client id and secret given in my app dashboard on spotify for developers, I have a lot less results than using the web console.I confirm I get the same results via spotipy when using the token I got from the web console but I would like to understand how can I get a token that will let me access to all results... I don't think it is a good practice to hardcode the token given in the web console.
@xmztools commented on GitHub (Apr 20, 2019):
I'm having this same problem with spotipy returning many fewer results than the web console. How do I hardcode the token from the web console into my app that uses spotipy so I can check if it helps my issue though? Do I use it in place of the client credentials manager?