Opened 5 years ago
Closed 17 months ago
#15735 closed defect (wontfix)
flashproxy register failed
Reported by: | cntor | Owned by: | dcf |
---|---|---|---|
Priority: | Medium | Milestone: | |
Component: | Archived/Flashproxy | Version: | |
Severity: | Normal | Keywords: | archived-closed-2018-07-04 |
Cc: | Actual Points: | ||
Parent ID: | Points: | ||
Reviewer: | Sponsor: |
Description
2015-04-19 14:09:24 VERSION 1
2015-04-19 14:09:24 Listening remote on 0.0.0.0:9000.
2015-04-19 14:09:24 Listening remote on [::]:9000.
2015-04-19 14:09:24 Listening local on 127.0.0.1:58600.
2015-04-19 14:09:24 CMETHOD flashproxy socks4 127.0.0.1:58600
2015-04-19 14:09:24 CMETHODS DONE
2015-04-19 14:09:24 Trying to register ":9000".
2015-04-19 14:09:24 Running command: e:\Program Files\Tor\PluggableTransports\flashproxy-reg-appspot --transport websocket :9000
2015-04-19 14:09:46 flashproxy-reg-appspot: Failed to get external IP address: [Errno 10060]
2015-04-19 14:09:46 flashproxy-reg-appspot exited with status 1.
2015-04-19 14:09:46 Running command: e:\Program Files\Tor\PluggableTransports\flashproxy-reg-email --transport websocket :9000
2015-04-19 14:10:08 flashproxy-reg-email: Traceback (most recent call last):
2015-04-19 14:10:08 flashproxy-reg-email: File "flashproxy-reg-email", line 165, in <module>
2015-04-19 14:10:08 flashproxy-reg-email: File "smtplib.pyc", line 250, in init
2015-04-19 14:10:08 flashproxy-reg-email: File "smtplib.pyc", line 310, in connect
2015-04-19 14:10:08 flashproxy-reg-email: File "smtplib.pyc", line 285, in _get_socket
2015-04-19 14:10:08 flashproxy-reg-email: File "socket.pyc", line 571, in create_connection
2015-04-19 14:10:08 flashproxy-reg-email: socket.error: [Errno 10060]
2015-04-19 14:10:08 flashproxy-reg-email exited with status 255.
2015-04-19 14:10:08 Running command: e:\Program Files\Tor\PluggableTransports\flashproxy-reg-http --transport websocket :9000
2015-04-19 14:10:10 flashproxy-reg-http: Registered "[scrubbed]" with https://fp-facilitator.org/.
2015-04-19 14:11:31 Local connection from [scrubbed].
Child Tickets
Change History (3)
comment:1 Changed 5 years ago by
comment:2 Changed 2 years ago by
Severity: | → Normal |
---|
Set all open tickets without a severity to "Normal"
comment:3 Changed 17 months ago by
Keywords: | archived-closed-2018-07-04 added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Close all tickets in archived components
Error 10060 is "connection timed out." It looks like google.com and gmail.com are blocked for you. That means that flashproxy-reg-appspot and flashproxy-reg-email will not work.
It looks like the fallback flashproxy-reg-http worked. But you did not receive any connections from a flash proxy. Did you set up port forwarding according to FlashProxyHowto?