-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
On Windows, the server fails to start up resulting in the following error:
Traceback (most recent call last):
File "...\Sublime Text 3\Packages\JSONComma\server.py", line 70, in start
cls.infos = json.loads(line)
File "./python3.3/json/__init__.py", line 316, in loads
File "./python3.3/json/decoder.py", line 354, in decode
ValueError: Extra data: line 1 column 5 - line 2 column 1 (char 4 - 66)
This is caused by the server returning
2020/01/13 20:07:06 can't handle arguments when piping from stdin
instead of the expected JSON message.
Metadata
Metadata
Assignees
Labels
No labels