Appcenter-cli: Can't list deployments

Created on 14 Nov 2019  路  9Comments  路  Source: microsoft/appcenter-cli

I'm cross-posting this issue from the Code Push repo, as I'm having issues with both CLI tools: https://github.com/microsoft/code-push/issues/675

Version

AppCenter CLI version 2.3.0

What is affected

appcenter codepush deployment list --app [app]

We're seeing a very high error rate when trying to list our deployments from the App Center CLI. We used to be able to retry a few times and get it to work, but now we only hit the message:

Error: Failed to get list of deployments for the app 

image

Perhaps a dupe of #698

Most helpful comment

Hey, we're aware of the issue and looking into it now. We'll let you know when we have more information. Thanks for reporting this issue!

All 9 comments

If you pass the command --debug you can see the actual API requests and responses. The error is in the metrics API. It is throwing a Redis out of memory error.

/ Getting CodePush deployments metrics...Response status code: 400
Body: {"message":"OOM command not allowed when used memory > 'maxmemory'."}

Hey, we're aware of the issue and looking into it now. We'll let you know when we have more information. Thanks for reporting this issue!

Didn't hear anyone posting here but it seems we are back!!! 馃帀 馃帀 At least Checking here everything seems fine again. Could someone else confirm please ?

@ribamarsantos Yes. We just resolved an issue with our Redis cache. Please let us know if there are any other issues!

鉂わ笍 Working really well. Thank you!

Getting this same error currently. I assume I should just wait for it to be resolved?

+1

If you pass the command --debug you can see the actual API requests and responses. The error is in the metrics API. It is throwing a Redis out of memory error.

/ Getting CodePush deployments metrics...Response status code: 400
Body: {"message":"OOM command not allowed when used memory > 'maxmemory'."}

is that the "code-push" cli? cause when i try passing --debug it says that this option does not exists.

+1 facing the same error here, but when try to release an app.

Was this page helpful?
0 / 5 - 0 ratings