streamrip icon indicating copy to clipboard operation
streamrip copied to clipboard

[BUG] Unable to open config in FreeBSD 14.1-Release-p5

Open azmawee opened this issue 1 year ago • 1 comments

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

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

azmawee avatar Oct 24 '24 08:10 azmawee

I found a workaround, manually go to the config folder file which in my case is C:\Users[your user]\AppData\Local\streamrip

Aeiron2 avatar Jul 09 '25 03:07 Aeiron2