You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Debian Bookworm , I was getting no activity when trying to run this ... Tried various routes to kick it off , finally tried:
docker exec -it immich-auto-stack2 /script/immich_auto_stack.py
And finally got to see the errors (which I guess were occurring in the other cases, but were hidden):
2025-03-23 18:42:33,682 - INFO - ============== INITIALIZING ==============
2025-03-23 18:42:33,682 - INFO - ⬇️ Fetching assets:
2025-03-23 18:42:33,682 - INFO - Page size: 1000
2025-03-23 18:42:33,807 - WARNING - Retrying (Retry(total=9, connect=2, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7ffef17f2e10>: Failed to resolve 'immich.mydomain.com' ([Errno -2] Name does not resolve)")': /api/search/metadata
2025-03-23 18:42:34,808 - WARNING - Retrying (Retry(total=8, connect=1, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7ffef17f2f90>: Failed to resolve 'immich.mydomain.com' ([Errno -2] Name does not resolve)")': /api/search/metadata
2025-03-23 18:42:36,810 - WARNING - Retrying (Retry(total=7, connect=0, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7ffef17f30e0>: Failed to resolve 'immich.mydomain.com' ([Errno -2] Name does not resolve)")': /api/search/metadata
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/urllib3/connection.py", line 196, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/urllib3/util/connection.py", line 60, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/socket.py", line 976, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Checking:
immich@argon:~/immich-app$ ls -ld /usr/local/lib/python3*
drwxr-xr-x 3 root root 4096 Jun 20 2024 /usr/local/lib/python3.11
There is no 3.12 ...nor does it exist in the repo.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running Debian Bookworm , I was getting no activity when trying to run this ... Tried various routes to kick it off , finally tried:
docker exec -it immich-auto-stack2 /script/immich_auto_stack.py
And finally got to see the errors (which I guess were occurring in the other cases, but were hidden):
immich@argon:~/immich-app$ ls -ld /usr/local/lib/python3*
drwxr-xr-x 3 root root 4096 Jun 20 2024 /usr/local/lib/python3.11
Beta Was this translation helpful? Give feedback.
All reactions