Bugzilla – Bug 1194
Mozart Forever, Always station from Live365 crashes the server
Last modified: 2008-08-18 10:53:01 UTC
You get an error that says: Can't use string ("live365://www.live365.com/play/m") as an ARRAY ref while "strict refs" in use at /Users/kpearsall/6/server/Plugins/Live365.pm line 651. STR: - go to internet radio -> live365 -> search - search for stations, enter MOZART - press play on Mozart forever, always... see crash
Are you running the latest nightly? I'm piping out Mozart right now, no crash.
running r2722
i get the same crash
oh. this is customer reported also, btw...
Created attachment 377 [details] currentSong is already a single item we're setting $currentSong to playList($client)->[0] earlier in teh code, so the ->[0] isn't needed again at 651. this stops the crash for me.
patch works well for me. (wow this is a very low bitrate station)
Fixed in subversion change 2727.