Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Support for Warzone 3 and MW3 #25

Description

@jukebox787

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

        """

        @property
        def _game(self) -> str:
            return "mw3"

        @property
        def _type(self) -> str:
            return "wz3"

        async def seasonLootAsync(self, platform, gamertag):
            raise InvalidEndpoint

        async def mapListAsync(self, platform):
            raise InvalidEndpoint

However i get the following error :

{'status': 'error', 'data': {'type': 'com.activision.mt.common.stdtools.exceptions.NoStackTraceException', 'message': 'Error from datastore'}}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions