savbell / whisper-writer

💬📝 A small dictation app using OpenAI's Whisper speech recognition model.
GNU General Public License v3.0
354 stars 54 forks source link

No valid configuration file? And what's this about "key_listener?" #62

Open Owen5819 opened 2 months ago

Owen5819 commented 2 months ago

I installed WhisperWriter, apparently successfully, and filled out the settings window that came up automatically. Config.yaml and config.schema.yaml both contain information I input. But when I tried to start WhisperWriter, this appeared:

(venv) C:\WhisperWriter2>python run.py Starting WhisperWriter... No valid configuration file found. Opening settings window... Traceback (most recent call last): File "C:\WhisperWriter2\src\main.py", line 106, in restart_app self.cleanup() File "C:\WhisperWriter2\src\main.py", line 92, in cleanup if self.key_listener: ^^^^^^^^^^^^^^^^^ AttributeError: 'WhisperWriterApp' object has no attribute 'key_listener' FWIW, c:\WhisperWriter\ contains "key_listener.py".

How do I open the settings window if WhisperWriter won't come up? And what do I do then? Or does it really need something else entirely?

Thanks.

Owen5819 commented 2 months ago

Sorry to be a helpless newbie, but there it is.