Lotoen
Hello, I am currently using Elixir 1.18.4 and OTP 27 with Linux Mint 22.3 - Cinnamon 64-bit as my operating system. I came across this error on Vscode regarding Elixir LS, about how it’s crashed 5 times due to a supposed function clause error.
2026-06-09 19:18:11.366 [error] ** (FunctionClauseError) no function clause matching in IO.chardata_to_string/1
2026-06-09 19:18:11.366 [error]
2026-06-09 19:18:11.366 [error] The following arguments were given to IO.chardata_to_string/1:
2026-06-09 19:18:11.367 [error]
2026-06-09 19:18:11.367 [error] # 1
2026-06-09 19:18:11.367 [error] nil
2026-06-09 19:18:11.367 [error]
2026-06-09 19:18:11.367 [error] Attempted function clauses (showing 2 out of 2):
2026-06-09 19:18:11.367 [error]
2026-06-09 19:18:11.367 [error] def chardata_to_string(+string+) when -is_binary(string)-
2026-06-09 19:18:11.367 [error] def chardata_to_string(+list+) when -is_list(list)-
2026-06-09 19:18:11.367 [error]
2026-06-09 19:18:11.367 [error] (elixir 1.18.4) lib/io.ex:710: IO.chardata_to_string/1
2026-06-09 19:18:11.367 [error] (elixir 1.18.4) lib/file.ex:177: File.regular?/2
2026-06-09 19:18:11.367 [error] (mix 1.18.4) lib/mix/tasks/loadconfig.ex:41: Mix.Tasks.Loadconfig.load_default/0
2026-06-09 19:18:11.368 [error] (mix 1.18.4) lib/mix/task.ex:495: anonymous fn/3 in Mix.Task.run_task/5
2026-06-09 19:18:11.368 [error] /home/lotoen/.vscode/extensions/jakebecker.elixir-ls-0.31.0/elixir-ls-release/installer.exs:373: anonymous fn/7 in ElixirLS.Mix.install/2
2026-06-09 19:18:11.368 [error] (elixir 1.18.4) lib/file.ex:1665: File.cd!/2
2026-06-09 19:18:11.368 [error] /home/lotoen/.vscode/extensions/jakebecker.elixir-ls-0.31.0/elixir-ls-release/installer.exs:370: ElixirLS.Mix.install/2
2026-06-09 19:18:11.368 [error] /home/lotoen/.vscode/extensions/jakebecker.elixir-ls-0.31.0/elixir-ls-release/installer.exs:617: ElixirLS.Installer.install/12026-06-09 19:18:11.366 [error] ** (FunctionClauseError) no function clause matching in IO.chardata_to_string/1
2026-06-09 19:18:11.366 [error]
2026-06-09 19:18:11.366 [error] The following arguments were given to IO.chardata_to_string/1:
2026-06-09 19:18:11.367 [error]
2026-06-09 19:18:11.367 [error] # 1
2026-06-09 19:18:11.367 [error] nil
2026-06-09 19:18:11.367 [error]
2026-06-09 19:18:11.367 [error] Attempted function clauses (showing 2 out of 2):
2026-06-09 19:18:11.367 [error]
2026-06-09 19:18:11.367 [error] def chardata_to_string(+string+) when -is_binary(string)-
2026-06-09 19:18:11.367 [error] def chardata_to_string(+list+) when -is_list(list)-
2026-06-09 19:18:11.367 [error]
2026-06-09 19:18:11.367 [error] (elixir 1.18.4) lib/io.ex:710: IO.chardata_to_string/1
2026-06-09 19:18:11.367 [error] (elixir 1.18.4) lib/file.ex:177: File.regular?/2
2026-06-09 19:18:11.367 [error] (mix 1.18.4) lib/mix/tasks/loadconfig.ex:41: Mix.Tasks.Loadconfig.load_default/0
2026-06-09 19:18:11.368 [error] (mix 1.18.4) lib/mix/task.ex:495: anonymous fn/3 in Mix.Task.run_task/5
2026-06-09 19:18:11.368 [error] /home/lotoen/.vscode/extensions/jakebecker.elixir-ls-0.31.0/elixir-ls-release/installer.exs:373: anonymous fn/7 in ElixirLS.Mix.install/2
2026-06-09 19:18:11.368 [error] (elixir 1.18.4) lib/file.ex:1665: File.cd!/2
2026-06-09 19:18:11.368 [error] /home/lotoen/.vscode/extensions/jakebecker.elixir-ls-0.31.0/elixir-ls-release/installer.exs:370: ElixirLS.Mix.install/2
2026-06-09 19:18:11.368 [error] /home/lotoen/.vscode/extensions/jakebecker.elixir-ls-0.31.0/elixir-ls-release/installer.exs:617: ElixirLS.Installer.install/1
I’ve already tried
-
Restarting & Reinstalling Vscode
-
Disabling and enabling the Elixir LS extension
-
Deleting the _build folder
-
Reinstalling dependencies
-
Restarting the docker containers holding my elixir project
-
Manually running
mix compilein the terminal -
Restarting the elixir language server
So, any help solving this error would be greatly appreciated.
Trending in Troubleshooting
Hello, I’ve found an interesting non-backwards-compatible change in Elixir 1.20.
For context: There exists a project called PolyHok, whi...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











First Post!- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
christhekeele
Welcome to the forum!
This stacktrace tells me that your
mix.exsis setting:config_pathtonil, or:config_pathis not set. More recent versions of Elixir check for thenilcase but 1.18.4 does not. I would check yourmix.exsconfig for issues.