Code-settings-sync: Error when uploading gist

Created on 5 Apr 2019  ยท  4Comments  ยท  Source: shanalikhan/code-settings-sync

๐Ÿ› Describe the bug
A clear and concise description of what the bug is. You are always welcome to check the Troubleshooting section before filing the ticket.

๐ŸŒด *Visual Studio Code Version : 1.33.0
๐ŸŒด *
Code Settings Sync Version : 3.2.8
๐ŸŒด *Standard or Insiders : Standard
๐ŸŒด *
OSS or Portable :
๐ŸŒด *Operating System : Windows 10 Pro
๐ŸŒด *
Occurs On: Upload
๐ŸŒด *Proxy Enabled: No
๐ŸŒด *
Gist Id: 9bd30bdd1594daff0a48b5f72b330db4ea087997

๐Ÿ“ฐ To Reproduce
Steps to reproduce the behavior:

  1. Go to Command prompt, Sync, Upload (Shift+Alt+U does not work)
  2. Click on Immediate error Sync : Error Logged In Console (Help menu > Toggle Developer Tools).
  3. Scroll down to
  4. See error

๐Ÿ’ช Expected behavior
A clear and concise description of what you expected to happen.

๐Ÿ“บ Console Error Log
IHttpError: Not Found
at module.exports.e.exports.then.n.text.then.r (c:\Users\Larry.vscode\extensions\shan.code-settings-sync-3.2.8\out\extension.js:130:50403)
at process._tickCallback (internal/process/next_tick.js:68:7)

๐Ÿ“บ Additional context
Add any other context about the problem here.

Most helpful comment

Can you try removing the sync.gist setting from settings.json and trying to upload again? The error is caused by a 404 status from octokit, which might mean your gist id is invalid.

All 4 comments

Can you try removing the sync.gist setting from settings.json and trying to upload again? The error is caused by a 404 status from octokit, which might mean your gist id is invalid.

Yes, that did it. I am sorry I categorized this situation as a bug.

On Sat, Apr 6, 2019 at 4:18 PM Arno Hovhannisyan notifications@github.com
wrote:

Can you try removing the sync.gist setting from settings.json and trying
to upload again? The error is caused by a 404 status from octokit, which
might mean your gist id is invalid.

โ€”
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/shanalikhan/code-settings-sync/issues/829#issuecomment-480545024,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABTD7pzY18S3yXz8rFvsZsfL4JkFz18Jks5veStcgaJpZM4cfTJl
.

@larrym It's ok, at least you got it working :)

please, i want to know how to remove the sync.gist setting from settings.json ? is that delete the "token" in thesynclocalsettings.json, if that's right, why i failed when i try upload again?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

robertpeteuil picture robertpeteuil  ยท  5Comments

jdshkolnik picture jdshkolnik  ยท  3Comments

hfcheng66 picture hfcheng66  ยท  5Comments

mklement0 picture mklement0  ยท  5Comments

axetroy picture axetroy  ยท  4Comments