You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything not marked with a + is either added from me or MongoDB
With the puuid change to an UUID-V5 my code ofc. does not run anymore...
I think I had this problem about 2 weeks ago, that a puuid of a different summoner changed, but I didn’t pay attention to other fields, since I was sill in active development I just thought I messed up something.
If I now request the summoner's data, I get the normal response.
I request and merge
Account-V1
withSummoner-V4
every 10 sec, for about 10 summoners.This has been running for about 2 weeks without any problems, but now suddenly this shows up for 2 summoners in the DB:
With the
puuid
change to anUUID-V5
my code ofc. does not run anymore...I think I had this problem about 2 weeks ago, that a
puuid
of a different summoner changed, but I didn’t pay attention to other fields, since I was sill in active development I just thought I messed up something.If I now request the summoner's data, I get the normal response.
The full code can be looked at Realm-Warp
The important part is here:
https://github.com/renja-g/Realm-Warp/blob/8bf9bc38153045f8cf9d9b665c7095aa60aadc08/watcher/main.py#L124-L141
The text was updated successfully, but these errors were encountered: