Play Playlist crashes

Hey,

playing a playlist (in my case saved web radio stations) about http-cmd it works fine (example “http://volumio.local/api/vi/commands/?cmd=playplaylist&name=TEST”), but first bug:
It dosnt import the name of the radio station correctly and always show “undefined” in queue.

Second bug:
By playing a playlist about ssh the prcess crashed completly. (“curl volumio.local:3000/api/vi/commands/?cmd=playplaylist&name=TEST”)

Is the bug known and can someone reproduce this?

Please a short info - thanks. :slight_smile:

I had a similar issue by using curl. After a lot of tries and searching I found this:

The command needs to be enclosed by single quotes:
volumio.local/api/v1/commands/?cmd=‘playplaylist&name=Liste1’

That worked for me.

Regards leo