Bug 5693 - Can't browse podcasts
: Can't browse podcasts
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Plugin
: 7.0
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Squeezebox QA Team email alias
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-10-07 06:46 UTC by Philip Meyer
Modified: 2007-10-08 05:39 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Meyer 2007-10-07 06:46:40 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.
Comment 1 KDF 2007-10-07 23:56:37 UTC
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;
}
Comment 2 Andy Grundman 2007-10-08 05:39:26 UTC
Fixed in change 13653.