Skip to content

bug: blank character's rank in guild/{name} request #424

@rmobis

Description

@rmobis

For some reason when picking up the rank for the leader of the guild True Players, which should be We, it returns a blank string.

TibiaData URL:
https://api.tibiadata.com/v4/guild/True%20Players

Tibia URL:
https://www.tibia.com/community/?subtopic=guilds&page=view&GuildName=True+Players

Expected

{
  "guild": {
    "name": "True Players",
    "world": "Karmeya",
    // ...
    "members": [
      {
        "name": "Loo Mind Picture",
        "title": "",
        "rank": "We",
        "vocation": "Master Sorcerer",
        "level": 605,
        "joined": "2024-11-24",
        "status": "online"
      }
      // ...
    ]
  }
}

Got

{
  "guild": {
    "name": "True Players",
    "world": "Karmeya",
    // ...
    "members": [
      {
        "name": "Loo Mind Picture",
        "title": "",
        "rank": "",
        "vocation": "Master Sorcerer",
        "level": 605,
        "joined": "2024-11-24",
        "status": "online"
      }
      // ...
    ]
  }
}

Tibia Website

image

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions