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

mpc 0.35 --no-status returns "Unknown option = (null)" #108

Open
c-markwell opened this issue Dec 31, 2023 · 1 comment
Open

mpc 0.35 --no-status returns "Unknown option = (null)" #108

c-markwell opened this issue Dec 31, 2023 · 1 comment

Comments

@c-markwell
Copy link

Running mpc 0.35 (compiled from source on Raspberry Pi OS based on Debian 12) with the --no-status command returns the following:

$ mpc --no-status
Unknown option = (null)

Note that there's two spaces between "option" and the equal sign.

The --quiet option works as expected.

mpc --no-status returns status 1, whereas mpc --quiet returns status 0.

Thanks very much for your work on mpd.

RensOliemans added a commit to RensOliemans/mpc that referenced this issue Jun 14, 2024
Partial revert of 806ba2e, which
introduced a bug described in issue MusicPlayerDaemon#108.
@RensOliemans
Copy link
Contributor

Confirmed, git bisect tells me that it's present since 806ba2e. Fix is in #112.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants