Bug 1314 - clicking on download playlist downloads an empty file called status.m3u
: clicking on download playlist downloads an empty file called status.m3u
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Playlists
: 6.0.1
: All All
: P2 normal with 1 vote (vote)
: ---
Assigned To: Vidur Apparao
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-04-05 15:24 UTC by Kevin Pearsall
Modified: 2008-08-18 10:54 UTC (History)
0 users

See Also:
Category: ---


Attachments
use reference to $string for stdout (2.73 KB, patch)
2005-04-07 15:07 UTC, KDF
Details | Diff
too much the first time (1.52 KB, patch)
2005-04-07 15:25 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Pearsall 2005-04-05 15:24:47 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)
Comment 1 KDF 2005-04-07 15:07:00 UTC
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.
Comment 2 KDF 2005-04-07 15:25:55 UTC
Created attachment 408 [details]
too much the first time

updated to include only what's needed against svn
Comment 3 Dan Sully 2005-04-07 16:09:51 UTC
Fixed as of Subversion change 2906 - will be in tonight's builds.
Comment 4 Kevin Pearsall 2005-04-13 16:29:35 UTC
still coming down blank in r2957 from trunk and branch.

???
Comment 5 Dan Sully 2005-04-13 16:37:26 UTC
It works fine here. Need more information.
Comment 6 KDF 2005-04-13 17:36:41 UTC
d_playlist or d_parse output ( i think? ) should have something to say about this.
Comment 7 KDF 2005-04-19 12:25:41 UTC
do we have log output at all?  THAT certainly should be simple to do, right? ;)
Comment 8 Kevin Pearsall 2005-04-19 16:01:53 UTC
agggh well it's working now with r3006, sorry about the delay, been busy :(