-
Notifications
You must be signed in to change notification settings - Fork 124
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
--fail-if-incomplete causes 'TypeError: string indices must be integers' #180
Comments
basically, you have to skip |
Actually, I belief, that the entire code for Line 579 in 8d6f5bf
it compares these data: [u'outputter', u'data'] vs actual names of minions [u'vm1', u'vm2', u'vm3'] which eventually ends up with a timeout failure, error code 1 |
@zzzuzik are you going to PR your fixes? Issue indeed exists. |
Yes, can you please submit a PR, and possibly a test for this? Thanks, |
Am also facing the same issue
Is there a fix available? If so can I have the fixed code to test the same please. |
@kk21986 can you check if develop fixes these issues, and if it does, i will get a release out today. |
@gtmanfred If you don't mind can you provide me the link to download the develop release? |
there is no release, just pip install the develop branch from git. |
It worked. Thanks! |
Cool, i will try and get a release out today. |
v.0.7.5
params: '--fail-if-incomplete', '--client', 'local_async', '*', 'test.ping'
outputs:
And immediately fails with:
Uncaught error (Exception): string indices must be integers
Failes in
The text was updated successfully, but these errors were encountered: