-
Select Topic AreaBug BodyI can login fine from my Mac using IntelliJ IDEA Ultimate, but I can't do so from Ubuntu. I don't have a proxy. OS: Ubuntu 22.04.1LTS (arm64) I think these are the relevant log lines:
The agent had this output:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I managed to login. I think I figured it out. Instead of running IntelliJ from a desktop icon, I ran it from the command line using the Ubuntu's default node is very old:
But in my shell, I use
So yeah, it would be nice if the Copilot plugin did a version check on node and gave users an appropriate error message. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Wow i can't believe it was this issue :) @huyl thanks !! i upgraded NodeJS from 16 -> 18 and it did succeed to work inside Devcontainer in Intellij .... maybe this should be better fixed to give proper messaage in this error ? do you know who can i contact to ping to fix it in order to save some hours/day for someone who will encounter this issue ? :) |
Beta Was this translation helpful? Give feedback.
-
SM-A025F
Pada Sel, 21 Jan 2025 18.37, AvishayHirsh ***@***.***>
menulis:
… Wow i can't believe it was this issue :) @huyl <https://github.com/huyl>
thanks !! i upgraded NodeJS from 16 -> 18 and it did succeed to work inside
Devcontainer in Intellij .... maybe this should be better fixed to give
proper messaage in this error ? do you know who can i contact to ping to
fix it in order to save some hours/day for someone who will encounter this
issue ? :)
—
Reply to this email directly, view it on GitHub
<#40685 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATLHTSALDDVA35YV3XB7EDT2LYWOFAVCNFSM6AAAAABKOTLDQKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJQGE2DIMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
I managed to login.
I think I figured it out. Instead of running IntelliJ from a desktop icon, I ran it from the command line using the
idea
script. So I think this gave IntelliJ a newer node.Ubuntu's default node is very old:
But in my shell, I use
nodenv
to get a newer node:So yeah, it would be nice if the Copilot plugin did a version check on node and gave users an appropriate error message.