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
I'm getting the following error when executing display_manager.py mirror enable main all
Traceback (most recent call last):
File "/usr/local/bin/display_manager.py", line 1257, in
main()
File "/usr/local/bin/display_manager.py", line 1250, in main
commands.run()
File "/usr/local/bin/display_manager.py", line 682, in run
currentMirror = display.mirrorSource
AttributeError: 'list' object has no attribute 'mirrorSource'
I can mirror to individual external displays.
The text was updated successfully, but these errors were encountered:
I'm getting the following error when executing display_manager.py mirror enable main all
Traceback (most recent call last):
File "/usr/local/bin/display_manager.py", line 1257, in
main()
File "/usr/local/bin/display_manager.py", line 1250, in main
commands.run()
File "/usr/local/bin/display_manager.py", line 682, in run
currentMirror = display.mirrorSource
AttributeError: 'list' object has no attribute 'mirrorSource'
I can mirror to individual external displays.
The text was updated successfully, but these errors were encountered: