<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi<br>
<br>
Yes, I am using 0.03_01, here here are the symptoms, with Mozilla 1.5
I don't see any window at all. <br>
With Opera 7.23 I get an empty window and the following popup message
"the address is not available from this machine <a class="moz-txt-link-freetext" href="http://http-recorder">http://http-recorder</a>"
when ever I move to a new page.<br>
<br>
The scripts are being recorded to the log file.<br>
<br>
here is the script I am using to start it up:<br>
<br>
<blockquote type="cite"> #!/usr/bin/perl<br>
<br>
use HTTP::Proxy;<br>
use HTTP::Recorder;<br>
<br>
my $proxy = HTTP::Proxy->new();<br>
<br>
# create a new HTTP::Recorder object<br>
my $agent = new HTTP::Recorder;<br>
<br>
# set the log file (optional)<br>
$agent->file("/tmp/myfile");<br>
<br>
# show control panel<br>
$agent->showwindow(1);<br>
<br>
<br>
# set HTTP::Recorder as the agent for the proxy<br>
$proxy->agent( $agent );<br>
<br>
<br>
# start the proxy<br>
$proxy->start();<br>
<br>
1;<br>
</blockquote>
<br>
<br>
Thanks for your time<br>
<br>
Tom<br>
<br>
<br>
Ivan Pechorin wrote:<br>
<blockquote type="cite"
cite="mid1089437679.1836.6.camel@localhost.localdomain">
<pre wrap="">Hello!
</pre>
<blockquote type="cite">
<pre wrap="">I am having problems getting the console to
display.
</pre>
</blockquote>
<pre wrap=""><!---->
Tom, which version of HTTP::Recorder do you use? You should use 0.03_01:
<a class="moz-txt-link-freetext" href="http://search.cpan.org/CPAN/authors/id/L/LE/LEIRA/HTTP-Recorder-0.03_01.tar.gz">http://search.cpan.org/CPAN/authors/id/L/LE/LEIRA/HTTP-Recorder-0.03_01.tar.gz</a>
Please, try it and let us know if you still experience problems with the
console.
_______________________________________________
HTTP-Recorder mailing list
<a class="moz-txt-link-abbreviated" href="mailto:HTTP-Recorder@lists.bestpractical.com">HTTP-Recorder@lists.bestpractical.com</a>
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/http-recorder">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/http-recorder</a>
</pre>
</blockquote>
</body>
</html>