-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'stackCount' #14
Comments
This is log output of stack[0] at time of exception: |
local fix: Sorry, can't get it properly formatted. It is cut&paste from vi in shell. |
I'm currently testing with branch of Majorfi. No fix needed. |
When i run the script immich-auto-stack.py from the shell of the docker container i get the following exception:
`
2025-02-11 18:09:47,751 - INFO - ============== INITIALIZING ==============
2025-02-11 18:09:47,759 - INFO - ⬇️ Fetching assets:
2025-02-11 18:09:47,762 - INFO - Page size: 1000
2025-02-11 18:09:52,486 - INFO - Pages: None
2025-02-11 18:09:52,486 - INFO - Assets: 6846
Traceback (most recent call last):
File "/script/./immich_auto_stack.py", line 251, in
main()
File "/script/./immich_auto_stack.py", line 225, in main
children_id = [x['id'] for x in stack[1:] if x['stackCount'] == None ]
~^^^^^^^^^^^^^^
KeyError: 'stackCount'
`
The container is running with immich (version 1.126.1) in a docker compose stack.
The text was updated successfully, but these errors were encountered: