Skip to content

bug: creature endpoints not working as expected #400

@tobiasehlert

Description

@tobiasehlert

Affected endpoint:

  • /v4/creatures
  • /v4/creature/* (eg. /v4/creature/nightmare)

Issue on /v4/creatures

returns 502 http code with error code 20002

{
  "information": {
    "api": {
      "version": 4,
      "release": "edge",
      "commit": "8cff6c3dbfdcd47004f1835a12687378428bd828"
    },
    "timestamp": "2024-11-04T14:25:26Z",
    "status": {
      "http_code": 502,
      "error": 20002,
      "message": "could not find creature"
    }
  }
}

issue on /v4/creature/*

return empty character with zombie image as first item

{
  "creatures": {
    "boosted": {
      "name": "Massive Water Elemental",
      "race": "waterelementalmassive",
      "image_url": "https://static.tibia.com/images/global/header/monsters/waterelementalmassive.gif",
      "featured": true
    },
    "creature_list": [
      {
        "name": "    ",
        "race": "zombie",
        "image_url": "https://static.tibia.com/images/library/zombie.gif",
        "featured": false
      },
      {
        "name": "Acid Blobs",
        "race": "acidblob",
        "image_url": "https://static.tibia.com/images/library/acidblob.gif",
        "featured": false
      },
      {
        "name": "Acolytes Of The Cult",
        "race": "cultacolyte",
        "image_url": "https://static.tibia.com/images/library/cultacolyte.gif",
        "featured": false
      },
...

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions