-
Notifications
You must be signed in to change notification settings - Fork 35
Can't export transcription as SRT #13
Description
DEBUG: Exporting as SRT Exception in Tkinter callbackTraceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.2800.0_x64__qbz5n2kfra8p0\Lib\tkinter_init_.py", line 1968, in call return self.func(*args) ^^^^^^^^^^^^^^^^ File "D:\Programas\SoftWhisper captions\SoftWhispe_August.2025_binary.release\SoftWhispe_May.2025_binary.release\file_export.py", line 12, in command=lambda: export_transcription(app), # Pass app instance ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Programas\SoftWhisper captions\SoftWhispe_August.2025_binary.release\SoftWhispe_May.2025_binary.release\file_export.py", line 42, in export_transcription export_content = save_whisper_as_srt( ^^^^^^^^^^^^^^^^^^^^ TypeError: save_whisper_as_srt() got an unexpected keyword argument 'return_content'