jssimporter / JSSImporter

JSSImporter is deprecated. Please see the wiki for alternatives
Apache License 2.0
145 stars 38 forks source link

Getting kNAUIOptionNoUI error when running jss recipe on High Sierra #115

Closed smashism closed 6 years ago

smashism commented 6 years ago

Getting the following error on High Sierra GM using AutoPkgr + autopkg + jssimporter:

autopkg run THD_iTerm2.jss Processing THD_iTerm2.jss... 'kNAUIOptionNoUI' Failed.

The following recipes failed: THD_iTerm2.jss Error in THD_iTerm2.jss.recipe.local: Processor: JSSImporter: Error: 'kNAUIOptionNoUI'

Nothing downloaded, packaged or imported.

When running the recipe was a pkg recipe it works fine. Seems to be something with jssimporter.

pauldalewilliams commented 6 years ago

This is actually an issue with the python-jss module, specifically its use of the NetFS.framework API. I've submitted an issue here: https://github.com/sheagcraig/python-jss/issues/62

smashism commented 6 years ago

Thanks @pauldalewilliams. Closing this in leu of https://github.com/sheagcraig/python-jss/issues/62.