Closed johnnydhnguyen closed 1 year ago
I've noticed that whilst running a for through each boss name in the dictionary provided in the code, everything after obor shifts one index to the right.
After debugging, I found that this may be due to the phantom muspah update has caused an issue in indexing when calling onto the osrs hiscores api.
Thank you for pointing this out. I had a feeling that this would be something that would, honestly, come to be common-place due to jagex's janky excuse for a hiscores page.
I'll push out a fix this weekend.
I fixed the issue on my end, what you can do is to go into hiscores.py
right under "obor" in the parseBosses function, add in "phantom_muspah". Should fix the issue instantly.
Fixed as of this commit.
I've noticed that whilst running a for through each boss name in the dictionary provided in the code, everything after obor shifts one index to the right.
After debugging, I found that this may be due to the phantom muspah update has caused an issue in indexing when calling onto the osrs hiscores api.