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

monitorcontrol.vcp' has no attribute 'get_vcps #364

Open
thewh1teagle opened this issue Aug 18, 2024 · 1 comment
Open

monitorcontrol.vcp' has no attribute 'get_vcps #364

thewh1teagle opened this issue Aug 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@thewh1teagle
Copy link

thewh1teagle commented Aug 18, 2024

  • Monitor manufacturer and model number: Xiaomi Curved 30" RMMNT30HFCW
  • Input source (HDMI, VGA, display port, ect.): HDMI
  • Output device (video card, discrete graphics, ect.): HDMI1 macos mini m1
  • Operating system: macos
  • Python version: 3.9.6
  • monitorcontrol version (monitorcontrol --version): 3.1.0

Steps to Reproduce

./venv/bin/monitorcontrol --get-monitors
Traceback (most recent call last):
  File "/Volumes/Internal/cec-rs/examples/cec-example-cli/./monitorcontrol/venv/bin/monitorcontrol", line 8, in <module>
    sys.exit(main())
  File "/Volumes/Internal/cec-rs/examples/cec-example-cli/monitorcontrol/venv/lib/python3.9/site-packages/monitorcontrol/__main__.py", line 155, in main
    for monitor_index, monitor_obj in enumerate(get_monitors(), 0):
  File "/Volumes/Internal/cec-rs/examples/cec-example-cli/monitorcontrol/venv/lib/python3.9/site-packages/monitorcontrol/monitorcontrol.py", line 546, in get_monitors
    return [Monitor(v) for v in vcp.get_vcps()]
AttributeError: module 'monitorcontrol.vcp' has no attribute 'get_vcps'
@newAM newAM added the enhancement New feature or request label Aug 18, 2024
@newAM
Copy link
Owner

newAM commented Aug 18, 2024

A backend for MacOS doesn't exist yet. Happy to accept pull-requests!

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

No branches or pull requests

2 participants