-
Good morning, last version of Orianna I used to get the time of the drakes and the nahors of a match i couldn't do it properly. I'm doing by the match.getTimeline().getFrames().get(j).getEvents().get(…
ghost updated
8 years ago
-
As written in title, got an exception when trying to get a summoner game.
Happens when the summoner is offline, online or in-game.
By the way, i'd like to have the proper way to get a the properties o…
-
The following code does not work for any unranked players in a mixed rank game (both ranked & unranked players in the game).
```
for (League league : par.get(i).getSummoner().getLeagueEntries()) {
…
-
For some summoners, I get an error:
`java.lang.IllegalArgumentException: Bilgewater is not a constant in com.robrua.orianna.type.core.stats.PlayerStatsSummaryType` when I perform `getStats()`
You pr…
-
I serialize an object of `List` and save it to a file named `champions`. I use the following code to read that file and save it to `List champion`. How do I use `champion` to be used by future API req…
-
Made some changes to the structure of the code.
Now you have a class which exposes all the api functions as members.
Moreover you can have multiple of this class, which can share any of the key, regio…
-
For summoner "SalvadorDali1" on EUNE last 10 games he played just Jinx, Fiora and Pantheon (since exception root is for getChampionIDs)
``` java
new ArrayList(RiotAPI.getRecentGames(summonerName));
`…
-
Is there a way to get `AggregatedStats` for a summoner `s`?
-
Error occurs when I call getRecentGames() on android
```
com.robrua.orianna.type.exception.APIException: A NOT_FOUND (404) error was received from the server for URI https://global.api.pvp.net/api/lo…
-
Hi again,
Sorry for all of these questions, please bear with me.
Is there a way to save the data from `RiotAPI.getChampions();` and reuse/read that data instead of retrieving the same data from Riot…