Skip to content

Cannot run Leetcode tests #886

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

Closed
youhengzhou opened this issue Jun 12, 2023 · 1 comment
Closed

Cannot run Leetcode tests #886

youhengzhou opened this issue Jun 12, 2023 · 1 comment

Comments

@youhengzhou
Copy link

🐛 Bug Report

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)
@youhengzhou
Copy link
Author

youhengzhou commented Jun 12, 2023

Leetcode was down at the time, it is back now and the tests are working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant