You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I submit or test with default test cases it does not work and shows error messages instead. Is this a problem that happens on my end? Could you help with this issue? Thanks for the great extension btw.
To Reproduce
Just clicking submit or test.
Expected behavior
It should do the submitting / testing.
Extension Output
Sending code to judge
(node:41492) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use node --trace-warnings ... to show where the warning was created)
[ERROR] http error [code=499]
Guidance: Press Ctrl+Shift+U, and toggle the channel to LeetCode.
Your Environment
os: Windows 11
extension settings: default
nodejs version: v14.18.0
vscode version: 1.82.3
extension version: v0.18.1
The text was updated successfully, but these errors were encountered:
I had the same trouble with the test/submit and 499 error in console.
It was solved once I copied full cookie. To get full cookie I just opened F12 - Network and navigated to Problems link - https://leetcode.com/problemset/
🐛 Bug Report
Hi, when I submit or test with default test cases it does not work and shows error messages instead. Is this a problem that happens on my end? Could you help with this issue? Thanks for the great extension btw.
To Reproduce
Just clicking submit or test.
Expected behavior
It should do the submitting / testing.
Extension Output
(node:41492) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use
node --trace-warnings ...
to show where the warning was created)[ERROR] http error [code=499]
Guidance: Press
Ctrl+Shift+U
, and toggle the channel toLeetCode
.Your Environment
The text was updated successfully, but these errors were encountered: