Conversation
|
According to this line https://github.com/TheTorProject/bwscanner/blob/develop/bwscanner/attacher.py#L174, getting first the tor state and then upgrading the configuration options should avoid the error
According to @teor2345 #55 (comment), it was added because:
|
Some options affect things which cannot be changed without a restart, see options_transition_allowed() [tor/src/or/config.c] for more options of that type. |
|
I see, ok. Still i'll see if we can avoid the error by updating the options before tor gets launched. |
|
Let's remove then the option for now, once #85 is merged we can see whether we should add back this option. |
DisableDebuggerAttachment was added in 839fc5a but it doesn't work when applied to an already running Tor (#80). This option can only be set before Tor is launched. I'm removing it for now as I don't see why it is needed when running the bwscanner.
Resolves #80.