streamrip icon indicating copy to clipboard operation
streamrip copied to clipboard

Unexpected character: 'T' at line 121 col 10

Open toutouff opened this issue 3 years ago • 0 comments

Describe the bug

was working download about 9go and after making some config it broke toml

Command Used

✘ antonindev@MacBook-Pro-de-Antonin  ~  rip repair

Debug Traceback

UnexpectedCharError

  Unexpected character: 'T' at line 121 col 10

  at /opt/homebrew/lib/python3.9/site-packages/tomlkit/parser.py:669 in _parse_value
       665│                 return item
       666│ 
       667│             raise self.parse_error(InvalidNumberError)
       668│         else:
    →  669│             raise self.parse_error(UnexpectedCharError, c)
       670│ 
       671│     def _parse_true(self):
       672│         return self._parse_bool(BoolType.TRUE)
       673│

Config File

can't access the config files sorry

Operating System

mac os (apple silicon )

streamrip version

Rip (version 1.9.5)

Screenshots and recordings

No response

Additional context

not that big and would love to help as a python dev

toutouff avatar Jul 27 '22 08:07 toutouff