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

KeyError: <OutputFormat.SRT: 'srt'> #479

Closed
faveoled opened this issue Jun 3, 2023 · 2 comments · Fixed by #482
Closed

KeyError: <OutputFormat.SRT: 'srt'> #479

faveoled opened this issue Jun 3, 2023 · 2 comments · Fixed by #482

Comments

@faveoled
Copy link
Contributor

faveoled commented Jun 3, 2023

Traceback (most recent call last):
  File "/home/user/Downloads/buzz/buzz/gui.py", line 250, in on_checkbox_state_changed
    self.file_transcription_options.output_formats.remove(output_format)
KeyError: <OutputFormat.SRT: 'srt'>
Fatal Python error: Aborted

Reproducing:
image
Trying to disable checked "SRT" (or "TXT") when window opens with checked items. Checked on 0.8.1 and latest.

@chidiwilliams chidiwilliams linked a pull request Jun 5, 2023 that will close this issue
@chidiwilliams
Copy link
Owner

Thanks for this. I've put in a fix. Btw, what Linux distro and version are you using? I've been trying to track down the issue with Arch (#384).

@faveoled
Copy link
Contributor Author

faveoled commented Jun 5, 2023

I'm on Ubuntu 22.04.2. I'm not sure how it relates to Arch.

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

Successfully merging a pull request may close this issue.

2 participants