Skip to content

Fix invalid workflow in CLI telemetry #7621

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

Draft
wants to merge 1 commit into
base: v3.34
Choose a base branch
from

Conversation

nicholaspcr
Copy link
Contributor

Summary

Closes #7610

Changes

  • Remove the panic from CLI telemetry workflow
  • ...

Testing

Steps

...

Results
Regressions

...

Notes for Reviewers

When building the image locally I don't get the error but when using the latest stack image available I do get the telemetry panic. I want to update the docker-compose file to stop the failure in the CLI telemetry but I'm not sure what is causing the difference between the local docker image and the public available one.

Leaving this PR as a draft until I find out what is the cause of the discrepancy between local image and public available one.

Checklist

  • Scope: The referenced issue is addressed, there are no unrelated changes.
  • Compatibility: The changes are backwards compatible with existing API, storage, configuration and CLI, according to the compatibility commitments in README.md for the chosen target branch.
  • Documentation: Relevant documentation is added or updated.
  • Testing: The steps/process to test this feature are clearly explained including testing for regressions.
  • Infrastructure: If infrastructural changes (e.g., new RPC, configuration) are needed, a separate issue is created in the infrastructural repositories.
  • Changelog: Significant features, behavior changes, deprecations and fixes are added to CHANGELOG.md.
  • Commits: Commit messages follow guidelines in CONTRIBUTING.md, there are no fixup commits left.

@nicholaspcr nicholaspcr added this to the v3.35.0 milestone May 11, 2025
@nicholaspcr nicholaspcr self-assigned this May 11, 2025
@nicholaspcr nicholaspcr added the bug Something isn't working label May 11, 2025
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
Development

Successfully merging this pull request may close these issues.

CLI login error / panic: runtime error: invalid memory address or nil pointer dereference
1 participant