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
When trying to run tests using the solution, this error appears:
(node:22716) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
- Sending code to judge
(node:11816) 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=503]
To Reproduce
Open a problem, for example, 2sums, write some sample code, and try to run the leetcode tests.
And the tests will stall out and never run.
Expected behavior
It should show a new window with the results of the leetcode test.
Extension Output
(node:22716) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
- Sending code to judge
(node:11816) 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=503]
Your Environment
os: windows 11
extension settings: N/A
nodejs version: v18.12.1
vscode version: latest
extension version: v0.18.1 (latest at the time)
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
When trying to run tests using the solution, this error appears:
To Reproduce
Open a problem, for example, 2sums, write some sample code, and try to run the leetcode tests.
And the tests will stall out and never run.
Expected behavior
It should show a new window with the results of the leetcode test.
Extension Output
Your Environment
The text was updated successfully, but these errors were encountered: