You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The program crashes when selecting multiple files for processing. Selecting multiple files results in the program freezing upon start. Force closing the program, and reopening suddenly adds the queued files to the queue. However, attempting to add more files to the queue results in the program freezing and all activity ceasing.
To Reproduce
Steps to reproduce the behavior:
File > Transcribe audio files
CTRL or Shift click 10 files to add them to the queue.
Click Start
Program freezes
Expected behavior
Files should be added to the queue. Then processing should begin. Alternatively, the app should indicate that too many files are being added or that batch processing is not possible.
Log file
2023-07-10 10:03:31,195 - StAI - DEBUG:
Platform: Windows 10
Platform version: 10.0.19045
OS: 10 10.0.19045 SP0 Multiprocessor Free ('', '', '')
running Python 3.10.11.final.0
-------------- (main.py:15)
2023-07-10 10:03:31,909 - StAI - DEBUG: All package requirements met. (main.py:59)
2023-07-10 10:03:31,939 - StAI - DEBUG: FFmpeg not found in current working directory. (storytoolkitai.py:671)
2023-07-10 10:03:31,939 - StAI - DEBUG: Looking for FFmpeg in env variable. (storytoolkitai.py:675)
2023-07-10 10:03:31,939 - StAI - DEBUG: FFMPEG_BINARY env variable is empty. Looking for FFmpeg in PATH. (storytoolkitai.py:682)
2023-07-10 10:03:31,940 - StAI - DEBUG: Checking ffmpeg binary: .\ffmpeg.EXE (storytoolkitai.py:694)
2023-07-10 10:03:31,960 - StAI - DEBUG: FFmpeg exit code: 1 (storytoolkitai.py:699)
2023-07-10 10:03:31,960 - StAI - DEBUG: FFmpeg found at .\ffmpeg.EXE (storytoolkitai.py:702)
2023-07-10 10:03:34,613 - StAI - DEBUG: Loading config file C:\Users\mrgre\StoryToolkitAI\config.json. (storytoolkitai.py:319)
2023-07-10 10:03:34,798 - StAI - INFO: �[1m�[4mRunning StoryToolkitAI version 0.19.4 (standalone) (storytoolkitai.py:95)
2023-07-10 10:03:34,798 - StAI - DEBUG: Using cuda for Torch. (toolkit_ops.py:719)
2023-07-10 10:03:34,798 - StAI - DEBUG: Resolve API disabled via config. (toolkit_ops.py:192)
2023-07-10 10:03:34,799 - StAI - DEBUG: No items left in the queue. Try to ping the queue again later. (processing_queue.py:824)
2023-07-10 10:03:34,885 - StAI - DEBUG: Running with TK 8.6.12 (toolkit_ui.py:1057)
2023-07-10 10:03:35,439 - StAI - INFO: Starting StoryToolkitAI GUI (toolkit_ui.py:2290)
2023-07-10 10:03:36,833 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:1852)
2023-07-10 10:03:36,833 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:116)
2023-07-10 10:03:36,834 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:1852)
2023-07-10 10:03:36,834 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:116)
2023-07-10 10:03:36,835 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:1852)
2023-07-10 10:03:36,835 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:116)
2023-07-10 10:03:36,835 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:1852)
2023-07-10 10:03:36,835 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:116)
2023-07-10 10:03:36,835 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:1852)
2023-07-10 10:03:36,835 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:116)
2023-07-10 10:03:36,836 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:1852)
2023-07-10 10:03:36,836 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:116)
2023-07-10 10:03:59,643 - StAI - DEBUG: Added queue id 1688997839.643039 to queue history (processing_queue.py:63)
Screenshots
If possible, add screenshots to help explain your problem.
System (please complete the following information):
OS: Windows 10
Python versions installed on machine: [e.g. 3.10.x
StoryToolkitAI Version 0.19.4
Additional context
Force closing the app and reopening sometimes results in the previously queued files being added the queue but not every time.
The text was updated successfully, but these errors were encountered:
Describe the bug
The program crashes when selecting multiple files for processing. Selecting multiple files results in the program freezing upon start. Force closing the program, and reopening suddenly adds the queued files to the queue. However, attempting to add more files to the queue results in the program freezing and all activity ceasing.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Files should be added to the queue. Then processing should begin. Alternatively, the app should indicate that too many files are being added or that batch processing is not possible.
Log file
2023-07-10 10:03:31,195 - StAI - DEBUG:
Platform: Windows 10
Platform version: 10.0.19045
OS: 10 10.0.19045 SP0 Multiprocessor Free ('', '', '')
running Python 3.10.11.final.0
-------------- (main.py:15)
2023-07-10 10:03:31,909 - StAI - DEBUG: All package requirements met. (main.py:59)
2023-07-10 10:03:31,939 - StAI - DEBUG: FFmpeg not found in current working directory. (storytoolkitai.py:671)
2023-07-10 10:03:31,939 - StAI - DEBUG: Looking for FFmpeg in env variable. (storytoolkitai.py:675)
2023-07-10 10:03:31,939 - StAI - DEBUG: FFMPEG_BINARY env variable is empty. Looking for FFmpeg in PATH. (storytoolkitai.py:682)
2023-07-10 10:03:31,940 - StAI - DEBUG: Checking ffmpeg binary: .\ffmpeg.EXE (storytoolkitai.py:694)
2023-07-10 10:03:31,960 - StAI - DEBUG: FFmpeg exit code: 1 (storytoolkitai.py:699)
2023-07-10 10:03:31,960 - StAI - DEBUG: FFmpeg found at .\ffmpeg.EXE (storytoolkitai.py:702)
2023-07-10 10:03:34,613 - StAI - DEBUG: Loading config file C:\Users\mrgre\StoryToolkitAI\config.json. (storytoolkitai.py:319)
2023-07-10 10:03:34,798 - StAI - INFO: �[1m�[4mRunning StoryToolkitAI version 0.19.4 (standalone) (storytoolkitai.py:95)
2023-07-10 10:03:34,798 - StAI - DEBUG: Using cuda for Torch. (toolkit_ops.py:719)
2023-07-10 10:03:34,798 - StAI - DEBUG: Resolve API disabled via config. (toolkit_ops.py:192)
2023-07-10 10:03:34,799 - StAI - DEBUG: No items left in the queue. Try to ping the queue again later. (processing_queue.py:824)
2023-07-10 10:03:34,885 - StAI - DEBUG: Running with TK 8.6.12 (toolkit_ui.py:1057)
2023-07-10 10:03:35,439 - StAI - INFO: Starting StoryToolkitAI GUI (toolkit_ui.py:2290)
2023-07-10 10:03:36,833 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:1852)
2023-07-10 10:03:36,833 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:116)
2023-07-10 10:03:36,834 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:1852)
2023-07-10 10:03:36,834 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:116)
2023-07-10 10:03:36,835 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:1852)
2023-07-10 10:03:36,835 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:116)
2023-07-10 10:03:36,835 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:1852)
2023-07-10 10:03:36,835 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:116)
2023-07-10 10:03:36,835 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:1852)
2023-07-10 10:03:36,835 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:116)
2023-07-10 10:03:36,836 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:1852)
2023-07-10 10:03:36,836 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:116)
2023-07-10 10:03:59,643 - StAI - DEBUG: Added queue id 1688997839.643039 to queue history (processing_queue.py:63)
Screenshots
If possible, add screenshots to help explain your problem.
System (please complete the following information):
Additional context
Force closing the app and reopening sometimes results in the previously queued files being added the queue but not every time.
The text was updated successfully, but these errors were encountered: