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

Invalid/null title info in titles.US.en.json #100

Open
PortableProgrammer opened this issue Aug 14, 2024 · 2 comments
Open

Invalid/null title info in titles.US.en.json #100

PortableProgrammer opened this issue Aug 14, 2024 · 2 comments
Labels

Comments

@PortableProgrammer
Copy link

Following on my investigations in #97, I found that title 0100ED9018F3F004 does exist within the titles.US.en.json shipped with Ownfoil, but not within blawar/titledb/US.en.json. The version shipped with Ownfoil has invalid/null data in it, which is why this DLC is handled differently than the others I have that are not found within blawar's titledb.

Starting at line 1620808 in the current develop version's titles.US.en.json

"0100ED9018F3F004": {
    "bannerUrl": null,
    "category": null,
    "description": null,
    "developer": null,
    "frontBoxArt": null,
    "iconUrl": null,
    "id": "0100ED9018F3F004",
    "intro": null,
    "isDemo": null,
    "key": null,
    "languages": null,
    "name": null,
    "nsuId": null,
    "numberOfPlayers": null,
    "publisher": null,
    "rank": null,
    "rating": null,
    "ratingContent": null,
    "region": null,
    "regions": null,
    "releaseDate": null,
    "rightsId": null,
    "screenshots": null,
    "size": 0,
    "version": null
}

Screenshot 2024-08-14 at 8 08 03 AM

@a1ex4
Copy link
Owner

a1ex4 commented Aug 14, 2024

Well in this case there is nothing we can do about it, it has to be fixed in the titledb repo. The best way is to report the issue directly in the repo like I just did in blawar/titledb#4.

@a1ex4 a1ex4 added the titledb label Aug 17, 2024
@blawar
Copy link

blawar commented Aug 27, 2024

Well in this case there is nothing we can do about it, it has to be fixed in the titledb repo. The best way is to report the issue directly in the repo like I just did in blawar/titledb#4.

should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants