catgirl-jade / nophicas-tidings

Gathering optimizer for ffxiv
https://catgirl-jade.github.io/nophicas-tidings
GNU General Public License v3.0
2 stars 0 forks source link

Change to beta version of XIVAPI #9

Open gnbezerra opened 4 weeks ago

gnbezerra commented 4 weeks ago

Currently, all requests to https://xivapi.com/search are failing with an HTTP 500:

{
    "Error": true,
    "Subject": "XIVAPI ERROR",
    "Note": "Get on discord: https:\/\/discord.gg\/MFFVHWC",
    "Message": "Search Error: No alive nodes found in your cluster",
    "Hash": "baa4b97efdd20335fe561bdf15e99f1f6a8f088b",
    "Ex": "App\\Common\\Exceptions\\SearchException",
    "ExCode": 500,
    "Url": "",
    "Debug": {
        "ID": "binGhFek24092412",
        "File": "#55 xivapi.com\/src\/Controller\/SearchController.php",
        "Method": "POST",
        "Path": "\/search",
        "Action": "App\\Controller\\SearchController::search",
        "Code": 500,
        "Date": "2024-09-24 12:04:05",
        "Env": "prod"
    }
}

The current version of XIVAPI was deprecated due to using outdated sources and being a hell to maintain, and Miu now recommends using his new beta version: https://beta.xivapi.com/.

The servers for the outdated version are down and, apparently, they are not making much effort to re-up them.

catgirl-jade commented 3 days ago

Sorry for late on this, have been very busy. Let me see what I can do