Skip to content
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: Plugin did not respond - The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details. #1203

Open
PSClearn01 opened this issue Dec 12, 2024 · 1 comment
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented resource/qemu Issue or PR related to Qemu resource reviewed/wontfix The problem described in this issue/fixed in this pull request is not a problem we will fix

Comments

@PSClearn01
Copy link

Stack trace from the terraform-provider-proxmox_v2.9.11 plugin:

panic: assignment to entry in nil map

goroutine 49 [running]:
github.com/Telmate/terraform-provider-proxmox/proxmox.resourceLxcCreate(0x0?, {0xb2bec0?, 0xc00026f8b0?})
github.com/Telmate/terraform-provider-proxmox/proxmox/resource_lxc.go:570 +0x1987
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).create(0xd847f0?, {0xd847f0?, 0xc00018cff0?}, 0xd?, {0xb2bec0?, 0xc00026f8b0?})
github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:695 +0x178
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).Apply(0xc000350b60, {0xd847f0, 0xc00018cff0}, 0xc00029a8f0, 0xc000293980, {0xb2bec0, 0xc00026f8b0})
github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:837 +0xa7a
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ApplyResourceChange(0xc0002991b8, {0xd847f0?, 0xc00018ced0?}, 0xc0004cc960)
github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:1021 +0xe3c
github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).ApplyResourceChange(0xc0002ec320, {0xd847f0?, 0xc00018c3c0?}, 0xc0000e0310)
github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:818 +0x574
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_ApplyResourceChange_Handler({0xc29f00?, 0xc0002ec320}, {0xd847f0, 0xc00018c3c0}, 0xc0000e02a0, 0x0)
github.com/hashicorp/[email protected]/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:385 +0x170
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000370000, {0xd87268, 0xc000373d40}, 0xc00022b680, 0xc00036af90, 0x1212d00, 0x0)
google.golang.org/[email protected]/server.go:1295 +0xb0b
google.golang.org/grpc.(*Server).handleStream(0xc000370000, {0xd87268, 0xc000373d40}, 0xc00022b680, 0x0)
google.golang.org/[email protected]/server.go:1636 +0xa1b
google.golang.org/grpc.(*Server).serveStreams.func1.2()
google.golang.org/[email protected]/server.go:932 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
google.golang.org/[email protected]/server.go:930 +0x28a

Error: The terraform-provider-proxmox_v2.9.11 plugin crashed!

@Tinyblargon
Copy link
Collaborator

@PSClearn01 2.x is currently broken. Please use 3.0.1rc6. We can't backport due to breaking changes. During the development of 3.0.1, numerous more panics were discovered that required breaking changes. Hence, the rc6.

@Tinyblargon Tinyblargon added reviewed/wontfix The problem described in this issue/fixed in this pull request is not a problem we will fix issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented resource/qemu Issue or PR related to Qemu resource labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented resource/qemu Issue or PR related to Qemu resource reviewed/wontfix The problem described in this issue/fixed in this pull request is not a problem we will fix
Projects
None yet
Development

No branches or pull requests

2 participants