-
Notifications
You must be signed in to change notification settings - Fork 3
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
Auto-stacking fails when skip_previous
is True
#10
Comments
Could you find out which picture causes this error and provide the API response for it? stackCount is part of the API response. It should be there always. And there is no deprecation notice. I'll catch it but I really want to know what could have caused it. |
Thanks for the quick response. I ran couple of tests and there really isn't a Here is the content of
I also ran a quick test and it seems none of the assets have this property:
|
I think it's another case of poorly documented changes to the stacks functionality. I updated to the latest v1.113.0. The API response differs from the one in the official API docs for the latest version. But the weird part is that I still have a I'll push a potential fix for it but first I want to see what they say in the docs. The stacks changes are quite big. |
Alright, no pressure. Thanks for looking into this issue! |
Keep an eye on the API responses. Maybe your library uses an old schema? Maybe after an update or two, or even a rescan, the schema will match the current version? Dunno, just thinking in writing. Ще го оправим 😄 |
Just as another data point, I am also seeing this on my instance. |
Yup. Also, they have updated the API with the proper schema and docs. There is a whole new Stacks endpoint. I'll go through the changes as soon as I can and implement them. |
Linked to tenekev#10 and tenekev#11 I ran into the same issue and gave it a shot. I am no python expert, so tried to make it work with the new `stack` endpoint as I could and tested it on my library (10k photos) with success. Happy to answer any questions! Thank yoy
Still getting this error. |
I just setup an immich stack with an auto-stacking sidecar container, but the auto-stacking fails if
skip_previous
is set toTrue
:I dont know whether
stackCount
is something that is supposed to come from the immich API or it is some refactoring leftover, but in any case, it fails with the latest immich versionThe text was updated successfully, but these errors were encountered: