Lotoen

Lotoen

FunctionClauseError Elixir LS Crash

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 compile in the terminal

  • Restarting the elixir language server

So, any help solving this error would be greatly appreciated.

First Post!

christhekeele

christhekeele

Welcome to the forum!

This stacktrace tells me that your mix.exs is setting :config_path to nil, or :config_path is not set. More recent versions of Elixir check for the nil case but 1.18.4 does not. I would check your mix.exs config for issues.

Where Next?

Popular in Troubleshooting Top

rathoud96
Environment Elixir 1.18.3-otp-27 / OTP 27.3.4 Oban 2.20.2 Phoenix 1.7.x db_connection 2.8.1 / Postgrex 0.21.1 Infrastructure: Google Cl...
New
ndan
Oban.Pro.Migration.up(version: "1.7.0", only: :indexes) fails on partitioned oban_jobs table when upgrading Oban Pro from 1.6 to 1.7 def...
New
AstraLuma
Experienced programmer writer her first Elixir, and maybe bit off more than she can chew? I’m trying to start two GenServers, where the ...
New
hyperoceanic
Having read the book, I’m keen to explore Ash a bit more, but I’m falling at the first hurdle - the creation of a new project. Here’s my...
New
anotherpit
Summary A downstream job that deps on a graft correctly waits for the grafted jobs at one graft level, but stops waiting when the workflo...
New
lunipaws
while setting up my development enviroment I encountered an issue that I just haven’t been able to resolve after running mix phx.gen.cer...
New
nwjlyons
or put another way, can I run a chunked worker on a queue which has no global limit set?
New

Other popular topics Top

rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
dblack
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar. I p...
New

We're in Beta

About us Mission Statement