#connect ECONNREFUSED error??

1 messages Β· Page 1 of 1 (latest)

grizzled caveBOT
#

:wave: Hey @lyric idol,

Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich immich.

References

Checklist

  1. :blue_square: I have verified I'm on the latest release(note that mobile app releases may take some time).
  2. :blue_square: I have read applicable release notes.
  3. :blue_square: I have reviewed the FAQs for known issues.
  4. :blue_square: I have reviewed Github for known issues.
  5. :blue_square: I have tried accessing Immich via local ip (without a custom reverse proxy).
  6. :blue_square: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the /upload command.
  7. :blue_square: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable

(an item can be marked as "complete" by reacting with the appropriate number)

If this ticket can be closed you can use the /close command, and re-open it later if needed.

lyric idol
#

gonna try configuring https with nginx, maybe its a problem with that, had problems in the past with other programs hating http

#

nvm nginx hates me and borked itself

#

NVM SO SORRY i just realized i had two EXACT PORTS listed for separate docker composes. so sorry! idk how to close this

grizzled caveBOT
#

This thread has been closed. To re-open, use the button below.

lyric idol
#

there

regal bane
#

Your docker compose is wrong as well though. The mount points should be the same between the microservices and server container

lyric idol
#

oh? thanks for the tip πŸ‘

#

oh im still having the problem 😦

regal bane
#

You specify immich.env as the environment file. You have that in the same directory as your docker compose?

lyric idol
#

i just have it as .env but yeah πŸ™‚

regal bane
#

Then it needs to be just called .env

#

Not immich.env

#

Also this is a very old compose. Type sense and the proxy container no longer exist

lyric idol
#

immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:release
entrypoint: ["/bin/sh", "./start-server.sh"]
volumes:
- /compose/immich/upload:/usr/src/app/upload
env_file:
- immich.env
depends_on:
- redis
- database
- typesense
restart: always

heres immich-server

lyric idol
#

it had add from example for compose

#

getting a new compose file 1 second...

#

.-.

mb

#

welp i dont think im doing this right, have you or anyone installed on omv6 or 7?

regal bane
lyric idol
#

omv is open media vault, a nas os

#

their docker compose is kinda sorta janky ngl

#

im gonna drag and drop the files and edit them, is that good to do? i cant use cli for compose with this

#

this is how my docker compose section looks, no cli

regal bane
#

The files in that link are the default's recommended. You should edit the upload location to be wherever you want the photos stored.

lyric idol
#

thanks a trillion!

regal bane
#

Sure, sorry just not familiar with how OMV manages docker things might have to do a little experimenting and see if can get to work.

lyric idol
#

ah okay thanks

#

should i keep u posted on how omv decides to box it?

regal bane
#

Sure you can keep this thread open and post your findings

lyric idol
#

alr tyvm

#

the docker compose has no "compose data path" things??

#

oh .env

#

Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/compose/immich/immich.yml' --env-file '/compose/immich/immich.env' --env-file '/compose/global.env' up -d 2>&1': env file /compose/immich/.env not found: stat /compose/immich/.env: no such file or directory

OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/compose/immich/immich.yml' --env-file '/compose/immich/immich.env' --env-file '/compose/global.env' up -d 2>&1': env file /compose/immich/.env not found: stat /compose/immich/.env: no such file or directory in /usr/share/openmediavault/engined/rpc/compose.inc:717
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(622): OMVRpcServiceCompose->{closure}()
#1 /usr/share/openmediavault/engined/rpc/compose.inc(692): OMV\Rpc\ServiceAbstract->execBgProc()
#2 [internal function]: OMVRpcServiceCompose->doCommand()
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(122): call_user_func_array()
#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod()
#5 /usr/sbin/omv-engined(535): OMV\Rpc\Rpc::call()
#6 {main}

#

whelp

#

ill put this in omv discord too, see if anyone finds whats up

#

OH IM DUMB i forgot to name the .env

#

and everything else.

#

alr im gonna try smthn different

#

ima try cli using putty, this should be janky πŸ™‚

#

crossing fingers and toes hoping this works

#

it didnt

lyric idol
#

so now i installed, but its not loading after i enter the port

#

i followed the tutorial to a T. its still not working. 😦

#

im gonna try again tomorrow, i am very tired. thank you SO much for your help along the way. have a good day/night/evening/whatever time it is

neon copper
#

when you say it’s not working, what do you mean by that? based on your screenshot it looks like your new compose file is missing the server and microservices container

regal bane
#

Sorry had to go to bed last night. But yes please upload new compose, env, and server logs

lyric idol
#

It just won’t show up

#

I used the new docker compose on the GitHub

regal bane
#

Please post your compose, env, and server / microservice container logs will give more info πŸ™‚

lyric idol
#

lemme try

#

OH NO ITS GONE

#

no logs, nothing

#

that is very not good

#

lemme check cli rq

#

nope its all gone

#

welp, good thing abt docker is that its easy to get another container

#

can i get help installing? i feel the tutorial i watched... wasnt "accurate"

peak root
#

Youtube tutorials are pretty much bound to be outdated

lyric idol
#

alr ty

#

ive tried this

#

ill try again, but can it be to where i dont use cli?

#

tell u what ill try with cli, and see how i can bend it and make it work

regal bane
#

I am not sure how omv works with docker so I can't comment. Sorry.

lyric idol
#

You can find documentation for all the supported env variables at https://imm>

The location where your uploaded files are stored

UPLOAD_LOCATION=/srv/dev-disk-by-uuid-8056178f-9719-40ca-bd13-29223b2c0236/back>

The Immich version to use. You can pin this to a specific version like "v1.71>

IMMICH_VERSION=release

Connection secret for postgres. You should change it to a random password

DB_PASSWORD=blankforimmichsupport

The values below this line do not need to be changed

###############################################################################>
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich

REDIS_HOSTNAME=immich_redis

#

whoa

lyric idol
#

heres my docker compose.yml

#

does this look good (this is the brand new one that im following a tutorial on)

regal bane
#

You are using portainer correct?

lyric idol
#

correct πŸ™‚

regal bane
#

Okay cool. Then yes, that looks good. Just make sure to fill out the env variable section below the compose area πŸ™‚

Also try and remove any immich volumes if they exist from trying before (model-cache, pgdata)

lyric idol
#

ah okay

#

WOW i had 40 volumes from previous immich tries! that might explain a lot HAH

#

just tried deploying that and a defined env file and uh

#

oh why vscode

#

now its deploying

#

deployed

#

how long does it usually take to have it load up on a port?

regal bane
#

Maybe a minute? Shouldn't take to long

lyric idol
#

this happens when i enter the port in the browser

#

OH

#

RIGHT AS I SAID THAT

#

thank you so much for your help!

#

im gonna consider donating now

#

just needa test drive it for a bit first

#

im all set! thank you so much. i am so happyyyy!!!

grizzled caveBOT
#

This thread has been closed. To re-open, use the button below.