intellij-elixir icon indicating copy to clipboard operation
intellij-elixir copied to clipboard

Debugger cannot attach to process.

Open MichaelJThomas-2016 opened this issue 1 year ago • 1 comments

Describe the bug

When attempting to run my project via the debugger, the console repeatedly claims:

[error] ** :"[email protected]": Connection attempt from node :"[email protected]" rejected since it cannot handle [~c"V4_NC", ~c"UNLINK_ID"].**

Which is weird because it will run it normally.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior The server to start up normally

Screenshots

Screenshot 2023-12-13 at 7 31 37 PM

Logs Just endless logs of ^.

Desktop:

  • OS: macoOS Ventura
  • Version 13.0

Erlang:

  • Installer homebrew
  • Version 14.0.2

Elixir:

  • Installer homebrew
  • Version 1.15.7

Plugin:

  • Version 15.1.0

Additional context Add any other context about the problem here.

MichaelJThomas-2016 avatar Dec 14 '23 00:12 MichaelJThomas-2016

looks like it has something to do with the OTP version. in OTP 26 the DFLAG_V4_NC is mandatory and is causing this error

@KronicDeth any tips on how to solve it? I could open a PR if I have some instructions :)

nykolaslima avatar Dec 15 '23 00:12 nykolaslima