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

key error if no retake button is configured #279

Open
derpeter opened this issue Jul 17, 2020 · 0 comments
Open

key error if no retake button is configured #279

derpeter opened this issue Jul 17, 2020 · 0 comments
Labels

Comments

@derpeter
Copy link
Contributor

If the gui is configured to not have a retake button the key retake is missing in mix.py

Traceback (most recent call last):
File "/home/pi/voctomix/voctogui/lib/connection.py", line 133, in on_loop
handler(*args)
File "/home/pi/voctomix/voctogui/lib/toolbar/mix.py", line 61, in on_best
self.mix['retake']['button'].set_sensitive(command != self.preview_controller.output)
KeyError: 'retake'
Traceback (most recent call last):
File "/home/pi/voctomix/voctogui/lib/toolbar/mix.py", line 57, in on_btn_clicked
self.mix['retake']['button'].set_sensitive(self.preview_controller.command() != self.preview_controller.output)
KeyError: 'retake'
Traceback (most recent call last):
File "/home/pi/voctomix/voctogui/lib/connection.py", line 133, in on_loop
handler(*args)
File "/home/pi/voctomix/voctogui/lib/toolbar/mix.py", line 61, in on_best
self.mix['retake']['button'].set_sensitive(command != self.preview_controller.output)
KeyError: 'retake'

this is triggert on every cut action

@saerdnaer saerdnaer added the bug label Jul 1, 2022
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