Skip to content
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

Sync doesnt want to upload. #799

Closed
SirTwsted opened this issue Mar 17, 2019 · 10 comments
Closed

Sync doesnt want to upload. #799

SirTwsted opened this issue Mar 17, 2019 · 10 comments

Comments

@SirTwsted
Copy link

When trying to upload via SYNC , I get an error popup window and the SYNC
doesnt seem to want to do its job.
Yes, I have already set up a GIST as I followed the instructions.

VS-Code Version: 1.32.3 (system setup)
Date: 2019-03-14T23:43:35.476Z
Electron: 3.1.6
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 6.1.7601
.
Screenshot_38

@shanalikhan
Copy link
Owner

whats the error logged in console ?

@SirTwsted
Copy link
Author

SirTwsted commented Mar 17, 2019

for some odd reason, there is nothing in console.
No matter what I do, it seems this is not working for me.
I followed instructions to the letter.
.
Screenshot_43

@shanalikhan
Copy link
Owner

The console is available on Help Menu > Toogle Developer tools
are shown in the image.

@digeomel
Copy link

I have the same problem, and the error I get in the console is:

image

In my vscode setttings I have:

"http.proxyStrictSSL": false,

And I'm on Windows 10 behind a corporate proxy.

@digeomel
Copy link

Notice that back in summer when I installed the extension, I managed to upload fine:

"lastUpload": "2018-08-27T09:37:00.854Z",

@przpl
Copy link

przpl commented Mar 19, 2019

I can't upload settings because I have the following error:

Screenshot from 2019-03-19 12-28-42

@shanalikhan
Copy link
Owner

#799 (comment) is due to certificates problem. see the link here
https://code.visualstudio.com/docs/setup/network#_ssl-certificates

back in summer when I installed the extension, I managed to upload

Yes as Settings Sync was completely disabling the SSL certificates issue which was reported and fixed : #776
Check the comments there and see if any options help

@digeomel
Copy link

#799 (comment) is due to certificates problem. see the link here
https://code.visualstudio.com/docs/setup/network#_ssl-certificates

back in summer when I installed the extension, I managed to upload

Yes as Settings Sync was completely disabling the SSL certificates issue which was reported and fixed : #776
Check the comments there and see if any options help

Thank you for your answer and the links you provided. The only thing that worked for me finally was to set up a Windows environment variable NODE_TLS_REJECT_UNAUTHORIZED=0.
I realize this is a security risk, but when you are behind an MS corporate proxy like ours, you're not left with many choices.

@SirTwsted
Copy link
Author

SirTwsted commented Mar 27, 2019

I would like to add a small note that my sister figured out recently.
If you have any errors in the Settings.json file after editing that file or something no matter how big or small that error is.
Sync will not upload or work until there are no errors in the Settings.json file of VS Code.
just a heads up, something she bumped into recently.

@shanalikhan
Copy link
Owner

Yes, settings.json should be valid JSON

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

4 participants