-
Notifications
You must be signed in to change notification settings - Fork 77
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
Undefined response type #2866
Comments
Thanks for opening this issue. The ticket CLOUDP-243894 was created for internal tracking. |
hi @LuisCordobaDataSite, |
hi @LuisCordobaDataSite, |
Describe the bug
When I try to execute a command:
atlas logs download atlas-12uho2-shard-00-01.dssnf.mongodb.net mongodb-audit-log.gz --projectId 65a32c3fb244d862c601d12d --out /var/log/atlas/65a32c3fb244d862c601d12d_atlas-12uho2-shard-00-01.dssnf.mongodb.net_1712850826-1712852026-mongodb-audit-log.gz --start 1712850826 --end 1712852026
I get an error that says: "Error: undefined response type"
The reason I think this is a bug is that I was using this same code (the only difference is the timestamps), it started failing last week according to my logs, which match with your latest release.
To Reproduce
Steps to reproduce the behavior:
Error: undefined response type
Expected behavior
If the command is right, I expect it to download the logs.
If the command is wrong, a more detailed explanation of the problem would be very useful to fix it myself.
Screenshots
If possible, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS:
3.19.1
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.19.1
PRETTY_NAME="Alpine Linux v3.19"
MongoCLI version [e.g. 1.2]
atlascli version: 1.16.0
git version: 47dc06c
Go version: go1.21.6
os: linux
arch: amd64
compiler: gc
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: