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

Remote Machine Learning Error #461

Open
sledgemasterrrr opened this issue Nov 6, 2024 · 1 comment
Open

Remote Machine Learning Error #461

sledgemasterrrr opened this issue Nov 6, 2024 · 1 comment

Comments

@sledgemasterrrr
Copy link

I have immich on Docker in Unraid and i am trying to use my gaming pc to do the machine learning. When i try to run jobs I get this error
github1
What is odd is that when when the jobs runs on the server it lags my pc and there is a task named Service Host: IP Helper that absoultey maxes out my pc and the docker container that is the machine learning remote one spikes like it is doing something but the logs for the main immich container are still spamming the "Error: Machine learning request to "http://IP:3003" failed with SocketError: other side closed

This is my unraid config
image
This is the remote machine learning docker compose file
image
This is the setting in immich
github3

@hydazz
Copy link
Member

hydazz commented Nov 6, 2024

perhaps the immich container cant communicate with your ml container, what does nc -v -z <ip> 3003 show?
something like this?

root@immich-697454656f-ccrth:/# nc -v -z localhost 8080
Connection to localhost (::1) 8080 port [tcp/http-alt] succeeded!

any errors in the ml container logs?

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

No branches or pull requests

2 participants