trizen / clyrics

An extensible lyrics fetcher, with daemon support for cmus and mocp.
https://trizenx.blogspot.com/2013/02/mocp-lyrics.html
GNU General Public License v3.0
56 stars 15 forks source link

Use of uninitialized value $lyrics in substitution (s///) at ... 110-genius.pl line 25. #24

Closed Veraellyunjie closed 2 months ago

Veraellyunjie commented 2 months ago
cd /tmp
git clone https://github.com/trizen/clyrics
clyrics/clyrics colos auslander raus  # auslander without diaeresis
Use of uninitialized value $lyrics in substitution (s///) at /tmp/clyrics/plugins/110-genius.pl line 25.
clyrics/clyrics colos ausländer raus  # ausländer with diaeresis
# prints lyrics
  1. I hoped it would figure out auslander -> ausländer automatically. I admit it may be difficult to implement so let us not count it as a bug.
  2. Still, the uninitialized should not be printed
trizen commented 2 months ago

Thanks for reporting the issue. Should be fixed now.