-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Cannot access extensions marketplace clone #1463
Comments
@nsadeh What exactly does it say? Could it not resolve the host? Could it not connect to the IP? Would be a good idea to check the debug console as well. @code-asher any other debugging tips? |
It says "cannot connect to the extensions marketplace at this time, please try again later". I tried to get to the docs through the VSCode terminal but copy-paste didn't work so I gave up. Through Blink, most of the files in Debugger couldn't start because of no extension access. |
See #1106 for some potential copy/paste workarounds. Running code-server with It can also be helpful to open the browser devtools and go to the network tab to see what requests VS Code is trying to make to |
I get the following out of the Chrome network tab headers: Will run with logs in a second |
Ok so running with the log option didn’t work, code-server says it does know about it. Here is what
Looks like I need to give it access to port 88. I don’t know how to do that off my head because I never learned how networking on computers works but I can google more into it. EDIT: |
After
|
Oh interesting that's a rather old version of code-server. If you can, trying out the 3.0.1 pre-release might be worth a shot. It looks like that might be your own IP address? When I browsed to it I was able to access an instance of code-server without any authorization. I removed the IP from your posts and the post revision history just in case but you might want to add some password authentication. I'm not sure why it's trying to connect to itself over port 88. It's supposed to be connecting to When I try v1 and v2 I get a different error; |
Really appreciate it @code-asher - I started running without auth as I was using multiple devices and got careless with the IP. I'll try the newer version. Where would I go to change the address it's trying to connect to? |
There is an environment variable |
I redid the installation and now I can, but my extension doesn’t work with code-server. |
I downloaded and installed code server on a Digital Ocean droplet following this guide. Everything works except when I go to the Extensions tab to install extensions from the marketplace clone (as I understand it). It’s unable to connect.
I know I can install manually from the VSIX files but it’s a huge hassle and since I am limited to command line (running on iPad) I need to find a
wget
link which is not always available.The text was updated successfully, but these errors were encountered: