-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi,
I have installed everything and updated the .env file with relevant api's tokens. When running arbot I get the following errors:
Traceback (most recent call last):
File "/Users/renebaylisswork/Downloads/bitrader-master/venv/lib/python3.6/site-packages/aiohttp/connector.py", line 797, in _wrap_create_connection
return (yield from self._loop.create_connection(*args, **kwargs))
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 802, in create_connection
sock, protocol_factory, ssl, server_hostname)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 828, in _create_connection_transport
yield from waiter
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/sslproto.py", line 503, in data_received
ssldata, appdata = self._sslpipe.feed_ssldata(data)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/sslproto.py", line 201, in feed_ssldata
self._sslobj.do_handshake()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 683, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/renebaylisswork/Downloads/bitrader-master/venv/lib/python3.6/site-packages/telepot/aio/api.py", line 139, in request
async with fn(*args, **kwargs) as r:
File "/Users/renebaylisswork/Downloads/bitrader-master/venv/lib/python3.6/site-packages/aiohttp/client.py", line 690, in aenter
self._resp = yield from self._coro
File "/Users/renebaylisswork/Downloads/bitrader-master/venv/lib/python3.6/site-packages/aiohttp/client.py", line 267, in _request
conn = yield from self._connector.connect(req)
File "/Users/renebaylisswork/Downloads/bitrader-master/venv/lib/python3.6/site-packages/aiohttp/connector.py", line 402, in connect
proto = yield from self._create_connection(req)
File "/Users/renebaylisswork/Downloads/bitrader-master/venv/lib/python3.6/site-packages/aiohttp/connector.py", line 749, in _create_connection
_, proto = yield from self._create_direct_connection(req)
File "/Users/renebaylisswork/Downloads/bitrader-master/venv/lib/python3.6/site-packages/aiohttp/connector.py", line 860, in _create_direct_connection
raise last_exc
File "/Users/renebaylisswork/Downloads/bitrader-master/venv/lib/python3.6/site-packages/aiohttp/connector.py", line 832, in _create_direct_connection
req=req, client_error=client_error)
File "/Users/renebaylisswork/Downloads/bitrader-master/venv/lib/python3.6/site-packages/aiohttp/connector.py", line 802, in _wrap_create_connection
raise ClientConnectorSSLError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorSSLError: Cannot connect to host api.telegram.org:443 ssl:True [[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)]
Any thoughts on this?
Thanks
Rene