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

Issues when attempting to batch process #120

Open
co50 opened this issue Jul 10, 2023 · 0 comments
Open

Issues when attempting to batch process #120

co50 opened this issue Jul 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@co50
Copy link

co50 commented Jul 10, 2023

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:

  1. File > Transcribe audio files
  2. CTRL or Shift click 10 files to add them to the queue.
  3. Click Start
  4. 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.

@co50 co50 added the bug Something isn't working label Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant