-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
🐛 [immich] <99-run.sh error, followed by Redis client error> #1775
Comments
Hi, please update to latest your log mentions there is an update available |
Interesting, the problem appears to be resolved in 1.126.1-7. I had previously tried updating to the 1.126.1-4 version but the error still occurred there so I reverted to 1.126.1. Thanks! I will note that while the redis error is gone and Immich is working, I still see this in the logs:
Is this safe to ignore? |
Yes it's a script to check if your psql has a normal address. It fetches the ip give by homeassistant supervisor, but it seems in your case there is more info than the ip. I'm still adapt my code BTW I've pushed 2 new versions lf the addon supporting cuda and openvino if you are interested |
Actually, here is the code part generating the error :
I don't understand where the rter is coming from, is it your DB_USERNAME ? and is your DB_PASSWORD and DB_PORT correctly set too ? |
Honestly I don't know where that is coming from either. It's not something I would ever have entered intentionally. My config has: I'll do some digging tomorrow if I have time. Is there any other info that would be helpful? |
Oh and I may try out the openvino version soon. I just got a great deal on an ARC A770 |
Watch-out openvino takes a lot of RAM - 9Go on my system in average :-) |
is "rter" part of your DB_ROOT_PASSWORD, or a " " ? perhaps it could mis-interpret this as a host ? |
OHHHH that's probably it! My DB_PASSWORD contains the '@' symbol like so: |
Can I change my password in the postgres addon config or will that cause problems? |
Uh... Not sure I think it must be done manually. Don't do anything yet I'll try to sanitize it some way |
I've put a potential solutions, which flavor of immich should I build for you to test? openvino or classical? |
Classical, please :) |
Pushed ! |
Ok I updated to immich 1.126.1-11 and postgres 15.7-29. The 'rter' part is gone from the logs but now there is a password auth error. Immich does still start and work.
|
I'm also getting this error when updating - my postgres password does not contain '@' but it does contain '<' char |
Thanks I've pushed a new code for URI encoding in version 12 could you please let me know how that goes |
Updated to -13, will need to revert to -11
........
|
Mmh I'll revert the code but it's a bit strange. What is your log when starting the postgres addon ? It uses the same psql logic. I'm wondering if the issue is with the code itself, or that due to the @ your password is not set to what you expected in postgres itself |
I think the postgres password was not set to what was expected - I tried to use pgadmin to login with the postgres user and failed. The root user/pwd did work though - so I logged in there and reset the postgres pwd |
Can confirm the latest updates along with @josiah-eichelman's solution works! |
Thanks! I'll have to implement password change in postgres I think it only takes into account password at first start but not when it is changed in the options afterwards |
Description
When I start Immich I get the following error in the log:
The addon continues trying to start, but it gets stuck in the Redis client error loop:
Reproduction steps
Addon Logs
Architecture
amd64
OS
HAos
The text was updated successfully, but these errors were encountered: