You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something went wrong in the recent edit of the description field of the ack.munki.recipe; its closing tag is now incorrect. Actual error (when, for example, running 'autopkg info ack.munki'):
WARNING: plist error for /Users/munki/Library/AutoPkg/RecipeRepos/com.github.autopkg.jleggat-recipes/ack/ack.munki.recipe: Error Domain=NSCocoaErrorDomain Code=3840 "The data couldn’t be read because it isn’t in the correct format." (Encountered unexpected character D on line 23 while looking for close tag) UserInfo=0x7ff0c2fbf4b0 {NSDebugDescription=Encountered unexpected character D on line 23 while looking for close tag, kCFPropertyListOldStyleParsingError=The data couldn’t be read because it isn’t in the correct format.}
(note that I had to set LANG to 'en_US.UTF-8' to see the actual error, otherwise I would only get a Python exception: "UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 181: ordinal not in range(128)").
This error seems to affect your entire repository, instead of just this recipe (I use your SequelPro recipe, and still got the Python exception).
Also, I would have made a pull request if only I would know how to do it, but I'm still very much a beginner to git and github.
The text was updated successfully, but these errors were encountered:
I have a fork at https://github.com/48kRAM/jleggat-recipes with an open pull request. Untill that request is accepted, you can use my forked version by removing this one and using my fork:
Something went wrong in the recent edit of the description field of the ack.munki.recipe; its closing tag is now incorrect. Actual error (when, for example, running 'autopkg info ack.munki'):
WARNING: plist error for /Users/munki/Library/AutoPkg/RecipeRepos/com.github.autopkg.jleggat-recipes/ack/ack.munki.recipe: Error Domain=NSCocoaErrorDomain Code=3840 "The data couldn’t be read because it isn’t in the correct format." (Encountered unexpected character D on line 23 while looking for close tag) UserInfo=0x7ff0c2fbf4b0 {NSDebugDescription=Encountered unexpected character D on line 23 while looking for close tag, kCFPropertyListOldStyleParsingError=The data couldn’t be read because it isn’t in the correct format.}
(note that I had to set LANG to 'en_US.UTF-8' to see the actual error, otherwise I would only get a Python exception: "UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 181: ordinal not in range(128)").
This error seems to affect your entire repository, instead of just this recipe (I use your SequelPro recipe, and still got the Python exception).
Also, I would have made a pull request if only I would know how to do it, but I'm still very much a beginner to git and github.
The text was updated successfully, but these errors were encountered: