ConnectionError: DNS lookup failed for URL: https://api.worldoftanks.na/wot/auth/login/?redirect_uri=
EDIT: A quick fix would be to patch region_url function and make a special case for NA region. I can open a pull request if it's an appropriate solution.
Choosing NA region leads to calls to https://api.worldoftanks.na instead of https://api.worldoftanks.com
EDIT: A quick fix would be to patch region_url function and make a special case for NA region. I can open a pull request if it's an appropriate solution.