Unable to configure Recipe Robot preferences in Mojave
homebysix opened this issue · 0 comments
homebysix commented
$ ./scripts/recipe-robot --config -v
-----------------------------------
| Welcome to Recipe Robot v1.1.0. |
-----------------------------------
\ _[]_
\ [oo]
d-||-b
||
_/ \_
[ERROR] Recipe Robot exploded with unexpected error: RecipeTypes
Traceback (most recent call last):
File "./scripts/recipe-robot", line 90, in main
prefs = init_prefs(facts)
File "./scripts/recipe-robot", line 273, in init_prefs
if recipe["type"] in prefs["RecipeTypes"]:
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC/objc/_convenience.py", line 162, in __getitem__objectForKey_
return container_unwrap(res, KeyError, key)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC/objc/_convenience.py", line 659, in container_unwrap
raise exc_type(*exc_args)
KeyError: 'RecipeTypes'
[ERROR]