cod-python-api icon indicating copy to clipboard operation
cod-python-api copied to clipboard

aiohttp.client_exceptions.ClientConnectorCertificateError

Open RyonGerringer opened this issue 2 years ago • 3 comments

Program would not connect to CallOfDuty.com

To Reproduce Steps to reproduce the behavior: Script: `from cod_api import API, platforms

api = API()

api.login(ID)

profile = api.Warzone.fullData(platforms.PSN, "mypsn") # returns data of type dict

printing results to console

print(profile)`

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

RyonGerringer avatar Feb 07 '23 21:02 RyonGerringer