stirante / RuneChanger

RuneChanger is an app that improves and speeds up the use of LoL client.
https://runechanger.stirante.com/
GNU General Public License v3.0
86 stars 14 forks source link

[Bug] metasrc runes not working #79

Open aleeperezz16 opened 2 years ago

aleeperezz16 commented 2 years ago

Selecting use Metasrc.com runes doesn't load them

I've tried using also the experimental version and still happens

SoloFausto commented 2 years ago

I think that the problem is that the program is trying to access a url with the first letter of the champion name in uppercase (is trying to go to https://www.metasrc.com/5v5/champion/Zed/ instead of https://www.metasrc.com/5v5/champion/zed/) and when that happens it creates an exception, digging around in the source code i thing that the problem is located in the MetasrcSource.java in line 46

stirante commented 2 years ago

I thought so too, but after fixing it locally, it turns out they changed the site layout as well, so the source needs to be changed as well to match that.

SoloFausto commented 2 years ago

Thats bad, good luck too