EditPreferences icon indicating copy to clipboard operation
EditPreferences copied to clipboard

ValueError: Expecting property name enclosed in double quotes: line 655 column 9 (char 25131)

Open evandrocoan opened this issue 7 years ago • 2 comments

ValueError: Expecting property name enclosed in double quotes: line 655 column 9 (char 25131)

When opening the:

image

Traceback (most recent call last):
  File "D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\sublime_plugin.py", line 797, in run_
    return self.run()
  File "commands_base in D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\Data\Installed Packages\Edit Preferences.sublime-package", line 58, in run
  File "commands_base in D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\Data\Installed Packages\Edit Preferences.sublime-package", line 26, in glob_and_parse_package_json
  File "./python3.3/json/__init__.py", line 329, in loads
  File "./python3.3/json/decoder.py", line 351, in decode
  File "./python3.3/json/decoder.py", line 367, in raw_decode
  File "jsonix in D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\Data\Installed Packages\Edit Preferences.sublime-package", line 180, in _scan_once
  File "./python3.3/json/decoder.py", line 197, in JSONObject
  File "jsonix in D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\Data\Installed Packages\Edit Preferences.sublime-package", line 180, in _scan_once
  File "./python3.3/json/decoder.py", line 197, in JSONObject
  File "jsonix in D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\Data\Installed Packages\Edit Preferences.sublime-package", line 180, in _scan_once
  File "./python3.3/json/decoder.py", line 219, in JSONObject
ValueError: Expecting property name enclosed in double quotes: line 655 column 9 (char 25131)

evandrocoan avatar Nov 26 '16 13:11 evandrocoan

Can you provide a list of your installed packages? Just so I could be sure it is the bug I assume it to be when I allocate some time to this package.

FichteFoll avatar Nov 26 '16 14:11 FichteFoll

Ok. This are all my packages currently installed:

  1. https://github.com/evandrocoan/SublimeTextStudio/blob/develop/User/Package%20Control.sublime-settings

On the list installed_packages you will find all installed by package control. On the list auto_upgrade_ignore you will find all installed by git clone. Some packages are unlisted because they are small and just created right on the main repo.

  1. https://github.com/evandrocoan/SublimeTextStudio/tree/develop

evandrocoan avatar Nov 26 '16 17:11 evandrocoan