[tor-dev] Troubleshooting Tor 0.2.7.1+ ephemeral hidden services
Micah Lee
micah at micahflee.com
Wed Sep 9 00:18:17 UTC 2015
On 09/08/2015 05:04 PM, Damian Johnson wrote:
> Hi Micah, on first glance looks fine. For what it's worth here's the
> example I got working a while back...
>
> https://stem.torproject.org/tutorials/over_the_river.html#ephemeral-hidden-services
>
> Cheers! -Damian
Doh, I figured out what I did wrong. I was calling:
res = c.create_ephemeral_hidden_service(WEB_PORT)
When I should have been calling:
res = c.create_ephemeral_hidden_service({ 80: WEB_PORT },
await_publication = True)
The await_publication flag is great, too. Thanks, it's working for me now.
--
Micah Lee
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.torproject.org/pipermail/tor-dev/attachments/20150908/b4c36d3f/attachment.sig>
More information about the tor-dev
mailing list