Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aiohttp.client_exceptions.ClientConnectorCertificateError #22

Open
RyonGerringer opened this issue Feb 7, 2023 · 3 comments
Open

aiohttp.client_exceptions.ClientConnectorCertificateError #22

RyonGerringer opened this issue Feb 7, 2023 · 3 comments
Assignees
Labels
bug Something isn't working invalid This doesn't seem right question Further information is requested

Comments

@RyonGerringer
Copy link

RyonGerringer commented Feb 7, 2023

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
Copy link
Author

Assign me to this issue, I fixed on my end.

@TodoLodo TodoLodo assigned TodoLodo and RyonGerringer and unassigned TodoLodo Feb 24, 2023
@TodoLodo
Copy link
Owner

assigned @RyonGerringer

@TodoLodo TodoLodo added bug Something isn't working invalid This doesn't seem right question Further information is requested labels Mar 3, 2024
@TodoLodo
Copy link
Owner

TodoLodo commented Mar 3, 2024

if this error was in the code as a bug please mention, for now ill assign the bug, invalid and question labels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants