Installer crash
I'm trying to install ash with some goodies but I hit an unrecoverable error and everything crashes.
I'm using OTP 27 per Zach's recommendation
relevant logs
I have no idea what I'm doing peeps I'm a NodeJS dev in recovery
I'm using OTP 27 per Zach's recommendation
relevant logs
==> telemetry_metrics
Compiling 7 files (.ex)
** (EXIT from #PID<0.95.0>) an exception was raised:
** (RuntimeError) found error while checking types for Telemetry.Metrics.ConsoleReporter.terminate/2:
** (MatchError) no match of right hand side value: {:EXIT, {:badarg, [{:erlang, :binary_to_atom, [<<116, 101, 108, 101, 109, 101, 116, 114, 121, 96, 97, 116, 116, 97, 99, 104, 176, 97, 116, 116, 97, 99, 104, 95, 109, 97, 110, 121, 64, 116, 121, 112, 101, 96, 101, 114, 108, 97, 110, 103, 128, ...>>, :utf8], [error_info: %{module: :erl_erts_errors}]}, {:beam_lib, :extract_atom, 2, [file: ~c"beam_lib.erl", line: 1217]}, {:beam_lib, :get_atom_data, 8, [file: ~c"beam_lib.erl", line: 981]}, {:beam_lib, :scan_beam1, 2, [file: ~c"beam_lib.erl", line: 942]}, {:beam_lib, :scan_beam, 4, [file: ~c"beam_lib.erl", line: 927]}, {:beam_lib, :read_chunk_data, 3, [file: ~c"beam_lib.erl", line: 899]}, {:beam_lib, :read_chunk_data, 2, [file: ~c"beam_lib.erl", line: 890]}, {Module.ParallelChecker, :cache_module, 2, [file: ~c"lib/module/parallel_checker.ex", line: 360]}]}}
The exception happened while checking this code:
def terminate(_, events) do
for event <- events do
:telemetry.detach({Telemetry.Metrics.ConsoleReporter, event, :erlang.self()})
end
:ok
end
Please report this bug at: https://github.com/elixir-lang/elixir/issues
(stdlib 6.0) beam_lib.erl:899: :beam_lib.read_chunk_data/3
(stdlib 6.0) beam_lib.erl:890: :beam_lib.read_chunk_data/2
(elixir 1.17.0) lib/module/parallel_checker.ex:360: Module.ParallelChecker.cache_module/2
(elixir 1.17.0) lib/module/types/of.ex:318: Module.Types.Of.remote/6
(elixir 1.17.0) lib/enum.ex:2531: Enum."-reduce/3-lists^foldl/2-0-"/3
(elixir 1.17.0) lib/module/types/of.ex:299: Module.Types.Of.remote/8
(elixir 1.17.0) lib/module/types/expr.ex:333: Module.Types.Expr.of_expr/3
(elixir 1.17.0) lib/module/types/expr.ex:287: Module.Types.Expr.of_expr/3
Setup complete!
Project 'susflix' created with OTP 27 support==> telemetry_metrics
Compiling 7 files (.ex)
** (EXIT from #PID<0.95.0>) an exception was raised:
** (RuntimeError) found error while checking types for Telemetry.Metrics.ConsoleReporter.terminate/2:
** (MatchError) no match of right hand side value: {:EXIT, {:badarg, [{:erlang, :binary_to_atom, [<<116, 101, 108, 101, 109, 101, 116, 114, 121, 96, 97, 116, 116, 97, 99, 104, 176, 97, 116, 116, 97, 99, 104, 95, 109, 97, 110, 121, 64, 116, 121, 112, 101, 96, 101, 114, 108, 97, 110, 103, 128, ...>>, :utf8], [error_info: %{module: :erl_erts_errors}]}, {:beam_lib, :extract_atom, 2, [file: ~c"beam_lib.erl", line: 1217]}, {:beam_lib, :get_atom_data, 8, [file: ~c"beam_lib.erl", line: 981]}, {:beam_lib, :scan_beam1, 2, [file: ~c"beam_lib.erl", line: 942]}, {:beam_lib, :scan_beam, 4, [file: ~c"beam_lib.erl", line: 927]}, {:beam_lib, :read_chunk_data, 3, [file: ~c"beam_lib.erl", line: 899]}, {:beam_lib, :read_chunk_data, 2, [file: ~c"beam_lib.erl", line: 890]}, {Module.ParallelChecker, :cache_module, 2, [file: ~c"lib/module/parallel_checker.ex", line: 360]}]}}
The exception happened while checking this code:
def terminate(_, events) do
for event <- events do
:telemetry.detach({Telemetry.Metrics.ConsoleReporter, event, :erlang.self()})
end
:ok
end
Please report this bug at: https://github.com/elixir-lang/elixir/issues
(stdlib 6.0) beam_lib.erl:899: :beam_lib.read_chunk_data/3
(stdlib 6.0) beam_lib.erl:890: :beam_lib.read_chunk_data/2
(elixir 1.17.0) lib/module/parallel_checker.ex:360: Module.ParallelChecker.cache_module/2
(elixir 1.17.0) lib/module/types/of.ex:318: Module.Types.Of.remote/6
(elixir 1.17.0) lib/enum.ex:2531: Enum."-reduce/3-lists^foldl/2-0-"/3
(elixir 1.17.0) lib/module/types/of.ex:299: Module.Types.Of.remote/8
(elixir 1.17.0) lib/module/types/expr.ex:333: Module.Types.Expr.of_expr/3
(elixir 1.17.0) lib/module/types/expr.ex:287: Module.Types.Expr.of_expr/3
Setup complete!
Project 'susflix' created with OTP 27 supportI have no idea what I'm doing peeps I'm a NodeJS dev in recovery
