Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save skorasaurus/3226b2c0458a4b0fa28792f6b1ebbe97 to your computer and use it in GitHub Desktop.

Select an option

Save skorasaurus/3226b2c0458a4b0fa28792f6b1ebbe97 to your computer and use it in GitHub Desktop.
The values in b-SyncSettings-sublime arenotcorrect; I replaced them with dummy text but the formatting is the same.
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Package Control",
"Sync Settings"
]
}
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/skors/.config/sublime-text-3/Installed Packages/Sync Settings.sublime-package/sync_settings/commands/download.py", line 50, in download
manager.get_content(path.join(self.temp_folder, path.encode('Package Control.sublime-settings')))
File "./python3.3/json/__init__.py", line 316, in loads
File "./python3.3/json/decoder.py", line 351, in decode
File "./python3.3/json/decoder.py", line 369, in raw_decode
ValueError: No JSON object could be decoded
ERROR:Sync Settings.sync_settings.libs.logger:No JSON object could be decoded
Traceback (most recent call last):
File "./python3.3/json/decoder.py", line 367, in raw_decode
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/skors/.config/sublime-text-3/Installed Packages/Sync Settings.sublime-package/sync_settings/commands/download.py", line 50, in download
manager.get_content(path.join(self.temp_folder, path.encode('Package Control.sublime-settings')))
File "./python3.3/json/__init__.py", line 316, in loads
File "./python3.3/json/decoder.py", line 351, in decode
File "./python3.3/json/decoder.py", line 369, in raw_decode
ValueError: No JSON object could be decoded
{
"access_token": "blahblahblahblahblahblah",
"gist_id": "blahblahblahblahblahblah"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment