-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
bug: task Find the latest runner version (RUN ONCE) fails with IncompleteRead(59604 bytes read) #149
Comments
Hi @red55 , i am unable to reproduce your issue. Tested it with bit different setup as you. So, later will test it with something more similar... My current setup:
|
I'm having what seems to be a similar issue, only I'm just getting a hang on FWIW, I tried curling the URL from the same server I am trying to use the job on and my local system and I seem to get the proper json data back. Happy to try to debug if you have any suggestions. |
The error you're seeing I'd guess is from the http python module so your error exists there. I would perhaps suggest using an older version of Python on your recipient. 3.11 was released quite recently, October 22, so it's possible some edge case has caused it. It's doubtful but possible. Regarding switching to raw fixing it, this negates the deserialization of the JSON body returned from GitHub. If it's returning content then a connection is being made at least. You might see some extra information in whatever response is received from the server by using -vvv or so. It's possible that the handling of the output from GH is causing the exception and that might shed light on it. I don't recall if the register's Doubtless this will be something dumb though. These days an http python module must be very well documented, new or not. Do you need to setup a proxy maybe? 🤔 |
Summary
Trying install latest version of Github actions runner i'm getting subj.
Workaround: change body_format to raw in tasks/install_runner.yml
Issue Type
Bug Report
Ansible Version
Steps to Reproduce
Expected Results
The github runner service started
Actual Results
The text was updated successfully, but these errors were encountered: