-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: too many values to unpack #191
Comments
Let's simplify this first and take your override out of the equation. What happens when you run |
Hey Tim, I get this:
|
So the .download recipe works for you. This means there is an issue with your |
My parent recipe is com.github.autopkg.download.AdobeReaderUpdates. I'm attempting to over ride it with my local.jss.Adobe Reader_DCS because this local recipe will create my smart group and policy with Casper - our management solution. |
So you aren't overriding any of these recipes, your recipe is a direct child of com.github.autopkg.download.AdobeReaderUpdates?
|
You are correct. My recipe is a direct child of com.github.autopkg.download.AdobeReaderUpdates Bare with me as I've taken over this project. BUT, previously, the ParentRecipe key was set to com.github.jss-recipes.jss.AdobeReader and then there was another key value after that called parent_recipes which was set to com.github.autopkg.download.AdobeReader I was advised in another thread to use the com.github.autopkg.download.AdobeReaderUpdates so I decided to make a new recipe with that as my parent... Hope that doesn't confuse you! |
The error of "AdobeReaderUpdatesURLProvider: Error: too many values to unpack" suggests that there's something that processor isn't expecting about how it's configured, so it's quite possibly due to your recipe's Inputs. Can you post the full contents of your recipe? |
Sure, here is my recipe:
|
Compare your Input keys to that of the parent recipe and eliminate ones that look like they came from the I'd start with |
Also, it's worth noting that your recipe, while you've named it a "jss" recipe, doesn't actually have any steps in addition to the parent recipe, so unless you're doing something extra here, I don't see how this recipe would do anything in addition to the parent recipe.. |
I'm attempting to build an over ride recipe thats parent recipe is AdobeReaderUpdates.
I've updated trust info but I am getting the following error:
I've never seen this error before. Any help is much appreciated.
Thank you
The text was updated successfully, but these errors were encountered: