Created
March 24, 2019 16:26
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "bootstrapped": true, | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_packages": | |
| [ | |
| "Package Control", | |
| "Sync Settings" | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "access_token": "blahblahblahblahblahblah", | |
| "gist_id": "blahblahblahblahblahblah" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment