Skip to content

🐛 Bug Report: The avatars commands giving Error: Not Found #86

@ra-jeev

Description

@ra-jeev

👟 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?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions