taycaldwell / riot-api-java

Riot Games API Java Library
http://taycaldwell.github.io/riot-api-java/
Apache License 2.0
192 stars 73 forks source link

getDataChampion returns 403 Forbidden #157

Open popalexandru opened 4 years ago

popalexandru commented 4 years ago

Hello, I am trying to get the champion using its id by the getDataChampion from the RiotApi class and I get the error 403 Forbidden. I saw that for the static data we have to use now the ddragon files but I am not sure how.

Thanks