del.icio.us issu.es
I’m seeing repeated errors from del.icio.us searches, perhaps the result of too much champagne after the Yahoo aquisition? :-)
Suprisingly, stack traces are not disabled; looks like the del.icio.us uses Perl and Mason.
Update: The site has been officially down for most of the afternoon and evening.
error: Can’t call method “prepare” on an undefined value at /www/del.icio.us/comp/_comp/get_popular_tags line 28.
context: …
24: < %init>
25:
26: my $tags = $m->cache->get($tag);
27: if (!defined $tags) {
28:
29: $tag_q ||= $dbh->prepare(
30: ’select
31: dst_tag, score
32: from
…
code stack: /www/del.icio.us/comp/_comp/get_popular_tags:28
/www/del.icio.us/site/tag/dhandler:20
/www/del.icio.us/site/autohandler:110
raw error
Can’t call method “prepare” on an undefined value at /www/del.icio.us/comp/_comp/get_popular_tags line 28.
Trace begun at /usr/share/perl5/HTML/Mason/Exceptions.pm line 131
HTML::Mason::Exceptions::rethrow_exception(’Can\’t call method “prepare” on an undefined value at /www/del.icio.us/comp/_comp/get_popular_tags line 28.^J’) called at /www/del.icio.us/comp/_comp/get_popular_tags line 28
HTML::Mason::Commands::__ANON__(’dbh’, undef, ‘tag’, ‘perl+seattle’, ‘title’, ‘related tags’) called at /usr/share/perl5/HTML/Mason/Component.pm line 134
HTML::Mason::Component::run(’HTML::Mason::Component: :FileBased=
HASH(0×1da9f10)’, ‘dbh’, undef, ‘tag’, ‘perl+seattle’, ‘title’, ‘related tags’) called at /usr/share/perl5/HTML/Mason/Request.pm line 1074
eval {…} at /usr/share/perl5/HTML/Mason/Request.pm line 1068
…