I
Immich2y ago
enBoig

cli upload in LAN "error connecting to server"

I cannot upload from my desktop computer to my localserver. Docker images run in different machines, but immich-web is accessible without problems from desktop.
7 Replies
ddshd
ddshd2y ago
Send/paste the command you are running
enBoig
enBoigOP2y ago
docker run -it --network host --rm -v ".:/import" ghcr.io/immich-app/immich-cli:latest upload --key ** --server http://192.168.1.7:2283 I updated cli image, some ago that fixed my problems but it continue failing pinging 192.168.1.7 works
ddshd
ddshd2y ago
Could you also send the error message, if there any additional info in there
enBoig
enBoigOP2y ago
Error connecting to server - check server address and port I think it may be a docker configuration, but adding "--network host" didn't work
ddshd
ddshd2y ago
Put /api after ur server url
enBoig
enBoigOP2y ago
I found the error (and I am ashamed...) yes, I just saw it Thanks for your time, as usual until you ask for help, you don't see the solution
ddshd
ddshd2y ago
No worries Lol, it should a better error message anyway imo

Did you find this page helpful?