Skip to content

Server crash on Windows #10

@joreiff

Description

@joreiff

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions