-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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 workingSomething isn't working