From: SourceForge.net <no...@so...> - 2010-05-22 09:28:59
|
Bugs item #2995637, was opened at 2010-05-02 23:59 Message generated for change (Comment added) made by scanaletti You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=2995637&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: roughnecks (scanaletti) Assigned to: Nobody/Anonymous (nobody) Summary: Bot does not reconnect after connection drop Initial Comment: I'm behind a natting router. When dsl line drops, my infobot timeouts (clearly) but does not connect anymore to the server. I have to kill process and restart it. Infobot svn version 1894. OS Debian Lenny. Thank You ---------------------------------------------------------------------- >Comment By: roughnecks (scanaletti) Date: 2010-05-22 11:28 Message: [ 1423] wall-e disconnect from 66.225.xxx.xx (ERROR :Closing Link: wall-e[xxxxxxx-dynamic.xx-82-r.retail.telecomitalia.it] (Ping timeout)). [ 1424] !WARN! scheduling call ircCheck() in 60s [ 1425] !WARN! Sched for ircCheck already exists in - 28s. [ 1426] Chans: (wall-e) join:#bottoli,#hardware,#joker!,#l_altro_mondo,#syrol [ 1427] !FIXME! ircCheck: found channels to join! #bottoli,#hardware,#joker!,#l_altro_mondo,#syrol [ 1428] wall-e joining #bottoli [ 1429] !WARN! PERL: Can't join() -- not connected to a server at /home/lab/infobot/trunk/src/IRC/Irc.pl line 538 [ 1430] !WARN! PERL: Can't connect to 66.225.xxx.xx:6667! at /home/lab/infobot/trunk/src/IRC/Irc.pl line 543 [ 1431] joinNextChan: wall-e 4 chans to join. [ 1432] ircCheck: possible lost in space; checking.Sat May 22 01:50:44 2010 [ 1433] >wall-e< TEST Can't call method "send" on an undefined value at /usr/local/share/perl/5.10.0/Net/IRC/Connection.pm line 1379 (#1) (F) You used the syntax of a method call, but the slot filled by the object reference or package name contains an undefined value. Something like this will reproduce the error: $BADREF = undef; process $BADREF 1,2,3; $BADREF->process(1,2,3); Uncaught exception from user code: Can't call method "send" on an undefined value at /usr/local/share/perl/5.10.0/Net/IRC/Connection.pm line 1379. at /usr/local/share/perl/5.10.0/Net/IRC/Connection.pm line 1379 Net::IRC::Connection::sl_real('Net::IRC::Connection=HASH(0x8b17078)', 'PRIVMSG wall-e :TEST') called at /usr/local/share/perl/5.10.0/Net/IRC/Connection.pm line 1340 Net::IRC::Connection::sl('Net::IRC::Connection=HASH(0x8b17078)', 'PRIVMSG wall-e :TEST') called at /usr/local/share/perl/5.10.0/Net/IRC/Connection.pm line 1200 Net::IRC::Connection::privmsg(undef, undef, 'TEST') called at /home/lab/infobot/trunk/src/IRC/Irc.pl line 333 main::msg('wall-e', 'TEST') called at /home/lab/infobot/trunk/src/IRC/Schedulers.pl line 749 main::ircCheck('Net::IRC::Connection=HASH(0x8b17078)') called at /usr/local/share/perl/5.10.0/Net/IRC.pm line 148 Net::IRC::do_one_loop('Net::IRC=HASH(0x8b17168)') called at /usr/local/share/perl/5.10.0/Net/IRC.pm line 259 Net::IRC::start('Net::IRC=HASH(0x8b17168)') called at /home/lab/infobot/trunk/src/IRC/Irc.pl line 205 main::irc('xxx.xxxlnet.org', 6667) called at /home/lab/infobot/trunk/src/IRC/Irc.pl line 52 main::ircloop() called at ./infobot line 66 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=2995637&group_id=2241 |