Deployment ls Command Fails with “Socket Hang Up” After App Release
Opened this issue · 0 comments
KarlFalschung commented
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!