simulot / immich-go

An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.
GNU Affero General Public License v3.0
1.91k stars 55 forks source link

Incompatible with Immich v1.118 #509

Closed rbuchberger closed 1 month ago

rbuchberger commented 1 month ago

Immich deprecated the /api/server-info endpoints in release 1.118.0. After installing this update, immich-go fails for me with this message:

unexpected response to the immich's ping API at this address: <my_server>/api/server-info/ping:

Replacing server-info with server does fix the issue:

sed -i 's/server-info/server/' **/*.{go,md}

But I believe this would break immich-go for everyone who hasn't updated immich yet. Might need a try/catch; I'd submit a PR but I don't really know go.