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

alicloud_slb_load_balancer listSlbLoadBalancers failed with panic interface conversion #480

Open
QiXingchuan opened this issue Dec 17, 2024 · 0 comments · May be fixed by #481
Open

alicloud_slb_load_balancer listSlbLoadBalancers failed with panic interface conversion #480

QiXingchuan opened this issue Dec 17, 2024 · 0 comments · May be fixed by #481
Assignees
Labels
bug Something isn't working

Comments

@QiXingchuan
Copy link

Describe the bug
The query for alicloud_slb_load_balancer will have errors like this

code = Internal desc = hydrate function listSlbLoadBalancers failed with panic interface conversion: interface {} is *ram.Client, not *slb.Client

Steampipe version (steampipe -v)
Steampipe v1.0.0

Plugin version (steampipe plugin list)
hub.steampipe.io/plugins/turbot/alicloud@latest | 1.1.0

To reproduce

  • steampipe service start
  • steampipe query
  • select * from alicloud_sandbox.alicloud_account
  • select * from alicloud_sandbox.alicloud_slb_load_balancer

Expected behavior
The error should not happen and should show the resource info

Additional context
alicloud_account and alicloud_slb_load_balancer will interfere with each other. The query for alicloud_account may have this error:

listAccountAlias failed with panic interface conversion: interface {} is *slb.Client, not *ram.Client
@QiXingchuan QiXingchuan added the bug Something isn't working label Dec 17, 2024
@ParthaI ParthaI self-assigned this Dec 17, 2024
ParthaI added a commit that referenced this issue Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants