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 9 months ago • 5 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