vscode-leetcode icon indicating copy to clipboard operation
vscode-leetcode copied to clipboard

(node:8264) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use `node --trace-warnings ...` to show where the warning was created)

Open Malek-Zaag opened this issue 1 year ago • 13 comments

Hello, I am getting this when I am trying to submit python code

- Sending code to judge
(node:8264) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
[ERROR] session expired, please login again [code=-1]

though I am doing ok with java problems :). Do somebody has any idea of what's wrong with it ?

Malek-Zaag avatar May 04 '24 20:05 Malek-Zaag

same problem

xzjs avatar May 15 '24 03:05 xzjs

same problem +1

sjzlyl406 avatar May 18 '24 14:05 sjzlyl406

I had the same problem. I changed the version of node into 13.14.0 (just <14.0) and it works. Hope to help you.

MingzhuX avatar May 20 '24 08:05 MingzhuX

I had the same problem. I changed the version of node into 13.14.0 (just <14.0) and it works. Hope to help you.

it don`t work

huangyul avatar Jul 18 '24 05:07 huangyul

I meet the same problem. I log in again use leetcode.cn and it works. Hope to help you

adi-hld avatar Sep 12 '24 03:09 adi-hld

same problem

+1

LukerSpringtree avatar Nov 27 '24 02:11 LukerSpringtree

same problem.I cannot test and submit js code but I have solved this problem after I log in again,thanks @adi-hld

shuffblow avatar Dec 23 '24 06:12 shuffblow

I just encountered the same and had not found a solution yet.

ycsh-w avatar Mar 28 '25 23:03 ycsh-w

same problem, after logging it again, it works.

SkipperJK avatar Jun 17 '25 02:06 SkipperJK

Same:

Node: v22.14.0 Endpoint: Leetcode US

Tried logging out and logging in with cookie auth and web auth

uioporqwerty avatar Jul 03 '25 16:07 uioporqwerty

LOL got the same error, it just won't let me test my code but submission works. I asked ChatGpt, tried everything including logging in and out, reinstalling the plugin and downgrading Node, only to find out that the error is confined to the single problem. When I switch to other problems, testing works just fine.

Xinchengyuan avatar Jul 27 '25 11:07 Xinchengyuan

I met the same problom. Maybe try switch your endpoint will work.

lemna1234 avatar Aug 23 '25 00:08 lemna1234

Binding a shortcut to leetcode.deleteCache and clearing the cache helps.

zazabe avatar Sep 11 '25 20:09 zazabe