Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Godestone returns similarly named offhand when scraping instead of correct one. #24

Open
nazdir opened this issue Apr 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nazdir
Copy link
Contributor

nazdir commented Apr 2, 2024

When parsing a character (https://na.finalfantasyxiv.com/lodestone/character/21150696), I receive the wrong item back in the OffHand slot.

I get

"OffHand": {
          "ID": 27293,
          "Name": "Vessel",
          "NameEN": "Antique Vessels",
          "NameJA": "アンティークポットセット",
          "NameDE": "Duftwasser-Set aus Eulmore",
          "NameFR": "Ensemble de poteries anciennes",
          "Creator": "",
          "Dye": 0,
          "HQ": false,
          "Materia": [],
          "Mirage": 0
        },

I should get the item with the id 40034.

@nazdir nazdir added the bug Something isn't working label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant