amirchev / OBS-Lyrics

Manage and display lyrics to any text source in your OBS scene.
Apache License 2.0
27 stars 17 forks source link

Lyrics+ 2.0.0 click "Next Prepared" results in error message #37

Open iraytrace opened 2 years ago

iraytrace commented 2 years ago

With 4 lyrics prepared, I can select the first and display. If I then click "Next Prepared" it will go to the next prepared song. If I do this a second time to go to the file "05 Angels We have Heard.txt", I get the following error:

[lyrics+2.0.0.lua] Failed to call button_prop_clicked for button_prop_clicked: C:/OBS-Lyrics-2.0.0/OBS-Lyrics-2.0.0/lyrics+2.0.0.lua:1867: attempt to concatenate a nil value

If I try to directly select "05 Angels We have Heard.txt" at this point I get: [lyrics+2.0.0.lua] Failed to call modified_callback for modified_callback: C:/OBS-Lyrics-2.0.0/OBS-Lyrics-2.0.0/lyrics+2.0.0.lua:1867: attempt to concatenate a nil value

This seems to be specific to the song in question:

05 Angels We have Heard.txt

GeNTooGeek commented 2 years ago

The apostrophe in "o'er" is likely the culprit. It looks to be a stylized one, instead of the regular one.

amirchev commented 1 year ago

@iraytrace Has the issue been resolved?