Sublime Forum

Package Manager JSON Parse Error

#1

Hey,

I’m running build 2181 and have started to get this error: cl.ly/3P372X341E0A1X223W0j when selecting to install a package through package manager:
Package Control: Error parsing JSON from repository raw.github.com/theadamlt/sublim … kages.json

It still launches the list of available packages but when you select one to install the error presents itself again.

Any thoughts?

Thanks

0 Likes

#2

There is a simple typo in the (remote) json file, I’ve sent a comment via github to make sure the author is aware of that.

0 Likes

#3

This JSON is invalid.
It was updated one hour ago.

You can open an issue in github repository https://github.com/theadamlt/sublime_packages and hope the user corrects this issue quickly.

0 Likes

#4

According to the JSON Linter:

Parse error on line 59: ...nore/zipball/master""version": "1.0", -----------------------^ Expecting '}', ':', ',', ']'

On this line:

"url": "https://github.com/theadamlt/Sublime-Gitignore/zipball/master""version": "1.0",
0 Likes

#5

Oh, it looks like someone posted a fix. Just waiting on a merge.

github.com/aciid/sublime_packag … d549a33439

0 Likes