Hello everyone, I have an issues
I just want to quick test Ayon by Docker pull and run in window 11.
but It does not work, what should I do ? how to fix that ?
Blockquote
2024-11-15 11:52:08 start.sh: Starting setup
2024-11-15 11:52:12 Exception in thread Thread-1 (initial_load_thread):
2024-11-15 11:52:12 Traceback (most recent call last):
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/threading.py”, line 1045, in _bootstrap_inner
2024-11-15 11:52:12 self.run()
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/threading.py”, line 982, in run
2024-11-15 11:52:12 self._target(*self._args, **self.kwargs)
2024-11-15 11:52:12 File “/backend/ayon_server/entities/core/attrib.py”, line 50, in initial_load_thread
2024-11-15 11:52:12 loop.run_until_complete(self.load(True))
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/asyncio/base_events.py”, line 654, in run_until_complete
2024-11-15 11:52:12 return future.result()
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/backend/ayon_server/entities/core/attrib.py”, line 64, in load
2024-11-15 11:52:12 await Postgres.connect()
2024-11-15 11:52:12 File “/backend/ayon_server/lib/postgres.py”, line 117, in connect
2024-11-15 11:52:12 cls.pool = await asyncpg.create_pool(
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/site-packages/asyncpg/pool.py”, line 403, in async__init
2024-11-15 11:52:12 await self._initialize()
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/site-packages/asyncpg/pool.py”, line 430, in _initialize
2024-11-15 11:52:12 await first_ch.connect()
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/site-packages/asyncpg/pool.py”, line 128, in connect
2024-11-15 11:52:12 self._con = await self._pool._get_new_connection()
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/site-packages/asyncpg/pool.py”, line 502, in _get_new_connection
2024-11-15 11:52:12 con = await connection.connect(
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/site-packages/asyncpg/connection.py”, line 2329, in connect
2024-11-15 11:52:12 return await connect_utils._connect(
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py”, line 1017, in _connect
2024-11-15 11:52:12 raise last_error or exceptions.TargetServerAttributeNotMatched(
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py”, line 991, in _connect
2024-11-15 11:52:12 conn = await _connect_addr(
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py”, line 828, in _connect_addr
2024-11-15 11:52:12 return await __connect_addr(params, True, *args)
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py”, line 873, in __connect_addr
2024-11-15 11:52:12 tr, pr = await connector
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/site-packages/asyncpg/connect_utils.py”, line 744, in _create_ssl_connection
2024-11-15 11:52:12 tr, pr = await loop.create_connection(
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/asyncio/base_events.py”, line 1046, in create_connection
2024-11-15 11:52:12 infos = await self._ensure_resolved(
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/asyncio/base_events.py”, line 1420, in _ensure_resolved
2024-11-15 11:52:12 return await loop.getaddrinfo(host, port, family=family, type=type,
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/asyncio/base_events.py”, line 868, in getaddrinfo
2024-11-15 11:52:12 return await self.run_in_executor(
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/concurrent/futures/thread.py”, line 58, in run
2024-11-15 11:52:12 result = self.fn(*self.args, **self.kwargs)
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-15 11:52:12 File “/usr/local/lib/python3.11/socket.py”, line 974, in getaddrinfo
2024-11-15 11:52:12 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2024-11-15 11:52:12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-15 11:52:12 socket.gaierror: [Errno -5] No address associated with hostname
2024-11-15 11:52:13 2024-11-15 04:52:13 INFO setup Starting setup
2024-11-15 11:52:14 2024-11-15 04:52:14 ERROR setup Unable to connect to the database (-5 No address associated with hostname)
2024-11-15 11:52:14 2024-11-15 04:52:14 INFO setup Retrying in 2 seconds
2024-11-15 11:52:17 2024-11-15 04:52:17 ERROR setup Unable to connect to the database (-5 No address associated with hostname)
2024-11-15 11:52:17 2024-11-15 04:52:17 INFO setup Retrying in 2 seconds
2024-11-15 11:52:21 2024-11-15 04:52:21 ERROR setup Unable to connect to the database (-5 No address associated with hostname)
2024-11-15 11:52:21 2024-11-15 04:52:21 INFO setup Retrying in 2 seconds
Blockquote