Forums

443 ssl:default

raise exceptions.NetworkError(f"aiohttp client throws an error: {e.class.name}: {e}") aiogram.utils.exceptions.NetworkError: Aiohttp client throws an error: ClientConnectorError: Cannot connect to host api.telegram.org:443 ssl:default [Network is unreachable] The code is working but for some reason there is an error

It looks like you're using a library that is trying to access telegram but is bypassing the proxy that is used to provide internet access for free accounts; check out the documentation for the library that you're using to find out how to tell it to use a proxy. You can get the proxy details that you should use by running this in a Bash console:

echo $http_proxy