-
im trying to get the sum of all kills from the participant id =1 , but it seems that array_sum is not working properly inside the $onsucess function , im getting only the kills for each match and not…
-
When I make a basic call `getActiveMatches(accountInfo)` I get the following returned back to me:
```
(node:8488) UnhandledPromiseRejectionWarning: TypeError: fullPerks.getByPerkIds is not a funct…
-
For example
` LeagueAPI::SET_REGION => Region::BRASIL,Region::EUROPE_EAST, Region::EUROPE_WEST,
`
and if so , how does it work ?
-
Hi,
I used rate limiting with [documentation](https://github.com/dolejska-daniel/riot-api/wiki/LeagueAPI:-Rate-limiting), but I has error (429).
How to handle it? I used newest version of script and…
-
Hi,
As a beginner in PHP, i did not understand everything (used another API for PHP before). In fact, i've tried to load the getSummonerByName.php in examples file but have got this error :
``…
-
I've imported it with the composer.
Setup the key
but the example report this error:
Fatal error: Uncaught RiotAPI\LeagueAPI\Exceptions\SettingsException: DataDragon API was not initialized prope…
ghost updated
4 years ago
-
`getMatchByTournamentCode` methode is always returning `LeagueAPI: Forbidden` for me. The method is using the default `LeagueAPI::SET_KEY`. When I change my API Key to the tournament API, it works.
…
-
Hi!
Sometimes when I try to retrieve a match with the getMatch function I got this error :
`Argument 1 passed to RiotAPI\LeagueAPI\Objects\ApiObject::__construct() must be of the type array, bo…
-
**Describe the bug**
Tournament error "Request is invalid."
**Server (please complete the following information):**
PHP 7.4.2 (cli) (built: Feb 1 2020 17:49:46) ( NTS )
Copyright (c) The PHP Gr…
-
**Description**
Rate limit is not honored.
**To Reproduce**
Steps to reproduce the behavior:
1. set ```LeagueAPI::SET_CACHE_RATELIMIT => true``` as instructed by wiki
2. make some request
3. g…