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
{{ message }}
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
Great lib! WZ3 is out, can we have support for Warzone 3 and MW3 ?
I tried to do it myself by doing this
class__WZ3(__GameDataCommons):
""" Warzone 3 class: A class to get players warzone 3 stats, warzone 3 combat history and specific warzone 3 match details classCategory: game gameId/gameTitle: mw or wz gameType: wz2 """@propertydef_game(self) ->str:
return"mw3"@propertydef_type(self) ->str:
return"wz3"asyncdefseasonLootAsync(self, platform, gamertag):
raiseInvalidEndpointasyncdefmapListAsync(self, platform):
raiseInvalidEndpoint
However i get the following error :
{'status': 'error', 'data': {'type': 'com.activision.mt.common.stdtools.exceptions.NoStackTraceException', 'message': 'Error from datastore'}}
thesuperbro, bluecoconut, Francois-lenne and flybyflo