In the realm/wrapper.ts file, we have a script that scrapes stats from RealmEye. However, sometimes it doesn't work as expected.
For example, when searching for the player ISmogono, the correct results should be:
[
"5/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8"
]
Using Insomnia $.characters[*].stats for get all stats results
But the API returns the following:
[
"5/8",
"8/8",
"8/8",
"8/8",
"7/8",
"0/8",
"8/8",
"8/8",
"8/8",
"8/8",
"8/8",
"7/8",
"0/8",
"7/8",
"8/8",
"8/8",
"8/8",
"8/8"
]
In the realm/wrapper.ts file, we have a script that scrapes stats from RealmEye. However, sometimes it doesn't work as expected.
For example, when searching for the player ISmogono, the correct results should be:
Using Insomnia
$.characters[*].statsfor get all stats resultsBut the API returns the following: