./lib/MusicBrainz/Server/Controller/Url.pm <-- is there
and ./lib/MusicBrainz/Server/URL.pm
adamgolding has quit
adamgolding joined the channel
Muzzz
I suspect your checkout is bad, fwiw, both links of those work fine for I
xlotlu
huh? define bad checkout..
Muzzz
svn co
Copy of the repo code
xlotlu
define bad, not checkout :P
Muzzz
Missing files?
ruaok
bad = !good
Muzzz
hehe ruaok
Muzzz goes to make a mug of hot chocolate
ruaok waves
xlotlu
you can't have missing files
Muzzz
Sure you can if you cancel the co halfway or w.e
Are you not getting any errors on stdout about missing packages from @INC? IF so, my suspicions lie in your copy of the code
xlotlu
why the hell would be MusicBrainz::Server::NewsFeed->new() return undefined?
especially after $feed->Load() if defined $feed;
is this standard perl practice, having an object mutate after calling a method?
adamgolding has quit
adamgolding joined the channel
ok, perl is mind boggling: NewsFeed->Load() has require XML::RSS;
because it fails at that, it turns the object undef-ed. yet, i get no error about that whatsoever
Kerensky97 has left the channel
ruaok
10.5.4 reboot. bbiab
ruaok has quit
xlotlu
shouldn't require mean like.. "require the damn thing or bail out with a bang"? something does an eval try-catch-ish like thing?
i bet a failed require is the same reason why i get "undef error - url: filter not found"
ruaok joined the channel
Muzzz
Hah acid2, I was about to write details.tt
acid2
:)
I don't get what a fancy link is though, and what the need for it is :S
Muzzz
Me either
acid2
xlotlu: I can't connect to those links
xlotlu
you can now
acid2: where is the catalyst url filter code?
acid2
I don't get it, what should I be looking at?
oh...
hrm
that's part of Template Toolkit, not Catalyst
adamgolding has quit
adamgolding joined the channel
xlotlu
that's what i meant
acid2
do you have a full Template Toolkit installation? I grabbed mine through cpan I think
xlotlu
nope...
brain dead errors. i want a stack trace :/
acid2
does template toolkit exist in apt or whatever?
xlotlu
yeah
acid2
and you've grabbed that?
xlotlu
yeah...
since the homepage works (now)
i'm sure it's a failed require
so.. where's the url filter?
acid2
but you don't need to require that or anything
I don't know, because it's a core part of TT afaik
it just works, batteries included here
xlotlu
ok
acid2
sorry :(
xlotlu
/usr/lib/perl5/Template/Filters.pm <-- no url filter here
acid2 cats
just uri
acid2
that's... an odd path :/
xlotlu
The url filter is a less aggressive version of the uri filter. [...] However, unlike the uri filter, the url filter does not encode the reserved characters &, @, /, ;, :, =, +, ? and $.
acid2
hrm, I can't find mine lol
can't find my template toolkit code anywhere
xlotlu
well, it's in Template::Filters, wherever yous is installed