Created
June 1, 2015 18:06
-
-
Save jtopjian/d36346b8b69b642203df to your computer and use it in GitHub Desktop.
st2 rule list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-06-01 18:04:19,702 140437933276688 DEBUG log [-] API call failed: argument of type 'NoneType' is not iterable | |
| 2015-06-01 18:04:19,703 140437933276688 DEBUG log [-] Traceback (most recent call last): | |
| File "/usr/local/lib/python2.7/dist-packages/pecan/core.py", line 625, in __call__ | |
| self.invoke_controller(controller, args, kwargs, state) | |
| File "/usr/local/lib/python2.7/dist-packages/pecan/core.py", line 531, in invoke_controller | |
| result = controller(*args, **kwargs) | |
| File "/usr/lib/python2.7/dist-packages/st2common/models/api/base.py", line 160, in callfunction | |
| result = f(*args, **kwargs) | |
| File "/usr/lib/python2.7/dist-packages/st2api/controllers/resource.py", line 200, in get_all | |
| return self._get_all(**kwargs) | |
| File "/usr/lib/python2.7/dist-packages/st2api/controllers/resource.py", line 230, in _get_all | |
| item.ref = ResourceReference(pack=pack, name=name).ref | |
| File "/usr/lib/python2.7/dist-packages/st2common/models/system/common.py", line 46, in __init__ | |
| self.pack = self.validate_pack_name(pack=pack) | |
| File "/usr/lib/python2.7/dist-packages/st2common/models/system/common.py", line 80, in validate_pack_name | |
| if PACK_SEPARATOR in pack: | |
| TypeError: argument of type 'NoneType' is not iterable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment