Closed lmachens closed 5 years ago
Sadly this is a lot of work and it is unclear how we can solve it.
Riot encrypted summonerId
and accountId
.
Riot support might have an answer for this? They must know that these 2 will be crucial for developers.
The problem is, that we get only the decrypted accountId
from the overwolf api. But it is not possible to get the summoner with that id anymore. Only solution is to get the summoner by name:
https://developer.riotgames.com/api-methods/#summoner-v4/GET_getBySummonerName
There is a discussion in the overwolf slack about this issue (privat channel; can not link).
We have to update all API requests.