[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #8319 [Flashproxy]: Check if flashproxy-client.exe works on Windows XP
#8319: Check if flashproxy-client.exe works on Windows XP
------------------------+---------------------------------------------------
Reporter: dcf | Owner: dcf
Type: defect | Status: new
Priority: normal | Milestone:
Component: Flashproxy | Version:
Keywords: | Parent:
Points: | Actualpoints:
------------------------+---------------------------------------------------
Comment(by dcf):
Replying to [comment:2 kenwoo]:
> I added log option,
> ...
> LearnCircuitBuildTimeout 0
> CircuitBuildTimeout 60
> ClientTransportPlugin websocket exec flashproxy-client --register :0
:9001 --log flashproxy-client.txt
> ClientTransportPlugin obfs2,obfs3 exec obfsproxy managed
> ...
>
> and the log file is (I am using port 9001):
>
> 2013-02-24 11:22:11 VERSION 1
> 2013-02-24 11:22:19 Listening remote on 0.0.0.0:9001.
> Traceback (most recent call last):
> File "<string>", line 1177, in <module>
> File "<string>", line 1127, in main
> File "<string>", line 479, in listen_socket
> socket.gaierror: [Errno 11001] getaddrinfo failed
> 2013-02-24 11:25:55 VERSION 1
> 2013-02-24 11:25:55 Listening remote on 0.0.0.0:9001.
> Traceback (most recent call last):
> File "<string>", line 1177, in <module>
> File "<string>", line 1127, in main
> File "<string>", line 479, in listen_socket
> socket.gaierror: [Errno 11001] getaddrinfo failed
Thank you for this log. It looks like the problem is with listening on an
IPv6 address. Please try changing the line to
{{{
ClientTransportPlugin websocket exec flashproxy-client --register :0
0.0.0.0:9001 --log flashproxy-client.txt
}}}
The `0.0.0.0` in front of `:9001` will force the program to listen on IPv4
only.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8319#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs