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

Deployment ls Command Fails with “Socket Hang Up” After App Release #61

Open
KarlFalschung opened this issue Dec 22, 2024 · 0 comments

Comments

@KarlFalschung
Copy link

Hello everyone,

Before releasing my app, I was able to retrieve deployment information using the ls command without issues:

% code-push-standalone deployment ls my_app
┌────────────┬─────────────────────┬──────────────────────┐
│ Name       │ Update Metadata     │ Install Metrics      │
├────────────┼─────────────────────┼──────────────────────┤
│ Production │ No updates released │ No installs recorded │
├────────────┼─────────────────────┼──────────────────────┤
│ Staging    │ No updates released │ No installs recorded │
└────────────┴─────────────────────┴──────────────────────┘

However, after releasing the app, the command hangs for a while and then shows the following error:

% code-push-standalone deployment ls my_app
[Error]  socket hang up

I’d greatly appreciate it if anyone could advise me on how to resolve this issue.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant