[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #28916 [Core Tor/Stem]: Stem's launch_tor_with_config() does not support ordered (onion service) options
#28916: Stem's launch_tor_with_config() does not support ordered (onion service)
options
---------------------------+-----------------------------------
Reporter: teor | Owner: atagar
Type: defect | Status: needs_information
Priority: Medium | Milestone:
Component: Core Tor/Stem | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
---------------------------+-----------------------------------
Changes (by atagar):
* status: new => needs_information
Comment:
Hi teor, try providing an OrderedDict instead...
{{{
import collections
import stem.process
stem.process.launch_tor_with_config(
config = collections.OrderedDict([
('ControlPort', '2778'),
('Log', 'NOTICE stdout'),
... etc...
])
)
}}}
Did you have any other questions?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/28916#comment:1>
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