Open awerchniak opened 3 years ago
As mentioned above, our backend relies on the HiScores APIs. I didn't realize that JaGeX also has a website for displaying the HiScores info that we parse: https://secure.runescape.com/m=hiscore_oldschool/hiscorepersonal. On that site, as well, the information is wrong:
Since we've been using this as our source of ground truth, I think the best we can do here is to provide a banner/warning message to user. Or, find a better way to get current account information (how does RuneLite work?)
Currently, skill level/experience for "Tarvis Devor" are being displayed incorrectly for many of the options. The backend for this website relies on the HiScores API provided by JaGeX. From the investigation (pasted below), it looks like this bug is a result of an incorrect response from the service for this user. As we cannot correct the display/database until the API is fixed, we should at least display a banner with a link to this bug for now.
Evidence:
screen shot of SaveOSRSMetricsLambda saving the malformed levels data
screen shot of GetAndParseOSRSMetricsLambda retrieving the malformed data from the API
Direct result from calling API manually contains the malformed data