๐ 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:
๐ช 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.
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?
Most helpful comment
Can you try removing the
sync.gistsetting fromsettings.jsonand trying to upload again? The error is caused by a 404 status from octokit, which might mean your gist id is invalid.