HenestrosaDev / audiotext

A desktop application that transcribes audio from files, microphone input or YouTube videos with the option to translate the content and create subtitles.
Other
112 stars 10 forks source link

Program doesn't start on Windows 10 with KeyError de_DE[Bug] #5

Closed TestAccount129 closed 1 year ago

TestAccount129 commented 1 year ago

Executing the release v1.2.1-windows gives me the following error.
I don't know what my location code has to do with keeping the program from successfully starting.

Traceback (most recent call last):
  File "app.py", line 46, in <module>
  File "app.py", line 32, in __init__
  File "view\main_window.py", line 17, in __init__
  File "view\main_window.py", line 58, in _init_sidebar
KeyError: 'de_DE'
HenestrosaDev commented 1 year ago

Hi.

The location code is used to change the language of the application according to your system language. Let me take a look at it and I'll come back as soon as I fix it.

HenestrosaDev commented 1 year ago

Hello again.

Could you please download the v1.2.3 release? The issue should be fixed now.

TestAccount129 commented 1 year ago

It starts now, issue is solved. However transcription does not work for any of the sound files I load in. Well, that's a different issue.

HenestrosaDev commented 1 year ago

Could you please create a new issue providing more details? I'll close this issue for now because it seems to be solved now.