 I don't know what happened.Is this a problem with my proxy? ```python3.8 from aiohttp_socks import ProxyType, ProxyConnector, ChainProxyConnector connector = ProxyConnector.from_url('socks5://xxx.xxx.xxx.xxx:xxxx') self._session = aiohttp.ClientSession(cookie_jar=self._cookie_jar, connector=connector) ```
I don't know what happened.Is this a problem with my proxy?
from aiohttp_socks import ProxyType, ProxyConnector, ChainProxyConnector connector = ProxyConnector.from_url('socks5://xxx.xxx.xxx.xxx:xxxx') self._session = aiohttp.ClientSession(cookie_jar=self._cookie_jar, connector=connector)