controller.signal(stem.Signal.NEWNYM) gives error
When write this code
controller.signal(stem.Signal.NEWNYM)
It fires this errro below
E1101:Instance of 'Enum' has no 'NEWNYM' member
When write this code
controller.signal(stem.Signal.NEWNYM)
It fires this errro below
E1101:Instance of 'Enum' has no 'NEWNYM' member
Trac:
Milestone: Tor: 0.3.5.x-final to N/A
Component: - Select a component to Core Tor/Stem
Owner: N/A to atagar
Hi cypherpunks, what version of Stem are you using? Works for me...
% python
>>> import stem
>>> stem.Signal.NEWNYM
'NEWNYM'
>>> stem.__version__
'1.6.0-dev'
Trac:
Status: new to needs_information
Trac:
Keywords: stem, enum, signal deleted, controller added
Trac:
Resolution: N/A to user disappeared
Status: needs_information to closed
closed