./lib/MusicBrainz/Server/Controller/Url.pm <-- is there
2008-07-01 18300, 2008
xlotlu
and ./lib/MusicBrainz/Server/URL.pm
2008-07-01 18309, 2008
adamgolding has quit
2008-07-01 18313, 2008
adamgolding joined the channel
2008-07-01 18323, 2008
Muzzz
I suspect your checkout is bad, fwiw, both links of those work fine for I
2008-07-01 18353, 2008
xlotlu
huh? define bad checkout..
2008-07-01 18302, 2008
Muzzz
svn co
2008-07-01 18308, 2008
Muzzz
Copy of the repo code
2008-07-01 18317, 2008
xlotlu
define bad, not checkout :P
2008-07-01 18336, 2008
Muzzz
Missing files?
2008-07-01 18337, 2008
ruaok
bad = !good
2008-07-01 18347, 2008
Muzzz
hehe ruaok
2008-07-01 18359, 2008
Muzzz goes to make a mug of hot chocolate
2008-07-01 18300, 2008
ruaok waves
2008-07-01 18301, 2008
xlotlu
you can't have missing files
2008-07-01 18337, 2008
Muzzz
Sure you can if you cancel the co halfway or w.e
2008-07-01 18323, 2008
Muzzz
Are you not getting any errors on stdout about missing packages from @INC? IF so, my suspicions lie in your copy of the code
2008-07-01 18338, 2008
xlotlu
why the hell would be MusicBrainz::Server::NewsFeed->new() return undefined?
2008-07-01 18317, 2008
xlotlu
especially after $feed->Load() if defined $feed;
2008-07-01 18335, 2008
xlotlu
is this standard perl practice, having an object mutate after calling a method?
2008-07-01 18329, 2008
adamgolding has quit
2008-07-01 18351, 2008
adamgolding joined the channel
2008-07-01 18315, 2008
xlotlu
ok, perl is mind boggling: NewsFeed->Load() has require XML::RSS;
2008-07-01 18301, 2008
xlotlu
because it fails at that, it turns the object undef-ed. yet, i get no error about that whatsoever
2008-07-01 18342, 2008
Kerensky97 has left the channel
2008-07-01 18300, 2008
ruaok
10.5.4 reboot. bbiab
2008-07-01 18302, 2008
ruaok has quit
2008-07-01 18304, 2008
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?
2008-07-01 18311, 2008
xlotlu
i bet a failed require is the same reason why i get "undef error - url: filter not found"
2008-07-01 18338, 2008
ruaok joined the channel
2008-07-01 18327, 2008
Muzzz
Hah acid2, I was about to write details.tt
2008-07-01 18349, 2008
acid2
:)
2008-07-01 18305, 2008
acid2
I don't get what a fancy link is though, and what the need for it is :S
2008-07-01 18322, 2008
Muzzz
Me either
2008-07-01 18349, 2008
acid2
xlotlu: I can't connect to those links
2008-07-01 18310, 2008
xlotlu
you can now
2008-07-01 18313, 2008
xlotlu
acid2: where is the catalyst url filter code?
2008-07-01 18328, 2008
acid2
I don't get it, what should I be looking at?
2008-07-01 18348, 2008
acid2
oh...
2008-07-01 18351, 2008
acid2
hrm
2008-07-01 18300, 2008
acid2
that's part of Template Toolkit, not Catalyst
2008-07-01 18302, 2008
adamgolding has quit
2008-07-01 18306, 2008
adamgolding joined the channel
2008-07-01 18312, 2008
xlotlu
that's what i meant
2008-07-01 18317, 2008
acid2
do you have a full Template Toolkit installation? I grabbed mine through cpan I think
2008-07-01 18358, 2008
xlotlu
nope...
2008-07-01 18316, 2008
xlotlu
brain dead errors. i want a stack trace :/
2008-07-01 18328, 2008
acid2
does template toolkit exist in apt or whatever?
2008-07-01 18335, 2008
xlotlu
yeah
2008-07-01 18344, 2008
acid2
and you've grabbed that?
2008-07-01 18351, 2008
xlotlu
yeah...
2008-07-01 18357, 2008
xlotlu
since the homepage works (now)
2008-07-01 18307, 2008
xlotlu
i'm sure it's a failed require
2008-07-01 18320, 2008
xlotlu
so.. where's the url filter?
2008-07-01 18326, 2008
acid2
but you don't need to require that or anything
2008-07-01 18332, 2008
acid2
I don't know, because it's a core part of TT afaik
2008-07-01 18338, 2008
acid2
it just works, batteries included here
2008-07-01 18315, 2008
xlotlu
ok
2008-07-01 18318, 2008
acid2
sorry :(
2008-07-01 18329, 2008
xlotlu
/usr/lib/perl5/Template/Filters.pm <-- no url filter here
2008-07-01 18335, 2008
acid2 cats
2008-07-01 18340, 2008
xlotlu
just uri
2008-07-01 18355, 2008
acid2
that's... an odd path :/
2008-07-01 18322, 2008
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 $.
2008-07-01 18348, 2008
acid2
hrm, I can't find mine lol
2008-07-01 18307, 2008
acid2
can't find my template toolkit code anywhere
2008-07-01 18309, 2008
xlotlu
well, it's in Template::Filters, wherever yous is installed