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

[bug] v0.6.0b - multiply scan errors (on link ropes 3rd degree - blue ones?) #58

Closed
supernova-ws opened this issue Jan 29, 2024 · 2 comments

Comments

@supernova-ws
Copy link

[08:10:31] > Relic ID 436: Failed to get value for substat: ATK.
[08:10:31] > Relic ID 435: Failed to get value for substat: ATK.
[08:10:31] > Relic ID 437: Failed to get value for substat: ATK.
[08:10:34] > Relic ID 438: Failed to get value for substat: ATK.
[08:10:36] > Relic ID 442: Failed to get value for substat: ATK.
[08:10:36] > Relic ID 441: Failed to get value for substat: ATK.
[08:10:37] > Relic ID 443: Failed to get value for substat: ATK.
[08:10:37] > Relic ID 444: Failed to get value for substat: ATK.
[08:10:41] > Relic ID 446: Failed to get value for substat: ATK.
[08:10:43] > Relic ID 448: Failed to get value for substat: ATK.
[08:10:43] > Relic ID 447: Failed to get value for substat: ATK.
[08:10:43] > Relic ID 449: Failed to get value for substat: ATK.
[08:12:19] > Relic ID 426: Failed to get value for substat: SPD.
[08:12:21] > Relic ID 427: Failed to get value for substat: SPD.
[08:12:21] > Relic ID 428: Failed to get value for substat: SPD.
[08:12:22] > Relic ID 429: Failed to get value for substat: SPD.
[08:12:22] > Relic ID 430: Failed to get value for substat: SPD.
[08:12:24] > Relic ID 431: Failed to get value for substat: SPD.
[08:12:50] > Relic ID 788: Failed to get value for substat: ATK.
[08:12:51] > Relic ID 789: Failed to get value for substat: ATK.
[08:12:52] > Relic ID 787: Failed to get value for substat: ATK.
[08:12:52] > Relic ID 790: Failed to get value for substat: ATK.
[08:12:52] > Relic ID 791: Failed to get value for substat: ATK.
[08:12:53] > Relic ID 792: Failed to get value for substat: ATK.
[08:12:54] > Relic ID 793: Failed to get value for substat: ATK.

    {
        "set": "Rutilant Arena",
        "slot": "Link Rope",
        "rarity": 3,
        "level": 0,
        "mainstat": "DEF",
        "substats": [
            {
                "key": "DEF",
                "value": 12
            }
        ],
        "location": "",
        "lock": false,
        "_id": "relic_436"
    },

image

    {
        "set": "Broken Keel",
        "slot": "Link Rope",
        "rarity": 3,
        "level": 0,
        "mainstat": "ATK",
        "substats": [
            {
                "key": "DEF_",
                "value": 2.5
            }
        ],
        "location": "",
        "lock": false,
        "_id": "relic_426"
    },

Probably this one

image

Low probability - this one

image

@kel-z
Copy link
Owner

kel-z commented Jan 30, 2024

Similar bug as before—probs reads Broken Keel and tries to autocorrect to closest substat name, and then see's that there's no value on the right side.

kel-z added a commit that referenced this issue Feb 4, 2024
@kel-z
Copy link
Owner

kel-z commented Feb 24, 2024

shouldn't happen anymore -- reopen if it's still the case

@kel-z kel-z closed this as completed Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants