Problems not visible
🐛 Bug Report
I'm unable to view any problems, although they are appearing in the list. I am logged in. The following message is shown as an output:
- Downloading two-sum
(node:34228) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use
node --trace-warnings ...to show where the warning was created) [ERROR] Error: getaddrinfo ENOTFOUND leetcode.com
To Reproduce
Click on preview problem.
Extension Output
- Downloading two-sum
(node:34228) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use
node --trace-warnings ...to show where the warning was created) [ERROR] Error: getaddrinfo ENOTFOUND leetcode.com
Error running command leetcode.previewProblem: Command ""C:\Program Files\nodejs\node.exe" "c:\Users\Dell.vscode\extensions\leetcode.vscode-leetcode-0.18.1\node_modules\vsc-leetcode-cli\bin\leetcode",show,1,-x" failed with exit code "0".. This is likely caused by the extension that contributes leetcode.previewProblem.
Are you use it on campus or company? because that will have network constraint.
I also got same problem, but when I switch network, it does not work.
I also got same problem, but when I switch network, it does not work.
By the way, I stop use the remote ssh plugin to develop in remote server, and use this plugin in local computer, and everything go work, everything is ok. My nodejs version is v16.14.2
I also got same problem, but when I switch network, it does not work.
By the way, I stop use the remote ssh plugin to develop in remote server, and use this plugin in local computer, and everything go work, everything is ok. My nodejs version is v16.14.2
I got the same problem. QAQ