-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
👟 Reproduction steps
appwrite avatars --verbose getFlag --code af --destination test.png
👍 Expected behavior
Should download the flag icon and create a new file at the destination path.
👎 Actual Behavior
Throws the below error:
AppwriteException [Error]: Not Found
at Client.call (/usr/local/lib/node_modules/appwrite-cli/lib/client.js:209:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async avatarsGetFlag (/usr/local/lib/node_modules/appwrite-cli/lib/commands/avatars.js:144:22) {
code: 404,
response: [Object: null prototype] {
message: 'Not Found',
code: 404,
type: 'general_route_not_found',
version: '0.10.44'
}
}
Error Not Found
🎲 Appwrite version
Appwrite CLI v2.0.2
💻 Operating system
macOS v12.6.7
🧱 Your Environment
Using the appwrite CLI v2.0.2 on macbook pro with zsh.
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed