Skip to content

Instantly share code, notes, and snippets.

@idkjs
Created November 4, 2020 12:05
Show Gist options
  • Save idkjs/7ad9ecf509e3fa1933976a7e6270cea9 to your computer and use it in GitHub Desktop.
Save idkjs/7ad9ecf509e3fa1933976a7e6270cea9 to your computer and use it in GitHub Desktop.
~/Github
❯ gh repo clone elixirschool/live-view-chat
Cloning into 'live-view-chat'...
remote: Enumerating objects: 416, done.
remote: Total 416 (delta 0), reused 0 (delta 0), pack-reused 416
Receiving objects: 100% (416/416), 167.24 KiB | 531.00 KiB/s, done.
Resolving deltas: 100% (193/193), done.

~/Github
❯ live-view-chat/

~/Github/live-view-chat master
❯ mix deps.get
* Getting phoenix_live_view (https://github.com/phoenixframework/phoenix_live_view.git)
remote: Enumerating objects: 33, done.
remote: Counting objects: 100% (33/33), done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 12536 (delta 0), reused 33 (delta 0), pack-reused 12503
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
  color_stream 0.0.2
  comeonin 2.6.0
  connection 1.0.4
  cowboy 2.6.3
  cowlib 2.7.3
  db_connection 2.0.6
  decimal 1.7.0
  ecto 3.1.3
  ecto_sql 3.1.1
  file_system 0.2.7
  gettext 0.16.1
  jason 1.1.2
  mime 1.3.1
  phoenix 1.4.4
  phoenix_ecto 4.0.0
  phoenix_html 2.13.2
  phoenix_live_reload 1.2.0
  phoenix_pubsub 1.1.2
  plug 1.8.0
  plug_cowboy 2.0.2
  plug_crypto 1.0.0
  postgrex 0.14.2
  ranch 1.7.1
  telemetry 0.4.0
* Getting phoenix (Hex package)
* Getting phoenix_pubsub (Hex package)
* Getting phoenix_ecto (Hex package)
* Getting ecto_sql (Hex package)
* Getting postgrex (Hex package)
* Getting phoenix_html (Hex package)
* Getting phoenix_live_reload (Hex package)
* Getting gettext (Hex package)
* Getting jason (Hex package)
* Getting plug_cowboy (Hex package)
* Getting comeonin (Hex package)
* Getting color_stream (Hex package)
* Getting cowboy (Hex package)
* Getting plug (Hex package)
* Getting mime (Hex package)
* Getting plug_crypto (Hex package)
* Getting cowlib (Hex package)
* Getting ranch (Hex package)
* Getting file_system (Hex package)
* Getting connection (Hex package)
* Getting db_connection (Hex package)
* Getting decimal (Hex package)
* Getting ecto (Hex package)
* Getting telemetry (Hex package)

~/Github/live-view-chat master* 23s
❯ mix ecto.setup

12:27:33.358 [info]  Compiling file system watcher for Mac...

12:27:35.565 [info]  Done.
==> file_system
Compiling 7 files (.ex)
Generated file_system app
==> connection
Compiling 1 file (.ex)
Generated connection app
==> gettext
Compiling 1 file (.yrl)
Compiling 1 file (.erl)
Compiling 20 files (.ex)
Generated gettext app
===> Compiling ranch
===> Compiling telemetry
==> decimal
Compiling 1 file (.ex)
Generated decimal app
==> jason
Compiling 8 files (.ex)
Generated jason app
warning: module attribute @shortdoc was set but never used
  /Users/mandalarian/Github/live-view-chat/deps/comeonin/mix.exs:2

cc -g -O3 -Wall -I/Users/mandalarian/.asdf/installs/erlang/23.0.3/erts-11.0.3/include -Ic_src -fPIC -shared -dynamiclib -undefined dynamic_lookup -o priv/bcrypt_nif.so c_src/bcrypt_nif.c c_src/blowfish.c
==> comeonin
Compiling 8 files (.ex)
warning: String.rjust/3 is deprecated. Use String.pad_leading/3 with a binary padding instead
  lib/comeonin/otp.ex:66: Comeonin.Otp.gen_hotp/3

Generated comeonin app
==> db_connection
Compiling 16 files (.ex)
Generated db_connection app
==> ecto
Compiling 54 files (.ex)
warning: Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
  lib/ecto/association.ex:521: Ecto.Association.Has.after_compile_validation/2

warning: Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
  lib/ecto/repo/supervisor.ex:69: Ecto.Repo.Supervisor.compile_config/2

warning: Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
Found at 2 locations:
  lib/ecto/association.ex:968: Ecto.Association.ManyToMany.after_compile_validation/2
  lib/ecto/association.ex:972: Ecto.Association.ManyToMany.after_compile_validation/2

warning: Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
  lib/ecto/schema.ex:2004: Ecto.Schema.check_field_type!/3

warning: Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
  lib/ecto/association.ex:816: Ecto.Association.BelongsTo.after_compile_validation/2

Generated ecto app
==> phoenix_pubsub
Compiling 13 files (.ex)
warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  lib/phoenix/pubsub/local_supervisor.ex:42: Phoenix.PubSub.LocalSupervisor.init/1

warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  lib/phoenix/tracker.ex:273: Phoenix.Tracker.init/1

warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  lib/phoenix/pubsub/pg2.ex:97: Phoenix.PubSub.PG2.init/1

Generated phoenix_pubsub app
===> Compiling cowlib
===> Compiling cowboy
==> mime
Compiling 2 files (.ex)
Generated mime app
==> postgrex
Compiling 61 files (.ex)
warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Found at 2 locations:
  lib/postgrex/type_supervisor.ex:49: Postgrex.TypeSupervisor.init/1
  lib/postgrex/type_supervisor.ex:57: Postgrex.TypeSupervisor.init/1

Generated postgrex app
==> ecto_sql
Compiling 25 files (.ex)
warning: Code.load_file/1 is deprecated. Use Code.require_file/2 or Code.compile_file/2 instead
  lib/ecto/migrator.ex:447: Ecto.Migrator.load_migration!/1

Generated ecto_sql app
warning: variable "description" does not exist and is being expanded to "description()", please use parentheses to remove the ambiguity or change the variable name
  /Users/mandalarian/Github/live-view-chat/deps/color_stream/mix.exs:10: ColorStream.Mixfile.project/0

warning: variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name
  /Users/mandalarian/Github/live-view-chat/deps/color_stream/mix.exs:11: ColorStream.Mixfile.project/0

warning: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
  /Users/mandalarian/Github/live-view-chat/deps/color_stream/mix.exs:12: ColorStream.Mixfile.project/0

==> color_stream
Compiling 1 file (.ex)
Generated color_stream app
==> plug_crypto
Compiling 4 files (.ex)
Generated plug_crypto app
==> plug
Compiling 1 file (.erl)
Compiling 39 files (.ex)
warning: System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRACE__ inside a rescue/catch. If you want to support earlier Elixir versions, move System.stacktrace/0 inside a rescue/catch
  lib/plug/conn/wrapper_error.ex:23

warning: Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
Found at 2 locations:
  lib/plug/parsers/json.ex:45: Plug.Parsers.JSON.validate_decoder!/1
  lib/plug/parsers/json.ex:53: Plug.Parsers.JSON.validate_decoder!/1

warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  lib/plug/supervisor.ex:16: Plug.Supervisor.init/1

warning: Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
  lib/plug/parsers.ex:244: Plug.Parsers.convert_parsers/2

Generated plug app
==> phoenix_html
Compiling 8 files (.ex)
Generated phoenix_html app
==> plug_cowboy
Compiling 5 files (.ex)
Generated plug_cowboy app
==> phoenix
Compiling 67 files (.ex)
warning: duplicate key :route found in struct
  (elixir 1.10.4) lib/kernel/utils.ex:119: Kernel.Utils.warn_on_duplicate_struct_key/1
  (elixir 1.10.4) lib/kernel/utils.ex:98: Kernel.Utils.defstruct/2
  lib/phoenix/router/resource.ex:24: (module)
  (elixir 1.10.4) src/elixir_compiler.erl:75: :elixir_compiler.dispatch/4
  (elixir 1.10.4) src/elixir_compiler.erl:60: :elixir_compiler.compile/3
  (elixir 1.10.4) src/elixir_module.erl:333: :elixir_module.eval_form/6

warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  lib/phoenix/socket/pool_supervisor.ex:54: Phoenix.Socket.PoolSupervisor.init/1

warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  lib/phoenix/transports/long_poll_server.ex:14: Phoenix.Transports.LongPoll.Supervisor.init/1

Generated phoenix app
==> phoenix_live_reload
Compiling 4 files (.ex)
Generated phoenix_live_reload app
==> phoenix_live_view
Compiling 14 files (.ex)
Generated phoenix_live_view app
==> phoenix_ecto
Compiling 6 files (.ex)
warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  lib/phoenix_ecto/sql/sandbox_supervisor.ex:10: Phoenix.Ecto.SQL.SandboxSupervisor.init/1

Generated phoenix_ecto app
==> phat
Compiling 27 files (.ex)
warning: unused alias User
  lib/phat/accounts/user.ex:4

Generated phat app
warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

The database for Phat.Repo has already been created
warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (stdlib 3.13) supervisor.erl:301: :supervisor.init/1
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

[info] Already up
warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3


~/Github/live-view-chat master* 1m 36s
❯ cd assets && npm install && ..

> fsevents@1.2.9 install /Users/mandalarian/Github/live-view-chat/assets/node_modules/fsevents
> node install

node-pre-gyp WARN Using needle for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.9/fse-v1.2.9-node-v83-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.9 and node@14.4.0 (node-v83 ABI, unknown) (falling back to source compile with node-gyp)
  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:2818:
../../nan/nan_typedarray_contents.h:34:43: warning: 'GetContents' is deprecated: Use
      GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
      data   = static_cast<char*>(buffer->GetContents().Data()) + byte_offset;
                                          ^
/Users/mandalarian/Library/Caches/node-gyp/14.4.0/include/node/v8.h:5202:3: note:
      'GetContents' has been explicitly marked deprecated here
  V8_DEPRECATE_SOON("Use GetBackingStore. See http://crbug.com/v8/9908.")
  ^
/Users/mandalarian/Library/Caches/node-gyp/14.4.0/include/node/v8config.h:402:39: note:
      expanded from macro 'V8_DEPRECATE_SOON'
# define V8_DEPRECATE_SOON(message) [[deprecated(message)]]
                                      ^
1 warning generated.
  SOLINK_MODULE(target) Release/fse.node
  COPY /Users/mandalarian/Github/live-view-chat/assets/node_modules/fsevents/lib/binding/Release/node-v83-darwin-x64/fse.node
  TOUCH Release/obj.target/action_after_build.stamp
npm WARN assets No description

added 1225 packages from 605 contributors and audited 1225 packages in 40.594s
found 1477 vulnerabilities (825 low, 6 moderate, 646 high)
  run `npm audit fix` to fix them, or `npm audit` for details

~/Github/live-view-chat master* 43s
❯ mix phx.server
warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (stdlib 3.13) supervisor.erl:301: :supervisor.init/1
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
  (elixir 1.10.4) lib/supervisor.ex:604: Supervisor.init/2
  (elixir 1.10.4) lib/supervisor.ex:556: Supervisor.start_link/2
  (phoenix 1.4.4) lib/phoenix/socket/pool_supervisor.ex:31: Phoenix.Socket.PoolSupervisor.start_pooled/3
  (stdlib 3.13) supervisor.erl:385: :supervisor.do_start_child_i/3
  (stdlib 3.13) supervisor.erl:371: :supervisor.do_start_child/2
  (stdlib 3.13) supervisor.erl:355: anonymous fn/3 in :supervisor.start_children/2
  (stdlib 3.13) supervisor.erl:1171: :supervisor.children_map/4
  (stdlib 3.13) supervisor.erl:321: :supervisor.init_children/2
  (stdlib 3.13) gen_server.erl:417: :gen_server.init_it/2
  (stdlib 3.13) gen_server.erl:385: :gen_server.init_it/6
  (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

[info] Running PhatWeb.Endpoint with cowboy 2.6.3 at 0.0.0.0:4000 (http)
[info] Access PhatWeb.Endpoint at http://localhost:4000
[info] GET /
[debug] ** (Phoenix.Router.NoRouteError) no route found for GET / (PhatWeb.Router)
    (phat 0.1.0) lib/phat_web/router.ex:1: PhatWeb.Router.__match_route__/4
    (phat 0.1.0) lib/phoenix/router.ex:304: PhatWeb.Router.call/2
    (phat 0.1.0) lib/phat_web/endpoint.ex:1: PhatWeb.Endpoint.plug_builder_call/2
    (phat 0.1.0) lib/plug/debugger.ex:122: PhatWeb.Endpoint."call (overridable 3)"/2
    (phat 0.1.0) lib/phat_web/endpoint.ex:1: PhatWeb.Endpoint.call/2
    (phoenix 1.4.4) lib/phoenix/endpoint/cowboy2_handler.ex:33: Phoenix.Endpoint.Cowboy2Handler.init/2
    (cowboy 2.6.3) /Users/mandalarian/Github/live-view-chat/deps/cowboy/src/cowboy_handler.erl:41: :cowboy_handler.execute/2
    (cowboy 2.6.3) /Users/mandalarian/Github/live-view-chat/deps/cowboy/src/cowboy_stream_h.erl:296: :cowboy_stream_h.execute/3
    (cowboy 2.6.3) /Users/mandalarian/Github/live-view-chat/deps/cowboy/src/cowboy_stream_h.erl:274: :cowboy_stream_h.request_process/3
    (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

[info] GET /favicon.ico
[debug] ** (Phoenix.Router.NoRouteError) no route found for GET /favicon.ico (PhatWeb.Router)
    (phat 0.1.0) lib/phat_web/router.ex:1: PhatWeb.Router.__match_route__/4
    (phat 0.1.0) lib/phoenix/router.ex:304: PhatWeb.Router.call/2
    (phat 0.1.0) lib/phat_web/endpoint.ex:1: PhatWeb.Endpoint.plug_builder_call/2
    (phat 0.1.0) lib/plug/debugger.ex:122: PhatWeb.Endpoint."call (overridable 3)"/2
    (phat 0.1.0) lib/phat_web/endpoint.ex:1: PhatWeb.Endpoint.call/2
    (phoenix 1.4.4) lib/phoenix/endpoint/cowboy2_handler.ex:33: Phoenix.Endpoint.Cowboy2Handler.init/2
    (cowboy 2.6.3) /Users/mandalarian/Github/live-view-chat/deps/cowboy/src/cowboy_handler.erl:41: :cowboy_handler.execute/2
    (cowboy 2.6.3) /Users/mandalarian/Github/live-view-chat/deps/cowboy/src/cowboy_stream_h.erl:296: :cowboy_stream_h.execute/3
    (cowboy 2.6.3) /Users/mandalarian/Github/live-view-chat/deps/cowboy/src/cowboy_stream_h.erl:274: :cowboy_stream_h.request_process/3
    (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3


Webpack is watching the files…

Browserslist: caniuse-lite is outdated. Please run next command `npm update`
Hash: 65e3447b1d1f05fa4e81
Version: webpack 4.4.0
Time: 2411ms
Built at: 11/4/2020 12:31:03 PM
                Asset       Size       Chunks             Chunk Names
       ../css/app.css   10.8 KiB  ./js/app.js  [emitted]  ./js/app.js
               app.js   83.8 KiB  ./js/app.js  [emitted]  ./js/app.js
        ../robots.txt  202 bytes               [emitted]
       ../favicon.ico   1.23 KiB               [emitted]
../images/phoenix.png   13.6 KiB               [emitted]
   [0] multi ./js/app.js 28 bytes {./js/app.js} [built]
[../deps/phoenix_html/priv/static/phoenix_html.js] 2.21 KiB {./js/app.js} [built]
[../deps/phoenix_live_view/priv/static/phoenix_live_view.js] 71.4 KiB {./js/app.js} [built]
[./css/app.css] 39 bytes {./js/app.js} [built]
[./js/app.js] 1.99 KiB {./js/app.js} [built]
    + 2 hidden modules
Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!css/app.css:
    [./node_modules/css-loader/dist/cjs.js!./css/app.css] 284 bytes {mini-css-extract-plugin} [built]
    [./node_modules/css-loader/dist/cjs.js!./css/phoenix.css] 11.1 KiB {mini-css-extract-plugin} [built]
        + 1 hidden module
[info] GET /
[debug] ** (Phoenix.Router.NoRouteError) no route found for GET / (PhatWeb.Router)
    (phat 0.1.0) lib/phat_web/router.ex:1: PhatWeb.Router.__match_route__/4
    (phat 0.1.0) lib/phoenix/router.ex:304: PhatWeb.Router.call/2
    (phat 0.1.0) lib/phat_web/endpoint.ex:1: PhatWeb.Endpoint.plug_builder_call/2
    (phat 0.1.0) lib/plug/debugger.ex:122: PhatWeb.Endpoint."call (overridable 3)"/2
    (phat 0.1.0) lib/phat_web/endpoint.ex:1: PhatWeb.Endpoint.call/2
    (phoenix 1.4.4) lib/phoenix/endpoint/cowboy2_handler.ex:33: Phoenix.Endpoint.Cowboy2Handler.init/2
    (cowboy 2.6.3) /Users/mandalarian/Github/live-view-chat/deps/cowboy/src/cowboy_handler.erl:41: :cowboy_handler.execute/2
    (cowboy 2.6.3) /Users/mandalarian/Github/live-view-chat/deps/cowboy/src/cowboy_stream_h.erl:296: :cowboy_stream_h.execute/3
    (cowboy 2.6.3) /Users/mandalarian/Github/live-view-chat/deps/cowboy/src/cowboy_stream_h.erl:274: :cowboy_stream_h.request_process/3
    (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3

[info] GET /sessions/new
[debug] Processing with PhatWeb.SessionController.new/2
  Parameters: %{}
  Pipelines: [:browser]
[info] Sent 200 in 94ms
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[info] POST /sessions
[debug] Processing with PhatWeb.SessionController.create/2
  Parameters: %{"_csrf_token" => "KCszDRZSLCQoNAdgLUYcDUVbQhNKAAAAFOa5c5xLlM0PB27Djh0czg==", "_utf8" => "", "user" => %{"email" => "aarmand.inbox@gmail.com", "password" => "[FILTERED]"}}
  Pipelines: [:browser]
[debug] QUERY OK source="users" db=4.5ms decode=2.5ms queue=4.0ms
SELECT u0."id", u0."first_name", u0."last_name", u0."email", u0."encrypted_password", u0."inserted_at", u0."updated_at" FROM "users" AS u0 WHERE (u0."email" = $1) ["aarmand.inbox@gmail.com"]
[info] Sent 302 in 60ms
[info] GET /sessions/new
[debug] Processing with PhatWeb.SessionController.new/2
  Parameters: %{}
  Pipelines: [:browser]
[info] Sent 200 in 882µs
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[info] GET /users/new
[debug] Processing with PhatWeb.UserController.new/2
  Parameters: %{}
  Pipelines: [:browser]
[info] Sent 200 in 12ms
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[info] POST /users
[debug] Processing with PhatWeb.UserController.create/2
  Parameters: %{"_csrf_token" => "XwgqEzowZzAyAw9ePx0dBgBwBgcfNgAA1lx+OW3Xvz8nPi6O/Ctw/Q==", "_utf8" => "", "user" => %{"email" => "aarmand.inbox@gmail.com", "first_name" => "Alain", "last_name" => "Armand", "password" => "[FILTERED]"}}
  Pipelines: [:browser]
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[debug] QUERY OK db=12.5ms queue=4.7ms
INSERT INTO "users" ("email","encrypted_password","first_name","last_name","inserted_at","updated_at") VALUES ($1,$2,$3,$4,$5,$6) RETURNING "id" ["aarmand.inbox@gmail.com", "$2b$12$RxzQsFtceAwX72ODw1qfAeUss7.SXH2VIVFdszLt39y56q5PTfyGO", "Alain", "Armand", ~N[2020-11-04 11:33:00], ~N[2020-11-04 11:33:00]]
[info] Sent 302 in 916ms
[info] GET /users/1
[debug] Processing with PhatWeb.UserController.show/2
  Parameters: %{"id" => "1"}
  Pipelines: [:browser]
[debug] QUERY OK source="users" db=2.4ms queue=2.2ms
SELECT u0."id", u0."first_name", u0."last_name", u0."email", u0."encrypted_password", u0."inserted_at", u0."updated_at" FROM "users" AS u0 WHERE (u0."id" = $1) [1]
[info] Sent 200 in 14ms
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[info] POST /sessions
[debug] Processing with PhatWeb.SessionController.create/2
  Parameters: %{"_csrf_token" => "FFQKXkI2JAs3D2F0IQZoEHgLFxR2NgAAz0Xf7QpcsvVDNrCYW8edFQ==", "_utf8" => "", "user" => %{"email" => "aarmand.inbox@gmail.com", "password" => "[FILTERED]"}}
  Pipelines: [:browser]
[debug] QUERY OK source="users" db=6.3ms
SELECT u0."id", u0."first_name", u0."last_name", u0."email", u0."encrypted_password", u0."inserted_at", u0."updated_at" FROM "users" AS u0 WHERE (u0."email" = $1) ["aarmand.inbox@gmail.com"]
[info] Sent 302 in 341ms
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] GET /chats
[debug] Processing with PhatWeb.ChatController.index/2
  Parameters: %{}
  Pipelines: [:browser]
[debug] QUERY OK source="users" db=3.0ms queue=0.1ms
SELECT u0."id", u0."first_name", u0."last_name", u0."email", u0."encrypted_password", u0."inserted_at", u0."updated_at" FROM "users" AS u0 WHERE (u0."id" = $1) [1]
[debug] QUERY OK source="chats" db=2.8ms queue=3.5ms
SELECT c0."id", c0."room_name", c0."inserted_at", c0."updated_at" FROM "chats" AS c0 []
[info] Sent 200 in 16ms
[info] Replied phoenix:live_reload :ok
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[info] GET /chats
[debug] Processing with PhatWeb.ChatController.index/2
  Parameters: %{}
  Pipelines: [:browser]
[debug] QUERY OK source="users" db=10.7ms queue=0.1ms
SELECT u0."id", u0."first_name", u0."last_name", u0."email", u0."encrypted_password", u0."inserted_at", u0."updated_at" FROM "users" AS u0 WHERE (u0."id" = $1) [1]
[debug] QUERY OK source="chats" db=7.4ms
SELECT c0."id", c0."room_name", c0."inserted_at", c0."updated_at" FROM "chats" AS c0 []
[info] Sent 200 in 19ms
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
[info] GET /chats
[debug] Processing with PhatWeb.ChatController.index/2
  Parameters: %{}
  Pipelines: [:browser]
[debug] QUERY OK source="users" db=1.7ms
SELECT u0."id", u0."first_name", u0."last_name", u0."email", u0."encrypted_password", u0."inserted_at", u0."updated_at" FROM "users" AS u0 WHERE (u0."id" = $1) [1]
[debug] QUERY OK source="chats" db=2.2ms
SELECT c0."id", c0."room_name", c0."inserted_at", c0."updated_at" FROM "chats" AS c0 []
[info] Sent 200 in 5ms
[info] CONNECT Phoenix.LiveView.Socket
  Transport: :websocket
  Connect Info: %{}
  Parameters: %{"vsn" => "2.0.0"}
[info] Replied Phoenix.LiveView.Socket :ok
[info] Replied phoenix:live_reload :ok
^C
BREAK: (a)bort (A)bort with dump (c)ontinue (p)roc info (i)nfo
       (l)oaded (v)ersion (k)ill (D)b-tables (d)istribution
a

~/Github/live-view-chat master* 25m 25s
❯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment