You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
So I'm testing the lyrics function but it seem that code need to be update
and got an error of Exception has occurred: TypeError: Cannot read properties of undefined (reading 'split')
on line 14 in node_modules\lyrics-finder\src\index.js
The line code were [i] = i.split(delim2);
In this case there're lyrics for it
How To Reproduce
Steps to reproduce the behavior:
1./play anysong In this case I use wildest dream https://www.youtube.com/watch?v=IdneKLhsWOQ
2./lyrics
Expected behavior
Show a lyrics
Environment (add if possible)
Node.js version: v20.12.2
npm v 10.5.0
Additional information & screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
So I'm testing the lyrics function but it seem that code need to be update
and got an error of
Exception has occurred: TypeError: Cannot read properties of undefined (reading 'split')
on line 14 in node_modules\lyrics-finder\src\index.js
The line code were
[i] = i.split(delim2);
In this case there're lyrics for it
How To Reproduce
Steps to reproduce the behavior:
1.
/play anysong
In this case I use wildest dreamhttps://www.youtube.com/watch?v=IdneKLhsWOQ
2.
/lyrics
Expected behavior
Show a lyrics
Environment (add if possible)
Additional information & screenshots
The text was updated successfully, but these errors were encountered: