Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
azmawee opened this issue Oct 24, 2024 · 0 comments
Open

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

azmawee opened this issue Oct 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@azmawee
Copy link

azmawee commented Oct 24, 2024

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 azmawee added the bug Something isn't working label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant