Skip to content

Invalid \escape: line 4 column 31 (char 206) #39

@L4UR3NS

Description

@L4UR3NS

Hello,

I am getting the following error message:

C:\Users\USERNAME\Downloads\TvTimeToTrakt-main>python TimeToTrakt.py
Traceback (most recent call last):
File "C:\Users\USERNAME\Downloads\TvTimeToTrakt-main\TimeToTrakt.py", line 65, in
config = get_configuration()
^^^^^^^^^^^^^^^^^^^
File "C:\Users\USERNAME\Downloads\TvTimeToTrakt-main\TimeToTrakt.py", line 47, in get_configuration
data = json.load(f)
^^^^^^^^^^^^
File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python312\Lib\json_init_.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python312\Lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python312\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python312\Lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
^^^^^^^^^^^^^^^^^^^^^^
json.decoder.JSONDecodeError: Invalid \escape: line 4 column 31 (char 206)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions