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.
aiohttp.client_exceptions.ClientConnectorCertificateError #22
Open
Description
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.