Closed carlosjfcasero closed 2 months ago
Hmm, for immich_folder_album_creator
the API_URL
is set to http://tld/api
, but for immich-folder-album-creator-offline-asset-removal
it is set to https://tld/api
(http vs https).
Is it the same way in your actual docker-compose.yml
file and could that have an influence on that, i.e. is your Immich API reachable both via https as well as over http?
OMG, that was the issue. Since logs didn't mention anything related to connectivity I didn't realize. Thanks for the point
I understand your confusion. The problem is that the API endpoint that is now used to get the Immich API version did not exist prior to version 1.106.1, so the script actually expects an error for older Immich versions. So it's difficult to tell older versions and actual errors apart.
What I can do is update the error message to include the possibility communication issues with the API.
Hi. As suggested in documentation, my docker compose has two album-folder-creation services:
In
immich_folder_album_creator_offline_asset_removal
logs everything looks fine:However, in
immich_folder_album_creator
logs I have following errors:My Immich version is 1.113.1