Skip to content

Invalid control character #8

@geographika

Description

@geographika

I get the following error when checink out the project and trying to run on Windows. I presume it is due to linebreak characters.

Uncatched syntax error :
Traceback (most recent call last):
  File "C:\MapServer\apps\roads\Scribe\scribe.py", line 655, in main
    jsonToMap(jsonContent, outputDirectory, mapName, clean)
  File "C:\MapServer\apps\roads\Scribe\scribe.py", line 282, in jsonToMap
    data = json.loads(content)
  File "C:\Python27\lib\json\__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "C:\Python27\lib\json\decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "C:\Python27\lib\json\decoder.py", line 382, in raw_decode
    obj, end = self.scan_once(s, idx)
ValueError: Invalid control character at: line 38 column 58 (char 1167)

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