Skip to content
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

Song search incorrect result #242

Open
shrddr opened this issue Jul 20, 2022 · 0 comments
Open

Song search incorrect result #242

shrddr opened this issue Jul 20, 2022 · 0 comments

Comments

@shrddr
Copy link

shrddr commented Jul 20, 2022

Describe the bug
Searching for song "Compa" by artist "Phil Lober" returns song "Geechi Gotti vs. Charlie Clips" by artist "URLtv"

Expected behavior
Should return None, because

To Reproduce

artist = genius.search_artist('Phil Lober', max_songs=0)
song = genius.search_song('Compa', artist.name)

or just song = genius.search_song('Compa', 'Phil Lober')

Version info

  • Package version 3.0.1
  • OS: Windows

Additional context

artist = genius.search_artist('Phil Lober', max_songs=0)
songs = genius.search_artist_songs(artist.id, 'Compa')

works correctly, returns empty dict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant