-
Notifications
You must be signed in to change notification settings - Fork 382
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
Could not start the 4.0.0-beta1 container #1461
Comments
Something look messed up with the binaries in the image, I'm checking |
I'm wondering, why does a configuration initialization issue have an impact on the plugin's startup, causing this kind of error? Lines 140 to 150 in c35d31e
|
Fixed in #1465 Yeah @cobolbaby, Dkron uses hashicorp/go-plugin, plugins are binaries that runs side by side the main process, as child processes, and communicates with the parent process using HTTP gRPC connection, in this case, the shell plugin is now embeded into the main Dkron binary as a subcommand, when that subcommand was being called, an extra info message was being output from the plugin, causing the go-plugin protocol to break and not understand what the binary was saying. Hope it makes sense. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
** Specifications:**
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: