This repository was archived by the owner on Dec 17, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 20
aiohttp.client_exceptions.ClientConnectorCertificateError #22
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinginvalidThis doesn't seem rightThis doesn't seem rightquestionFurther information is requestedFurther information is requested
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginvalidThis doesn't seem rightThis doesn't seem rightquestionFurther information is requestedFurther information is requested