-
Summoner: 19996006
NullPointerException when accessing the mastery pages of the above summoner. Looking at the JSON response, the mastery page is named (@@!PaG3!@@35337971).
I tried reproducing by …
-
When I use
```
List myList = currentgame.getParticipants();
for (int i = 0; i < myList.size(); i++) {
Log.i(String.valueOf(i), myList.get(i).toString());
}
```
it takes 5-10 seconds to load a…
-
Been working at the Riot API challenge and found null pointer bug. Below is an example (in Scala though, but it translates fine):
``` scala
val m: Match = //somehow retrieve a match
val participant: …
-
I'm new to Android Programming, and I was wondering, why is using AsyncRiotAPI a lot different than using RiotAPI?
For example, to do the same thing as this:
```
Summoner summoner = RiotAPI.getSumm…
-
Hello,
I am running Championify on Windows 10. After installing it works like a charm but when I want to open Championify a second time it just crashes and starts again in a loop and I can do nothing…
-
```
RiotAPI.setMirror(Region.NA);
RiotAPI.setRegion(Region.NA);
RiotAPI.setAPIKey("banana");
Summoner summoner = RiotAPI.getSummonerByName("SpiritedDusty");
for (League league : …
-
Electron: **0.33.1**
Node: **4.1.0**
OS: **OSX 10.10.3**
I'm currently using Electron to collect data from a website (with permission, of course), and since moving from 0.30.5/2.1.3 to 0.33.1/4.1.0 I…
-
Hi,
I got the following error :
```
2014-09-18 17:01:00.416 MDTest[3007:22902] *** Assertion failure in -[MMScanner initWithString:lineRanges:], /Users/nicolas/Documents/development/IOS/MDTest/Pods/…
-
Are you willing to provide maven support? As in releasing it to Maven Central? It would help a lot with projects that depend on Maven to manage their dependencies.
-
Here's the log I get when it suddenly stops responding.
(27/10/2014 14:28) [LOG]: LegendaryClient Started Up Successfully
(27/10/2014 14:28) [LOG]: Starting Patcher
(27/10/2014 14:28) [LOG]: DataDra…
Lolr updated
10 years ago