Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
evandrocoan opened this issue Nov 26, 2016 · 2 comments

Comments

@evandrocoan
Copy link
Contributor

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)

@FichteFoll
Copy link

FichteFoll commented Nov 26, 2016

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.

@evandrocoan
Copy link
Contributor Author

evandrocoan commented Nov 26, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants