zyrouge / node-genius-lyrics

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

error when search for arabic songs #5

Closed Majoramari closed 4 years ago

Majoramari commented 4 years ago

hello, i'm trying to search for arabic songs like دا لو اتساب or 3 دقات i'm getting this error (GeniusLyrics) TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters

twlite commented 4 years ago

please use encodeURIComponent(yourQuery)

zyrouge commented 4 years ago

Fixed in v5