Nookipedia / nookipedia-api

Nookipedia's custom API for querying data from the Animal Crossing video game series.
https://api.nookipedia.com/
MIT License
42 stars 12 forks source link

Duplicated Villager on request /villagers? #84

Closed osdeibi closed 1 year ago

osdeibi commented 1 year ago

When make the request of villagers T-Bone is duplicated on result

It's the same data only difference is on 'appearances' property

https://www.diffchecker.com/9rNHHRif

image

{
    "name": "T-Bone",
    "url": "https://nookipedia.com/wiki/T-Bone",
    "alt_name": "",
    "title_color": "acc8cf",
    "text_color": "498992",
    "id": "bul05",
    "image_url": "https://dodo.ac/np/images/e/e0/T-Bone_NH.png",
    "species": "Bull",
    "personality": "Cranky",
    "gender": "Male",
    "birthday_month": "May",
    "birthday_day": "20",
    "sign": "Taurus",
    "quote": "Don't have a cow.",
    "phrase": "moocher",
    "clothing": "Hanten Jacket",
    "islander": false,
    "debut": "DNM",
    "prev_phrases": [],
    "nh_details": {
      "image_url": "https://dodo.ac/np/images/e/e0/T-Bone_NH.png",
      "photo_url": "https://dodo.ac/np/images/b/ba/T-Bone%27s_Poster_NH_Texture.png",
      "icon_url": "https://dodo.ac/np/images/1/16/T-Bone_NH_Villager_Icon.png",
      "quote": "Don't have a cow.",
      "sub-personality": "B",
      "catchphrase": "moocher",
      "clothing": "Hanten Jacket",
      "clothing_variation": "Dark Blue",
      "fav_styles": [
        "Cool",
        "Simple"
      ],
      "fav_colors": [
        "Blue",
        "Black"
      ],
      "hobby": "Education",
      "house_interior_url": "https://dodo.ac/np/images/7/7a/House_of_T-Bone_NH.png",
      "house_exterior_url": "https://dodo.ac/np/images/8/82/House_of_T-Bone_NH_Model.png",
      "house_wallpaper": "Arched-Window Wall",
      "house_flooring": "Arabesque Flooring",
      "house_music": "K.K. Steppe",
      "house_music_note": ""
    },
    "appearances": [
      "DNM",
      "AC",
      "E_PLUS",
      "NL",
      "WA",
      "NH",
      "HHD"
    ]
  },
PanchamBro commented 1 year ago

Thanks for pointing it out. I've went ahead and refresh the villager Cargo table.

KevinPayravi commented 1 year ago

Additional context: we have a duplicate entry in our villagers table and are rebuilding it. Issue should be resolved soon, once the table is finished rebuilding.