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.9k stars 55 forks source link

Fix compatibility issue with Immich v1.118 #510

Closed simulot closed 1 month ago

simulot commented 1 month ago

The /api/server-info endpoints in Immich v1.118 have been deprecated, causing immich-go to fail with an "unexpected response" error. This pull request fixes the issue by replacing the deprecated endpoints with the new /api/server endpoints. The changes ensure that immich-go continues to work with the latest version of Immich. Fixes #509