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

Handle errors when downloading acli #10

Open
generalredneck opened this issue Nov 21, 2022 · 0 comments
Open

Handle errors when downloading acli #10

generalredneck opened this issue Nov 21, 2022 · 0 comments

Comments

@generalredneck
Copy link
Collaborator

generalredneck commented Nov 21, 2022

Ran into a symptom where an acquia client was reciving errors that looked like this

/mnt/www/html/#####/vendor/bin/acli: line 1: syntax error near unexpected token `<'
/mnt/www/html/#####/vendor/bin/acli: line 1: `<?xml version="1.0" encoding="utf-8"?><Error><Code>ServerBusy</Code><Message>Egress is over the account limit.'
Sync DB from prod to test
/mnt/www/html/#####/vendor/bin/acli: line 1: syntax error near unexpected token `<'
/mnt/www/html/#####/vendor/bin/acli: line 1: `<?xml version="1.0" encoding="utf-8"?><Error><Code>ServerBusy</Code><Message>Egress is over the account limit.'

turns out the contents of acli was that exact xml

<?xml version="1.0" encoding="utf-8"?><Error><Code>ServerBusy</Code><Message>Egress is over the account limit.
RequestId:8ea585a4-d01e-0008-3278-fb386a000000
Time:2022-11-18T18:08:46.7466098Z</Message></Error>

We need to validate that the download of acli doesn't return an error from github and we get the actual download.

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