Bugzilla – Bug 1314
clicking on download playlist downloads an empty file called status.m3u
Last modified: 2008-08-18 10:54:04 UTC
seen with default and fishbone skins. reproduced with r2885/branch6_0_x (customer reported issue--he also reported that trying to download a 12000 song playlist took forever but still gave a blank playlist)
Created attachment 407 [details] use reference to $string for stdout Parse::writeM3U can write to a file or string. the $output handle was moved to a reusable routine _filehandleFromNameOrString, which needs to be passed a reference to $string, instead of the actual $string so that the returned value points back to the original. using if $filename on the close... lines avoids an untie warning from CPAN::IO::String.
Created attachment 408 [details] too much the first time updated to include only what's needed against svn
Fixed as of Subversion change 2906 - will be in tonight's builds.
still coming down blank in r2957 from trunk and branch. ???
It works fine here. Need more information.
d_playlist or d_parse output ( i think? ) should have something to say about this.
do we have log output at all? THAT certainly should be simple to do, right? ;)
agggh well it's working now with r3006, sorry about the delay, been busy :(