Closed Rodney-McKay-bot closed 2 years ago
You need to escape backslashes in windows paths like this:
[downloads]
# Folder where tracks are downloaded to
folder = "D:\\Qobuz"
# Put Qobuz albums in a 'Qobuz' folder, Tidal albums in 'Tidal' etc.
source_subdirectories = false
Describe the bug
Invalid character 'O' in string at line 3 col 16
at C:\Python310\lib\site-packages\tomlkit\parser.py:899 in _parse_escaped_char 895│ return u 896│ 897│ raise self.parse_error(InvalidUnicodeValueError) 898│ → 899│ raise self.parse_error(InvalidCharInStringError, self._current) 900│ 901│ def _parse_string(self, delim): # type: (StringType) -> String 902│ # only keep parsing for string if the current character matches the delim 903│ if self._current != delim.unit:
If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose
Command Used
Debug Traceback
Config File
Operating System
Windows
streamrip version
1.9.2
Screenshots and recordings
No response
Additional context
No response