TibiaData / tibiadata-api-go

TibiaData API written in Golang and deployed in container (version v3 and above).
https://api.tibiadata.com
MIT License
81 stars 28 forks source link

[bug] houses endpoint returns null on Ab'Dendriel #296

Closed tobiasehlert closed 9 months ago

tobiasehlert commented 9 months ago

Something seems to differ between v3 and v4 on town Ab'Dendriel.

failing url:

working url:

response on failing url:

{
    "houses": {
        "world": "Ambra",
        "town": "Ab'dendriel",
        "house_list": null,
        "guildhall_list": null
    },
    "information": {
        "api": {
            "version": 4,
            "release": "edge",
            "commit": "cfecd592a1f9372876cab270c61242fde5a3c2dc"
        },
        "timestamp": "2023-11-24T21:00:10Z",
        "status": {
            "http_code": 200
        }
    }
}

Doesn't seem to be related to changes made in #294.