Unhandled exception (local variable 'output' referenced before assignment). Please report this as a bug at https://github.com/phillipberndt/autorandr/issues.
Traceback (most recent call last):
File "/usr/local/bin/autorandr", line 8, in
sys.exit(exception_handled_main())
File "/usr/local/lib/python3.9/dist-packages/autorandr.py", line 1686, in exception_handled_main
main(sys.argv)
File "/usr/local/lib/python3.9/dist-packages/autorandr.py", line 1564, in main
detected_profiles = find_profiles(config, profiles)
File "/usr/local/lib/python3.9/dist-packages/autorandr.py", line 769, in find_profiles
closeness = max(match_asterisk(output.edid, current_config[name].edid), match_asterisk(
UnboundLocalError: local variable 'output' referenced before assignment
Unhandled exception (local variable 'output' referenced before assignment). Please report this as a bug at https://github.com/phillipberndt/autorandr/issues. Traceback (most recent call last): File "/usr/local/bin/autorandr", line 8, in
sys.exit(exception_handled_main())
File "/usr/local/lib/python3.9/dist-packages/autorandr.py", line 1686, in exception_handled_main
main(sys.argv)
File "/usr/local/lib/python3.9/dist-packages/autorandr.py", line 1564, in main
detected_profiles = find_profiles(config, profiles)
File "/usr/local/lib/python3.9/dist-packages/autorandr.py", line 769, in find_profiles
closeness = max(match_asterisk(output.edid, current_config[name].edid), match_asterisk(
UnboundLocalError: local variable 'output' referenced before assignment