zyrouge / node-genius-lyrics

Simple lyrics fetcher that uses Genius. Also has official API implementations.
https://genius-lyrics.js.org
MIT License
61 stars 12 forks source link

NoResultError for some specific queries #33

Closed Jelmerro closed 1 year ago

Jelmerro commented 1 year ago

This library works wonderfully for most queries, but some are problematic. I have not found a cause for it yet, but it happens occasionally with some queries, it's always the same result, so it is consistent in that sense. This never gives results no matter how often I retry it, I can also try rewording it, it just does not show results when searching for this song in particular. Good to note, is that it's also the name of the album, so perhaps something is going wrong with that. I can fetch every single other song by the doors, just not this one. image image

zyrouge commented 1 year ago

Aight, I'll look into it asap.

zyrouge commented 1 year ago

🎉 Patched in v4.4.0! I'll also go ahead and close #32 and #33 since I have implemented a fix for those as well.

Jelmerro commented 1 year ago

Thanks for the new release, it works really well! :tada: