-
Notifications
You must be signed in to change notification settings - Fork 666
"There is no data provider registered that can provide view data." #238
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
Comments
@gislu Please provide more information about your environment etc... to help us understand your situation. Meanwhile, you can check if this document could help: https://github.com/jdneo/vscode-leetcode/wiki/Troubleshooting If your Node.js is lower than 8, then I'm sorry that currently, it's a hard dependency for Node.js 8+. Well, we are planning to write a new lib to remove the dependency on Node.js |
@jdneo emmm, I meet the same problem, baby. I have intalled nodejs v8.x, v10.x and v11.x, but vscode still told me that command leetcode.signin not found. My os is ubuntu 18.04 LTS. Interesting, I didn't meet this problem last week when I used vscode on ubuntu 16.04. |
@LiRongbupt Could you try to remove |
Solve this when I reinstall with old version 0.12.0. Then I can got error message: 'login: login: pass: [ERROR] Error: connect ETIMEDOUT 104.24.125.31:443' |
But I can login leetcode in browser normally. Does we use different way to make login post? |
@gislu You can open |
I'm sorry that it doesn't work. Everytime I restart vscode, the directory .lc is created automatically. |
@LiRongbupt Are you using the 3-party bash in Ubuntu? |
@jdneo No, but I solved the problem. First I uninstall vscode and remove .lc/ and .vscode/, then I re-install code and the plugin works well. |
@LiRongbupt Good to know the problem get solved. I'll leave an eye on this problem in the future. |
I meet the same problem. My os is macOS 10.14, and vscode 1.32.3, node v11.12.0, bash is iTerm2。I have tried restart vscode and OS, but it still says leetcode.signin not found |
Closing this issue and tracking with #227. |
When I installed the plugin and restart my VSCode, I only got this message: "There is no data provider registered that can provide view data."
I guess this happened because my company ban some kinds of request ( but I am still able to log in leetcode website and solve question). Do you guys have any idea of my issue?
The text was updated successfully, but these errors were encountered: