On Mon, 2008-03-10 at 22:59 +0100, Duncan Webb wrote:
> I think that kaa.rpc is not working when the host is another machine 
> address. It is fine when the IP adress is localhost or 127.0.0.1 but 
> when using another IP address there does not seem to be any response.
> 
> Any ideas what could be wrong?

I suspect you're specifying the address wrong.  For TCP sockets,
addresses are specified as a 2-tuple in the form (host_or_ip, port). 

kaa.rpc should allow something like 'localhost:8888' though.  Or ':8888'
which would correspond to ('', 8888) (which binds to all IPs).  I'll
update the code to allow this.

Meanwhile you can use the 2-tuple form.  If you are and it's still not
working, maybe you have a firewall in the way?  It works for me.



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to