CNDRD / siegeapi

Rainbow Six Siege Python API Interface
https://cndrd.github.io/siegeapi/
MIT License
56 stars 5 forks source link

Quick question: does load general return quick match stats as well? #3

Closed Coler6 closed 2 years ago

Coler6 commented 2 years ago

I'm somewhat new to the game and the api works fine but when I tried loading general stats everything is 0. I also tried it with a friend and his returns a bunch of info. Is this because it only returns unranked stats and is there a method to return quick match stats?

CNDRD commented 2 years ago

The problem with general stats is that Ubisoft stopped updating the data on the endpoint that load_general() uses at the start of operation High Calibre (came out 2021-11-30), that's why youre seeing 0 on everything if you're new to the game.

This has been reported on R6FIX, but I don't really believe that they will fix it, I think it's intentional.

That is also why I'm holding off on releasing siegeapi 2.0 since I'll need to probably rework the whole thing once again to support new endpoints.

Also, if you have any further questions like this, I don't have problem with them, but reaching to me out on Discord (CNDRD#2233) would be much better, not to mention quicker 😃

Coler6 commented 2 years ago

Ah ok, thank you!