We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NOTE: pond works perfectly.
When I run ecto.setup, I get the following error:
Generated kujira app ==> phoenix_ecto Compiling 7 files (.ex) Generated phoenix_ecto app ==> pond Compiling 15 files (.ex) Generated pond app The database for Pond.Repo has already been created
14:00:34.107 [info] Migrations already up [notice] Application pond exited: Pond.Application.start(:normal, []) returned an error: shutdown: failed to start child: Pond.Node ** (EXIT) shutdown: failed to start child: Pond.Node.Grpc ** (EXIT) an exception was raised: ** (MatchError) no match of right hand side value: {:error, :timeout} (pond 0.1.0) lib/pond/node.ex:2: Pond.Node.Grpc.start_link/1 (stdlib 5.2.3) supervisor.erl:420: :supervisor.do_start_child_i/3 (stdlib 5.2.3) supervisor.erl:406: :supervisor.do_start_child/2 (stdlib 5.2.3) supervisor.erl:390: anonymous fn/3 in :supervisor.start_children/2 (stdlib 5.2.3) supervisor.erl:1258: :supervisor.children_map/4 (stdlib 5.2.3) supervisor.erl:350: :supervisor.init_children/2 (stdlib 5.2.3) gen_server.erl:980: :gen_server.init_it/2 (stdlib 5.2.3) gen_server.erl:935: :gen_server.init_it/6 (stdlib 5.2.3) proc_lib.erl:241: :proc_lib.init_p_do_apply/3
The text was updated successfully, but these errors were encountered:
Do you have a running pond environment? https://github.com/Team-Kujira/pond
http://127.0.0.1:10157
Dev Config is here: https://github.com/Team-Kujira/pond-ex/blob/main/config/dev.exs#L74
Sorry, something went wrong.
No branches or pull requests
NOTE: pond works perfectly.
When I run ecto.setup, I get the following error:
Generated kujira app
==> phoenix_ecto
Compiling 7 files (.ex)
Generated phoenix_ecto app
==> pond
Compiling 15 files (.ex)
Generated pond app
The database for Pond.Repo has already been created
14:00:34.107 [info] Migrations already up
[notice] Application pond exited: Pond.Application.start(:normal, []) returned an error: shutdown: failed to start child: Pond.Node
** (EXIT) shutdown: failed to start child: Pond.Node.Grpc
** (EXIT) an exception was raised:
** (MatchError) no match of right hand side value: {:error, :timeout}
(pond 0.1.0) lib/pond/node.ex:2: Pond.Node.Grpc.start_link/1
(stdlib 5.2.3) supervisor.erl:420: :supervisor.do_start_child_i/3
(stdlib 5.2.3) supervisor.erl:406: :supervisor.do_start_child/2
(stdlib 5.2.3) supervisor.erl:390: anonymous fn/3 in :supervisor.start_children/2
(stdlib 5.2.3) supervisor.erl:1258: :supervisor.children_map/4
(stdlib 5.2.3) supervisor.erl:350: :supervisor.init_children/2
(stdlib 5.2.3) gen_server.erl:980: :gen_server.init_it/2
(stdlib 5.2.3) gen_server.erl:935: :gen_server.init_it/6
(stdlib 5.2.3) proc_lib.erl:241: :proc_lib.init_p_do_apply/3
The text was updated successfully, but these errors were encountered: