You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
monitorcontrol version (monitorcontrol --version): 3.1.0
Steps to Reproduce
./venv/bin/monitorcontrol --get-monitorsTraceback (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'
The text was updated successfully, but these errors were encountered:
monitorcontrol --version
): 3.1.0Steps to Reproduce
The text was updated successfully, but these errors were encountered: