Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host discord.com:443 ssl:default #17

Closed Answered by mishalhossin
kt-ck asked this question in Q&A
Discussion options

You must be logged in to vote

The error you're encountering is a ClientConnectorError. which means that your application is unable to establish a connection to the Discord server. Here are some steps you can take to troubleshoot the issue:

  1. Check your token: Ensure that the token you're using to connect to Discord is correct
  2. Check your internet connection: Verify that your internet connection is working correctly. If you're behind a firewall or proxy, make sure your application is allowed to access the internet.
  3. Update your libraries: Ensure that you're using the latest versions of discord.py and aiohttp. You can update them using pip:
pip install --upgrade discord.py aiohttp
  1. Try running the bot on another machine …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mishalhossin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants