Bugzilla – Bug 5693
Can't browse podcasts
Last modified: 2007-10-08 05:39:26 UTC
If I browse to Internet Radio -> Podcasts -> PodcastAlley Top 50, Nothing happens. I see the following error: [14:43:24.5846] Slim::Networking::Select::select (245) Error: Select task failed : Can't locate object method "host" via package "URI::_generic" at P:/Music/Slim Server/beta/server/Slim/Utils/Misc.pm line 1290.
looks like URI doesn't like the index style url used for podcasts. perhaps: my $host; my $uri = URI->new($url); if ($uri.can(host)) { $host = $uri->host; }
Fixed in change 13653.