Replies: 5 comments 4 replies
-
Hi, this are the env vars needed: AWS_ACCESS_KEY_ID= TWITTER_CLIENT_ID= |
Beta Was this translation helpful? Give feedback.
-
I think that the required env vars are: AWS_ACCESS_KEY_ID= SMTP_DOMAIN= |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot! Unfortunately this information is still too limited. I would assume the docker image contains its own PostgreSQL database. What is the DB name and username/password? |
Beta Was this translation helpful? Give feedback.
-
Tried it with an external PostgreSQL DB and removing the MIX_ENV variable, but it still runs into the same error: {"init terminating in do_boot",{undef,[{'Elixir.Mix',env,[],[]},{erl_eval,do_apply,7,[{file,"erl_eval.erl"},{line,744}]},{erl_eval,expr,6,[{file,"erl_eval.erl"},{line,537}]},{erl_eval,expr,6,[{file,"erl_eval.erl"},{line,323}]},{elixir,recur_eval,3,[{file,"src/elixir.erl"},{line,296}]},{elixir,eval_forms,3,[{file,"src/elixir.erl"},{line,274}]},{'Elixir.Code',validated_eval_string,3,[{file,"lib/code.ex"},{line,404}]},{'Elixir.Config','eval!',3,[{file,"lib/config.ex"},{line,260}]}]}} init terminating in do_boot ({undef,[{Elixir.Mix,env,[],[]},{erl_eval,do_apply,7,[{},{}]},{erl_eval,expr,6,[{},{}]},{erl_eval,expr,6,[{},{}]},{elixir,recur_eval,3,[{},{}]},{elixir,eval_forms,3,[{},{}]},{Elixir.Code,validated_eval_string,3,[{},{}]},{Elixir.Config,eval!,3,[{},{}]}]}) Crash dump is being written to: erl_crash.dump...done` I think I'm facing the same as described in this image: #130 And local storage (mapped volume) would be very preferable over AWS S3 bucket. |
Beta Was this translation helpful? Give feedback.
-
Hownare you passibg the env variables? How are you stsrting the image?
El vie., 11 de agosto de 2023 4:07 p. m., spudje ***@***.***>
escribió:
… Tried it with an external PostgreSQL DB and removing the MIX_ENV variable,
but it still runs into the same error:
`ERROR! Config provider Config.Reader failed with:
** (UndefinedFunctionError) function Mix.env/0 is undefined (module Mix is
not available)
Mix.env()
(stdlib 4.0.1) erl_eval.erl:744: :erl_eval.do_apply/7
(stdlib 4.0.1) erl_eval.erl:537: :erl_eval.expr/6
(stdlib 4.0.1) erl_eval.erl:323: :erl_eval.expr/6
(elixir 1.13.4) src/elixir.erl:296: :elixir.recur_eval/3
(elixir 1.13.4) src/elixir.erl:274: :elixir.eval_forms/3
(elixir 1.13.4) lib/code.ex:404: Code.validated_eval_string/3
(elixir 1.13.4) lib/config.ex:260: Config.*eval*!/3
{"init terminating in
do_boot",{undef,[{'Elixir.Mix',env,[],[]},{erl_eval,do_apply,7,[{file,"erl_eval.erl"},{line,744}]},{erl_eval,expr,6,[{file,"erl_eval.erl"},{line,537}]},{erl_eval,expr,6,[{file,"erl_eval.erl"},{line,323}]},{elixir,recur_eval,3,[{file,"src/elixir.erl"},{line,296}]},{elixir,eval_forms,3,[{file,"src/elixir.erl"},{line,274}]},{'Elixir.Code',validated_eval_string,3,[{file,"lib/code.ex"},{line,404}]},{'Elixir.Config','
*eval*!',3,[{file,"lib/config.ex"},{line,260}]}]}}
init terminating in do_boot
({undef,[{Elixir.Mix,env,[],[]},{erl_eval,do_apply,7,[{*},{*
}]},{erl_eval,expr,6,[{*},{*}]},{erl_eval,expr,6,[{*},{*
}]},{elixir,recur_eval,3,[{*},{*}]},{elixir,eval_forms,3,[{*},{*
}]},{Elixir.Code,validated_eval_string,3,[{*},{*}]},{Elixir.Config,*eval*
!,3,[{*},{*}]}]})
Crash dump is being written to: erl_crash.dump...done`
I think I'm facing the same as described in this image: #130
<#130>
And local storage (mapped volume) would be very preferable over AWS S3
bucket.
—
Reply to this email directly, view it on GitHub
<#153 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAC5SHMXCIRSHM3A2DN4VLXU2GHZANCNFSM6AAAAAA3NDMWCA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Rauversion looks like what I need. A way to self-host my DJ mixes.
I tried to install the michelson/rauversion docker image on my Synology NAS but when I tried to run it it stopped with this error:
ERROR! Config provider Config.Reader failed with: (UndefinedFunctionError) function Mix.env/0 is undefined (module Mix is not available)
Anyone can help me solve the error? Do I need to provide a different value for the MIX_ENV environment variable?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions