Hi,
I've tried to use WebMonitor (Radiator 3.3.1). 
I could't get it running on the start - it gave me all the time "Can't
connect to radiator, timeout in operation....".
I've figured out that function Get_Connection probably didn't
interpreted properly the "LOGGEDIN" reply string.
The quickest very ugly patch was to disable the "if" sentense:
 
   my ($lines)=$t->getlines();
#    if ($lines=~/LOGGEDIN/){
            return $t;
#   } else {
#        return undef();
#    }

With this patch it works. I know it's very ugly but....

Eli Tovbeyn



===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to