Skip to content

Instantly share code, notes, and snippets.

@erikpar
Created July 26, 2016 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikpar/772d78624e27f924248990726f4942ad to your computer and use it in GitHub Desktop.
Save erikpar/772d78624e27f924248990726f4942ad to your computer and use it in GitHub Desktop.
WARNING ] Key 'reactor' with value None has an invalid type of NoneType, a list is required for this value
[WARNING ] Key 'reactor' with value None has an invalid type of NoneType, a list is required for this value
[WARNING ] Key 'reactor' with value None has an invalid type of NoneType, a list is required for this value
2016-07-26 08:01:41,168 [salt.config ][WARNING ][8277] Key 'reactor' with value None has an invalid type of NoneType, a list is required for this value
[WARNING ] Key 'reactor' with value None has an invalid type of NoneType, a list is required for this value
2016-07-26 08:01:41,168 [salt.config ][WARNING ][8277] Key 'reactor' with value None has an invalid type of NoneType, a list is required for this value
2016-07-26 08:01:41,253 [salt.utils.process ][ERROR ][2205] An un-handled exception from the multiprocessing process 'Reactor-139' was caught:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/salt/utils/process.py", line 613, in _run
return self._original_run()
File "/usr/lib/python2.6/site-packages/salt/utils/reactor.py", line 235, in run
reactors = self.list_reactors(data['tag'])
File "/usr/lib/python2.6/site-packages/salt/utils/reactor.py", line 105, in list_reactors
for ropt in react_map:
TypeError: 'NoneType' object is not iterable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment