Igniter crash

I'm running into an issue on Windows where Igniter crashes with the following error during ash_authentication setup, getting an arguement error {:error, :enoent}. It seems to be coming from a call to System.cmd("tty", []) in the tty?/0 function, which fails because tty doesn’t exist on Windows.
3 Replies
sevenseacat
sevenseacat3mo ago
oooh that would probably be related to changes Zach made around ttys the other day. can you open an issue in the Igniter repo?
Lokesh
LokeshOP3mo ago
sure, will do. Thanks!
Lokesh
LokeshOP3mo ago
GitHub
Igniter Crash in Windows due to unexpected argument · Issue #313 ...
Versions {:igniter, "~> 0.3"} Operating system Windows 11 Current Behavior It seems to be coming from a call to System.cmd("tty", []) in the tty?/0 function, which fails beca...

Did you find this page helpful?