pwall2222 / NOWT

"New Oponent Who This" (NOWT) is a Valorant app that lets you see ranks, recent games, skins of players and more, all in and before a live match.
MIT License
38 stars 6 forks source link

RR doesn't update if you keep the app open during multiple matches. #11

Open anshumankr001 opened 1 month ago

anshumankr001 commented 1 month ago

If you open the app during a match, it shows the right current RR. But if you keep the app open and refesh it for the next match, the change in RR isn't captured.

pwall2222 commented 1 month ago

I think there's a problem with how data is being stored temporarily, and honestly, I don't want to deal with fixing it because it's too cumbersome. NOWT makes a lot of requests to Valorant (API), so it can quickly hit limits unless we store the responses. A quick fix could be asking Valorant for the RR only of the current user. But it would not work for party members or people you find again. - Thanks for reporting