You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No arguments expected for "config" command, got "open"
at /usr/local/lib/python3.11/site-packages/cleo/io/inputs/argv_input.py:258 in _parse_argument
254│ )
255│ else:
256│ message = 'No arguments expected, got "{}"'.format(token)
257│
→ 258│ raise RuntimeException(message)
259│
260│ def _add_short_option(self, shortcut: str, value: Any) -> None:
261│ if not self._definition.has_shortcut(shortcut):
262│ raise NoSuchOptionException(f'The option "-{shortcut}" does not exist')
If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose
root@mauix:~ # uname -a
FreeBSD mauix 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64
root@mauix:~ #
Using python 3.11
Command Used
rip config open
Debug Traceback
root@mauix:~ # rip config open
RuntimeException
No arguments expected for "config" command, got "open"
at /usr/local/lib/python3.11/site-packages/cleo/io/inputs/argv_input.py:258 in _parse_argument
254│ )
255│ else:
256│ message = 'No arguments expected, got "{}"'.format(token)
257│
→ 258│ raise RuntimeException(message)
259│
260│ def _add_short_option(self, shortcut: str, value: Any) -> None:
261│ if not self._definition.has_shortcut(shortcut):
262│ raise NoSuchOptionException(f'The option "-{shortcut}" does not exist')
If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose
root@mauix:~ # uname -a
FreeBSD mauix 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64
root@mauix:~ #
Config File
Can't run the "rip config open" command.
Operating System
FreeBSD 14.1-Release-p5
streamrip version
Version 1.9.7
Screenshots and recordings
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
root@mauix:~ # rip config open
RuntimeException
No arguments expected for "config" command, got "open"
at /usr/local/lib/python3.11/site-packages/cleo/io/inputs/argv_input.py:258 in _parse_argument
254│ )
255│ else:
256│ message = 'No arguments expected, got "{}"'.format(token)
257│
→ 258│ raise RuntimeException(message)
259│
260│ def _add_short_option(self, shortcut: str, value: Any) -> None:
261│ if not self._definition.has_shortcut(shortcut):
262│ raise NoSuchOptionException(f'The option "-{shortcut}" does not exist')
If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose
root@mauix:~ # uname -a
FreeBSD mauix 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64
root@mauix:~ #
Using python 3.11
Command Used
Debug Traceback
Config File
Can't run the "rip config open" command.
Operating System
FreeBSD 14.1-Release-p5
streamrip version
Version 1.9.7
Screenshots and recordings
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: