An error has occurred! Try to Logout and Login on your Epic account. [cli] INFO: Logging in...[Core] INFO: Trying to re-use existing login session...[cli] INFO: Getting game list... (this may take a while)Traceback (most recent call last): File "/nix/store/19rbfa56zl9baks43nwdsggmz0a4jg1a-python3.12-urllib3-2.3.0/lib/python3.12/site-packages/urllib3/connection.py", line 198, in _new_connsock = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/19rbfa56zl9baks43nwdsggmz0a4jg1a-python3.12-urllib3-2.3.0/lib/python3.12/site-packages/urllib3/util/connection.py", line 60, in create_connectionfor res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/h097imm3w6dpx10qynrd2sz9fks2wbq8-python3-3.12.11/lib/python3.12/socket.py", line 978, in getaddrinfofor res in _socket.getaddrinfo(host, port, family, type, proto, flags):^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ socket.gaierror: [Errno -2] Name or service not known The above exception was the direct cause of the following exception:Traceback (most recent call last): File "/nix/store/19rbfa56zl9baks43nwdsggmz0a4jg1a-python3.12-urllib3-2.3.0/lib/python3.12/site-packages/urllib3/connectionpool.py", line 787, in urlopenresponse = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/nix/store/19rbfa56zl9baks43nwdsggmz0a4jg1a-python3.12-urllib3-2.3.0/lib/python3.12/site-packages/urllib3/connectionpool.py", line 488, in _make_requestraise new_e File "/nix/store/19rbfa56zl9baks43nwdsggmz0a4jg1a-python3.12-urllib3-2.3.0/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_requestself._validate_conn(conn)File "/nix/store/19rbfa56zl9baks43nwdsggmz0a4jg1a-python3.12-urllib3-2.3.0/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_connconn.connect() File "/nix/store/19rbfa56zl9baks43nwdsggmz0a4jg1a-python3.12-urllib3-2.3.0/lib/python3.12/site-packages/urllib3/connection.py", line 704, in connectself.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^File "/nix/store/19rbfa56zl9baks43nwdsggmz0a4jg1a-python3.12-urllib3-2.3.0/lib/python3.12/site-packages/urllib3/connection.py", line 205, in _new_connraise NameResolutionError(self.host, self, e) from eurllib3.exceptions.NameResolutionError: : Failed to resolve 'launcher-public-service-prod06.ol.epicgames.com' ([Errno -2] Name or service not known) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/nix/store/70rlqanx1dv5rqidf0jc9dmii8dq2a2m-python3.12-requests-2.32.3/lib/python3.12/site-packages/requests/adapters.py", line 683, in sendresp = conn.urlopen( ^^^^^^^^^^^^^ File "/nix/store/19rbfa56zl9baks43nwdsggmz0a4jg1a-python3.12-urllib3-2.3.0/lib/python3.12/site-packages/urllib3/connectionpool.py", line 841, in urlopenretries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "/nix/store/19rbfa56zl9baks43nwdsggmz0a4jg1a-python3.12-urllib3-2.3.0/lib/python3.12/site-packages/urllib3/util/retry.py", line 519, in incrementraise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='launcher-public-service-prod06.ol.epicgames.com', port=443): Max retries exceeded with url: /launcher/api/public/assets/Windows?label=Live (Caused by NameResolutionError(": Failed to resolve 'launcher-public-service-prod06.ol.epicgames.com' ([Errno -2] Name or service not known)")) During handling of the above exception, another exception occurred: Traceback (most recent call last):File "/nix/store/dgvb9iqijdlcgc45r528b32rdd9fzg3b-legendary-heroic-0.20.36/bin/.legendary-wrapped", line 9, in sys.exit(main())^^^^^^File "/nix/store/dgvb9iqijdlcgc45r528b32rdd9fzg3b-legendary-heroic-0.20.36/lib/python3.12/site-packages/legendary/cli.py", line 3133, in maincli.list_games(args)File "/nix/store/dgvb9iqijdlcgc45r528b32rdd9fzg3b-legendary-heroic-0.20.36/lib/python3.12/site-packages/legendary/cli.py", line 201, in list_gamesgames, dlc_list = self.core.get_game_and_dlc_list( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dgvb9iqijdlcgc45r528b32rdd9fzg3b-legendary-heroic-0.20.36/lib/python3.12/site-packages/legendary/core.py", line 415, in get_game_and_dlc_listself.get_assets(update_assets=update_assets, platform=_platform)File "/nix/store/dgvb9iqijdlcgc45r528b32rdd9fzg3b-legendary-heroic-0.20.36/lib/python3.12/site-packages/legendary/core.py", line 361, in get_assetsself.egs.get_game_assets(platform=platform)File "/nix/store/dgvb9iqijdlcgc45r528b32rdd9fzg3b-legendary-heroic-0.20.36/lib/python3.12/site-packages/legendary/api/egs.py", line 170, in get_game_assetsr = self.session.get(f'https://{self._launcher_host}/launcher/api/public/assets/{platform}', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "/nix/store/70rlqanx1dv5rqidf0jc9dmii8dq2a2m-python3.12-requests-2.32.3/lib/python3.12/site-packages/requests/sessions.py", line 602, in getreturn self.request("GET", url, **kwargs)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/70rlqanx1dv5rqidf0jc9dmii8dq2a2m-python3.12-requests-2.32.3/lib/python3.12/site-packages/requests/sessions.py", line 589, in requestresp = self.send(prep, **send_kwargs)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/70rlqanx1dv5rqidf0jc9dmii8dq2a2m-python3.12-requests-2.32.3/lib/python3.12/site-packages/requests/sessions.py", line 703, in sendr = adapter.send(request, **kwargs)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/70rlqanx1dv5rqidf0jc9dmii8dq2a2m-python3.12-requests-2.32.3/lib/python3.12/site-packages/requests/adapters.py", line 716, in sendraise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='launcher-public-service-prod06.ol.epicgames.com', port=443): Max retries exceeded with url: /launcher/api/public/assets/Windows?label=Live (Caused by NameResolutionError(": Failed to resolve 'launcher-public-service-prod06.ol.epicgames.com' ([Errno -2] Name or service not known)"))