Bugzilla – Bug 3193
playlist with http urls - not possible to play because of empty value
Last modified: 2008-09-15 14:39:24 UTC
2006-03-23 12:03:34.7078 newTrack: Bogus value for 'url' $VAR1 = ''; 2006-03-23 12:03:34.7120 Backtrace: frame 0: Slim::DataStores::DBI::DBIStore::newTrack (/usr/share/perl5/Slim/DataStores/DBI/DBIStore.pm line 665) frame 1: Slim::DataStores::DBI::DBIStore::updateOrCreate (/usr/share/perl5/Slim/DataStores/DBI/DBIStore.pm line 274) frame 2: Slim::DataStores::DBI::DBIStore::objectForUrl (/usr/share/perl5/Slim/Player/Playlist.pm line 72) frame 3: Slim::Player::Playlist::song (/usr/share/perl5/Slim/Player/Player.pm line 1529) frame 4: Slim::Player::Player::currentSongLines (/usr/share/perl5/Slim/Buttons/Playlist.pm line 227) frame 5: Slim::Buttons::Playlist::lines (/usr/share/perl5/Slim/Player/Player.pm line 613) frame 6: Slim::Player::Player::update (/usr/share/perl5/Slim/Buttons/Common.pm line 1180) frame 7: Slim::Buttons::Common::_periodicUpdate (/usr/share/perl5/Slim/Utils/Timers.pm line 112) frame 8: Slim::Utils::Timers::checkTimers (/usr/sbin/slimserver line 634) frame 9: main::idle (/usr/sbin/slimserver line 577) frame 10: main::main (/usr/sbin/slimserver line 1215) The playlist in question : root@zama:~# cat /home/music/playlists/DR\ P1.m3u #CURTRACK 3 #EXTM3U #EXTINF:-1,mms://wmscr1.dr.dk/e02ch01m?wmcontentbitrate=300000/.wma&MSWMExt=.asf mms://wmscr1.dr.dk/e02ch01m?wmcontentbitrate=300000/.wma&MSWMExt=.asf #EXTINF:-1,mms://192.168.16.9:80/e02ch01m?wmcontentbitrate=300000/.wma&MSWMExt=.asf mms://192.168.16.9:80/e02ch01m?wmcontentbitrate=300000/.wma&MSWMExt=.asf #EXTINF:-1,http://wmscr2.dr.dk/e02ch01m?wmcontentbitrate=300000/.wma http://wmscr2.dr.dk/e02ch01m?wmcontentbitrate=300000/.wma #EXTINF:-1,http://wmsc.dr.dk/e02ch01m?wmcontentbitrate=300000/.wma http://wmsc.dr.dk/e02ch01m?wmcontentbitrate=300000/.wma
Sorry did a little more digging - it works if i remove the first line, it seems there is an illegal character before the comment line.. So the error is instead that the playlist parser isn't very fault tolerant.
Thomas - does this still happen with the latest 6.5 nightly build? If it does - can you upload the playlist to this bug? Thanks.
Hi Dan, Sorry my tardiness.. It's not possible for to reproduce the bug with the latest nightly build (29-04-2006) Thanks btw: have a good weekend