-
Notifications
You must be signed in to change notification settings - Fork 199
mitogen.core.StreamError: invalid message: cannot unpickle Context: bad input #689
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
Comments
Can I have some guidance on this one, please? |
Please try Ansible 2.8.8; Ansible 2.9 isn't fully supported yet. Also if you want you can try my patch that fixes some things as well: #658 It mainly fixes |
The misbehavior can be reproduced in Ansible 2.8.8. However, I have determined what's causing the issue; we have a role which includes a library which implements a task that we use to validate a license that we use to deploy a component. The module is called this way:
And the library content is:
If we remove the call to that module then the playbook executes without problems. |
Thanks for the info 👍 |
I'm working on this here: s1113950/mitogen-test@6029980 , running with |
Do you have a specific |
@madrover
It works for me targeting a centos6 docker host from my Mac (closest setup I could make):
via
with a I tested with a license file that just contained the word If that doesn't work for you then I'll need a sample |
While I'm unsure if it's the same issue, the same message was raised for me on Python 3.11.6 and fixed with minor version bumps, so if someone else runs into it:
|
Hi
When trying to execute any ansible command, either adhoc or on playbook, against some hosts it fais with the following error:
This error is reproducible only when using become, otherwise it seems to work.
Thanks!
module**utils
loaded? Nodescription of your workload (lots of copies, lots of tiny file edits, etc.): N/A
200 lines of output around the point of the error, along with a full copy of
any traceback or error text in the log. Beware "-vvv" may include secret
data! Edit as necessary before posting.
cannot_unpickle.log
version along with output of "ansible-config dump --only-changed".
The text was updated successfully, but these errors were encountered: