kel-z / HSR-Scanner

Scanner for exporting light cone, relic, and character data from Honkai: Star Rail to JSON format.
GNU General Public License v3.0
178 stars 13 forks source link

[bug] 0.5.1b Relic ID XX: Failed to get value for substat: HP. #46

Closed supernova-ws closed 8 months ago

supernova-ws commented 10 months ago

Started new character to investigate some early-game details. When scanning relics some errors in logs: [21:55:52] > Relic ID 73: Failed to get value for substat: HP. { "set": "Fleet of the Ageless", "slot": "Planar Sphere", "rarity": 2, "level": 0, "mainstat": "Ice DMG Boost", "substats": [], "location": "March 7th", "lock": false, "_id": "relic_73" }, image

[21:55:52] > Relic ID 75: Failed to get value for substat: HP. { "set": "Fleet of the Ageless", "slot": "Link Rope", "rarity": 2, "level": 0, "mainstat": "Break Effect", "substats": [], "location": "", "lock": false, "_id": "relic_75" }, image

kel-z commented 10 months ago

It probs reads "Fleet" then it autocorrects to "HP" as the closest match. Needs more looking into, though not highest priority rn.

supernova-ws commented 9 months ago

Looks like it was fixed in 0.6.0b. Unfortunately - other problem arise https://github.com/kel-z/HSR-Scanner/issues/58