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

"no such option: --endpoint" error #47

Closed
jimsmt opened this issue Mar 1, 2019 · 2 comments
Closed

"no such option: --endpoint" error #47

jimsmt opened this issue Mar 1, 2019 · 2 comments
Labels

Comments

@jimsmt
Copy link

jimsmt commented Mar 1, 2019

songpal version 0.0.9.1

I can use the command line to discover my music server's endpoint, but when I want to use other feature, I always get this error message

Endpoint is required except when with 'discover'!
Usage: songpal list-all [OPTIONS]
Try "songpal list-all --help" for help.

Error: no such option: --endpoint

although i have already set the endpoint as advised on the wiki page, like this

./songpal list-all --endpoint http://192.168.2.240:60200/sony

@rytilahti
Copy link
Owner

The --endpoint has to be before the command (as it is a global option, not an option for list-all command).

@jimsmt
Copy link
Author

jimsmt commented Mar 1, 2019

Thanks, I found that too

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

No branches or pull requests

2 participants