ownfoil icon indicating copy to clipboard operation
ownfoil copied to clipboard

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

Open PortableProgrammer opened this issue 1 year ago • 2 comments

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

PortableProgrammer avatar Aug 14 '24 18:08 PortableProgrammer

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 https://github.com/blawar/titledb/issues/4.

a1ex4 avatar Aug 14 '24 20:08 a1ex4

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

blawar avatar Aug 27 '24 00:08 blawar