[tor-bugs] #28916 [Core Tor/Stem]: Stem's launch_tor_with_config() does not support ordered (onion service) options

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Dec 21 17:27:26 UTC 2018


#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


More information about the tor-bugs mailing list