-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The LeetCode plug-in cannot be used. The following error is reported when logging in #579
Comments
Please provide your node version. See it by executing |
v14.4.0
…------------------ 原始邮件 ------------------
发件人: "Sheng Chen"<notifications@github.com>;
发送时间: 2020年6月23日(星期二) 上午9:25
收件人: "LeetCode-OpenSource/vscode-leetcode"<vscode-leetcode@noreply.github.com>;
抄送: "1018988577"<1018988577@qq.com>;"Author"<author@noreply.github.com>;
主题: Re: [LeetCode-OpenSource/vscode-leetcode] The LeetCode plug-in cannot be used. The following error is reported when logging in (#579)
Please provide your node version. See it by executing node -v in cmd/terminal.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Yeah, I have the same problem. node -v |
@codingYH it seems a node bug, see foreversd/forever#1077 |
same with me |
same with me my node version is v21.7.1 Status signed in successfully (node:26668) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency |
same with me |
node v20.12.1 and the same story, seems like it wasn't fixed upstream, or maybe never was a node issue first of all |
This problem went away for me after disabling format on save and reformatting all lines of code to fit in single lines (instead of having long lines of code split across multiple lines). It seems Leetcode did not like the way that the vscode formatter moved code to new lines and padded the whitespace in front. |
I encountered this issue again testing a c++ solution for leetcode problem # 349. The following code gives an error:
But this code below does not. The only difference is
Here's the error I get in vscode's output panel:
Leetcode version:
node version: Hopefully someone can reproduce this bug. |
Issue Type: Bug
(node:17460) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use
node --trace-warnings ...
to show where the warning was created)[ERROR] Error: unable to verify the first certificate
Extension version: 0.16.2
VS Code version: Code 1.46.1 (cd9ea6488829f560dc949a8b2fb789f3cdc05f5d, 2020-06-17T21:13:20.174Z)
OS version: Windows_NT x64 10.0.19041
System Info
flash_3d: disabled_software
flash_stage3d: disabled_software
flash_stage3d_baseline: disabled_software
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: disabled_off
rasterization: disabled_software
skia_renderer: disabled_off_ok
video_decode: disabled_software
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: unavailable_software
webgl2: unavailable_software
The text was updated successfully, but these errors were encountered: