Registrando CARTERA_SALDO_TOTAL_ACTUAL... python.exe : Traceback (most recent call last): En línea: 1 Carácter: 1 + & "c:/Users/Dell Inspiron 16/Desktop/tws/AgrotaPowerBi/.venv/Scripts/ ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (Traceback (most recent call last)::String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpx\_transports\default.py", line 101, in map_httpcore_exceptions yield File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpx\_transports\default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpcore\_async\connection_pool.py", line 256, in handle_async_request raise exc from None File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpcore\_async\connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpcore\_async\connection.py", line 101, in handle_async_request raise exc File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpcore\_async\connection.py", line 78, in handle_async_request stream = await self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpcore\_async\connection.py", line 124, in _connect stream = await self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpcore\_backends\auto.py", line 31, in connect_tcp return await self._backend.connect_tcp( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpcore\_backends\anyio.py", line 113, in connect_tcp with map_exceptions(exc_map): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpcore\_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: All connection attempts failed The above exception was the direct cause of the following exception: Traceback (most recent call last): File "c:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\back-agrota-powerbi\mcp-client-agrota\scratch\register_archetypes.py", line 82, in asyncio.run(register_archetypes()) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\asyncio\runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\asyncio\runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\asyncio\base_events.py", line 654, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "c:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\back-agrota-powerbi\mcp-client-agrota\scratch\register_archetypes.py", line 74, in register_archetypes resp = await client.post(f"{BACKAGROTA_URL}/api/v1/precalc/configs", json=config, headers=HEADERS) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpx\_client.py", line 1859, in post return await self.request( ^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpx\_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpx\_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpx\_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpx\_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpx\_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpx\_transports\default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) File "C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\.venv\Lib\site-packages\httpx\_transports\default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: All connection attempts failed