billy-yoyo / RainbowSixSiege-Python-API

Asynchronous python api for rainbow six siege (r6sapi)
MIT License
130 stars 31 forks source link

Error with caveira's statistics #53

Open scainimatteo opened 3 years ago

scainimatteo commented 3 years ago

using the library i noticed that caveira's dictionary in load_all_operators is always zero in all statistics this is the dictionary:

{ 'dbnos': 0,
  'deaths': 0,   
  'headshots': 0, 
  'kills': 0,
  'losses': 0, 
  'melees': 0,
  'name': 'caveira',
  'statistic': 0,
  'statistic_name': 'Interrogations',
  'time_played': 0,
  'wins': 0,
  'xp': 0 }
paul-eff commented 3 years ago

Same here, tried a few methods to fetch her stats with the API and always got 0

billy-yoyo commented 3 years ago

The only thing I can think of is her internal API name has changed or something, I'll check when I get some time

billy-yoyo commented 3 years ago

Will check this later once the new changes are merged, I imagine this will be fixed