Caught exception in MusicBrainz::Server::Controller::Root->index "junk 'Can't connect to blog.musicbrainz.org:80 (Bad hostname) LWP::Protocol::http::Socket: Bad hostname 'blog.musicbrainz.org' at local/lib/perl5/LWP/Protocol/http.pm line 51. ' before XML element" Stack Trace Package Line File MusicBrainz::Server::Data::Blog 30 lib/MusicBrainz/Server/Data/Blog.pm 27: if (!$entry_parser) { 28: my $xml = $self->lwp->get("http://blog.musicbrainz.org/?feed=rss2"); 29: $entry_parser = XML::RSS::Parser::Lite->new; 30: $entry_parser->parse($xml->content); 31: $cache->set($key => $entry_parser); 32: } 33: MusicBrainz::Server::Controller::Root 43 lib/MusicBrainz/Server/Controller/Root.pm 40: sub index : Path Args(0) 41: { 42: my ($self, $c) = @_; 43: $c->stash( 44: blog => $c->model('Blog')->get_latest_entries, 45: template => 'main/index.tt' 46: ); MusicBrainz::Server 296 lib/MusicBrainz/Server.pm 293: chomp $warning; 294: $c->log->warn($c->req->method . " " . $c->req->uri . " caused a warning: " . $warning); 295: }; 296: $c->next::method(@_); 297: }; 298: } 299: MusicBrainz::Server 296 lib/MusicBrainz/Server.pm 293: chomp $warning; 294: $c->log->warn($c->req->method . " " . $c->req->uri . " caused a warning: " . $warning); 295: }; 296: $c->next::method(@_); 297: }; 298: } 299: MusicBrainz::Server 296 lib/MusicBrainz/Server.pm 293: chomp $warning; 294: $c->log->warn($c->req->method . " " . $c->req->uri . " caused a warning: " . $warning); 295: }; 296: $c->next::method(@_); 297: }; 298: } 299: MusicBrainz::Server 266 lib/MusicBrainz/Server.pm 263: alarm(0); 264: } 265: else { 266: $c->$orig(@_); 267: } 268: }; 269: