Wynncraft / WynncraftAPI

Official Wynncraft Public API (Documentation & Issue Tracker)
https://docs.wynncraft.com/
21 stars 10 forks source link

Items API returning impossible version for wynndata.tk #20

Closed dukio closed 4 years ago

dukio commented 5 years ago

API: https://api.wynncraft.com/public_api.php?action=itemDB&category=all

In the past 48h I noticed that items API returns an impossible version from requests made from wynndata.tk: 1.399999999999999911182158029987476766109466552734375

{
  [...]
  "request": {
    "timestamp":1560225608,
    "version":1.399999999999999911182158029987476766109466552734375
  }
}

Tested it multiple times by fetching the API from wynndata.tk and localhost, every time it returned a version number like that for wynndata.tk while for localhost it returns the normal 1.4

dukio commented 4 years ago

Been a while since it last happened...