Skip to content
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

Incompatible with Immich v1.118 #509

Closed
rbuchberger opened this issue Oct 15, 2024 · 0 comments · Fixed by #510
Closed

Incompatible with Immich v1.118 #509

rbuchberger opened this issue Oct 15, 2024 · 0 comments · Fixed by #510
Assignees

Comments

@rbuchberger
Copy link

rbuchberger commented Oct 15, 2024

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.

@simulot simulot self-assigned this Oct 15, 2024
simulot added a commit that referenced this issue Oct 15, 2024
simulot added a commit that referenced this issue Oct 15, 2024
simulot added a commit that referenced this issue Oct 15, 2024
simulot added a commit that referenced this issue Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants