Hi, there is an issue in OpenWebif with the link to stream the current service (tooltip "Stream:<program name>") located in the top right on the OpenWebif page ("osd" div).
When a recording is played and the filename (i.e. the name of the recorded program/transmission) contains one or more single quotes (that is an apostrophe, so is relatively common in some languages) the browser (chrome in my test) console show the error "Uncaught SyntaxError: missing ) after argument list".
The problem is that internally the onclick event call the jumper80(<path>) javascript function (remember, when playing a recorded program) with the filename as argument and the filename is not properly escaped, so if it contains a single quote.......it breaks.
For the record I'm using VU+ Suo4K SE with OpenPli 8.1-release build 2021-09-15, last update 2021-10-12, but I think the problem exists in any decoder using OpenWebif.
I understand that, as far as I'm aware of, OpenWebif is not maintained directly by the OpenPli team but....I'm not sure where else to report this issue!