-
Notifications
You must be signed in to change notification settings - Fork 284
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
Tables from Azure and AWS returns this invalid memory address or nil pointer dereference #4279
Comments
Hello, @jeffreymp17, sorry to see that you are experiencing the error. Could you please try with the latest Steampipe CLI version and the latest plugin version? Please let us know if the error still persists. Thanks! |
I updated steampipe to v0.23.2 and the issue is still happening, but in this case are GCP tables |
@ParthaI is there a plan to review this issue? |
Hello @jeffreymp17, As per my observation, there was a breaking change in the Steampipe SDK version Could you please try using the PR branch and let me know if the issue still persists? Steps to build the plugin from the
Note: Before running the query, please terminate all running Steampipe processes. Thanks! |
Hi @ParthaI, after trying this approach the errors are gone. I think it is working fine. What is the ETA for publishing the fix? |
Good morning @ParthaI this fix is working correctly, do you have an ETA for the release of the fix? Please let us know |
Hi @jeffreymp17, @MoisesTabar211, we have already released these versions, could you please upgrade your environment and try again? |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue was closed because it has been stalled for 90 days with no activity. |
Describe the bug
There are some tables that returns this error
invalid memory address or nil pointer dereference
when we execute a queryfor example Azure tables
and this one
GCP queries
Steampipe version (
steampipe -v
)Example: v0.19.3
To reproduce
Execute the queries added in the description
Expected behavior
Should not receive this error
invalid memory address or nil pointer dereference
and return resultsAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: