Skip to content

random error found in my logs #46

@vikktrey123

Description

@vikktrey123

2021-01-28 10:20:28,177:ERROR:Task exception was never retrieved
future: <Task finished name='Task-14' coro=<TradeWorker.check_trade_loop() done, defined at trade_worker.py:38> exception=ConnectError('[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1122)')>
Traceback (most recent call last):
File "httpx_exceptions.py", line 326, in map_exceptions
File "httpx_client.py", line 1502, in _send_single_request
File "httpcore_async\connection_pool.py", line 218, in arequest
File "httpcore_async\connection.py", line 92, in arequest
File "httpcore_async\connection.py", line 118, in _open_socket
File "httpcore_backends\auto.py", line 44, in open_tcp_stream
File "httpcore_backends\asyncio.py", line 243, in open_tcp_stream
File "contextlib.py", line 135, in exit
File "httpcore_exceptions.py", line 12, in map_exceptions
httpcore.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1122)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "trade_worker.py", line 46, in check_trade_loop
File "utilities.py", line 169, in get_roli_data
File "httpx_client.py", line 1548, in get
File "httpx_client.py", line 1371, in request
File "httpx_client.py", line 1406, in send
File "httpx_client.py", line 1444, in _send_handling_auth
File "httpx_client.py", line 1476, in _send_handling_redirects
File "httpx_client.py", line 1502, in _send_single_request
File "contextlib.py", line 135, in exit
File "httpx_exceptions.py", line 343, in map_exceptions
httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1122)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions