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
I run the program, add the file to ingest, set the language transcription, set model 2 and set the cpu. Everything else from the ingest tab and others I exclude. I click start and the program shuts down, leaving in cmd the information as in the title. Restarting the program after about 3 seconds automatically shuts down leaving the same error. The problem is with every model.
Contents app.log
"Platform: Windows 10
Platform version: 10.0.22631
OS: 10 10.0.22631 SP0 Multiprocessor Free ('', '', '')
running Python 3.10.11.final.0
-------------- (main.py:15)
2024-08-12 22:30:39,105 - StAI - DEBUG: All package requirements met. (main.py:60)
2024-08-12 22:30:39,159 - StAI - DEBUG: FFmpeg not found in current working directory: C:\Users\benia\Desktop\StoryToolkitAI\StoryToolkitAI\ffmpeg.exe. (storytoolkitai.py:578)
2024-08-12 22:30:39,160 - StAI - DEBUG: FFmpeg not found in _internal directory: C:\Users\benia\Desktop\StoryToolkitAI\StoryToolkitAI_internal\ffmpeg.exe (storytoolkitai.py:588)
2024-08-12 22:30:39,160 - StAI - DEBUG: FFMPEG_BINARY env variable is empty. Looking for FFmpeg in PATH. (storytoolkitai.py:597)
2024-08-12 22:30:39,162 - StAI - DEBUG: Checking ffmpeg binary: C:\ProgramData\chocolatey\bin\ffmpeg.EXE (storytoolkitai.py:608)
2024-08-12 22:30:39,218 - StAI - DEBUG: FFmpeg exit code: 1 (storytoolkitai.py:613)
2024-08-12 22:30:39,219 - StAI - DEBUG: FFmpeg found at C:\ProgramData\chocolatey\bin\ffmpeg.EXE (storytoolkitai.py:616)
2024-08-12 22:30:44,075 - StAI - DEBUG: Loading config file C:\Users\benia\StoryToolkitAI\config.json. (storytoolkitai.py:352)
2024-08-12 22:30:44,076 - StAI - DEBUG: No API key found. (storytoolkitai.py:429)
2024-08-12 22:30:44,076 - StAI - INFO: �[1m�[4mRunning StoryToolkitAI version 0.24.2 (storytoolkitai.py:87)
2024-08-12 22:30:44,077 - StAI - DEBUG: Using cpu for Torch. (toolkit_ops.py:756)
2024-08-12 22:30:44,077 - StAI - DEBUG: Resolve API disabled via config. (toolkit_ops.py:199)
2024-08-12 22:30:44,078 - StAI - DEBUG: No items left in the queue. Try to ping the queue again later. (processing_queue.py:833)
2024-08-12 22:30:44,194 - StAI - DEBUG: Running with TK 8.6.12 (toolkit_ui.py:1319)
2024-08-12 22:30:44,732 - StAI - INFO: Starting StoryToolkitAI GUI (toolkit_ui.py:3062)
2024-08-12 22:30:45,200 - StAI - DEBUG: No update available. (toolkit_ui.py:1514)
2024-08-12 22:30:46,123 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:2195)
2024-08-12 22:30:46,124 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:114)
2024-08-12 22:30:46,124 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:2195)
2024-08-12 22:30:46,124 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:114)
2024-08-12 22:30:46,125 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:2195)
2024-08-12 22:30:46,126 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:114)
2024-08-12 22:30:46,126 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:2195)
2024-08-12 22:30:46,126 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:114)
2024-08-12 22:30:46,126 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:2195)
2024-08-12 22:30:46,126 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:114)
2024-08-12 22:30:46,127 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:2195)
2024-08-12 22:30:46,127 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:114)
2024-08-12 22:35:16,844 - StAI - DEBUG: Added queue id 1723494916.8449254 to queue history (processing_queue.py:67)
2024-08-12 22:35:17,000 - StAI - DEBUG: Cannot read render info file - file "C:/Users/benia/Downloads/kazanie pi tek.mov.json" not found. (transcription.py:2732)
2024-08-12 22:35:35,065 - StAI - DEBUG: Reading C:/Users/benia/Downloads/kazanie pi tek.mov to add to the queue. (toolkit_ops.py:383)
2024-08-12 22:35:35,215 - StAI - DEBUG: File C:/Users/benia/Downloads/kazanie pi tek.mov has a valid audio stream. (toolkit_ops.py:388)
2024-08-12 22:35:35,505 - StAI - DEBUG: File C:/Users/benia/Downloads/kazanie pi tek.mov has a valid video stream. (toolkit_ops.py:394)
2024-08-12 22:35:35,505 - StAI - DEBUG: Using cpu for Torch. (toolkit_ops.py:756)
2024-08-12 22:35:35,506 - StAI - DEBUG: Added item 1723494916.8449254 to queue (processing_queue.py:195)
2024-08-12 22:35:35,508 - StAI - DEBUG: Using cpu for Torch. (toolkit_ops.py:756)
2024-08-12 22:35:35,508 - StAI - INFO: Loading Whisper large-v2 model. (toolkit_ops.py:1847)
2024-08-12 22:35:35,733 - StAI - DEBUG: Closing window: ingest-1723494916.8449254 (toolkit_ui.py:2088)
"
Windows 11 Pro
Pythone 3.10.11
StoryToolkitAI version 0.24.2
The text was updated successfully, but these errors were encountered:
I run the program, add the file to ingest, set the language transcription, set model 2 and set the cpu. Everything else from the ingest tab and others I exclude. I click start and the program shuts down, leaving in cmd the information as in the title. Restarting the program after about 3 seconds automatically shuts down leaving the same error. The problem is with every model.
Contents app.log
"Platform: Windows 10
Platform version: 10.0.22631
OS: 10 10.0.22631 SP0 Multiprocessor Free ('', '', '')
running Python 3.10.11.final.0
-------------- (main.py:15)
2024-08-12 22:30:39,105 - StAI - DEBUG: All package requirements met. (main.py:60)
2024-08-12 22:30:39,159 - StAI - DEBUG: FFmpeg not found in current working directory: C:\Users\benia\Desktop\StoryToolkitAI\StoryToolkitAI\ffmpeg.exe. (storytoolkitai.py:578)
2024-08-12 22:30:39,160 - StAI - DEBUG: FFmpeg not found in _internal directory: C:\Users\benia\Desktop\StoryToolkitAI\StoryToolkitAI_internal\ffmpeg.exe (storytoolkitai.py:588)
2024-08-12 22:30:39,160 - StAI - DEBUG: FFMPEG_BINARY env variable is empty. Looking for FFmpeg in PATH. (storytoolkitai.py:597)
2024-08-12 22:30:39,162 - StAI - DEBUG: Checking ffmpeg binary: C:\ProgramData\chocolatey\bin\ffmpeg.EXE (storytoolkitai.py:608)
2024-08-12 22:30:39,218 - StAI - DEBUG: FFmpeg exit code: 1 (storytoolkitai.py:613)
2024-08-12 22:30:39,219 - StAI - DEBUG: FFmpeg found at C:\ProgramData\chocolatey\bin\ffmpeg.EXE (storytoolkitai.py:616)
2024-08-12 22:30:44,075 - StAI - DEBUG: Loading config file C:\Users\benia\StoryToolkitAI\config.json. (storytoolkitai.py:352)
2024-08-12 22:30:44,076 - StAI - DEBUG: No API key found. (storytoolkitai.py:429)
2024-08-12 22:30:44,076 - StAI - INFO: �[1m�[4mRunning StoryToolkitAI version 0.24.2 (storytoolkitai.py:87)
2024-08-12 22:30:44,077 - StAI - DEBUG: Using cpu for Torch. (toolkit_ops.py:756)
2024-08-12 22:30:44,077 - StAI - DEBUG: Resolve API disabled via config. (toolkit_ops.py:199)
2024-08-12 22:30:44,078 - StAI - DEBUG: No items left in the queue. Try to ping the queue again later. (processing_queue.py:833)
2024-08-12 22:30:44,194 - StAI - DEBUG: Running with TK 8.6.12 (toolkit_ui.py:1319)
2024-08-12 22:30:44,732 - StAI - INFO: Starting StoryToolkitAI GUI (toolkit_ui.py:3062)
2024-08-12 22:30:45,200 - StAI - DEBUG: No update available. (toolkit_ui.py:1514)
2024-08-12 22:30:46,123 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:2195)
2024-08-12 22:30:46,124 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:114)
2024-08-12 22:30:46,124 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:2195)
2024-08-12 22:30:46,124 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:114)
2024-08-12 22:30:46,125 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:2195)
2024-08-12 22:30:46,126 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:114)
2024-08-12 22:30:46,126 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:2195)
2024-08-12 22:30:46,126 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:114)
2024-08-12 22:30:46,126 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:2195)
2024-08-12 22:30:46,126 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:114)
2024-08-12 22:30:46,127 - StAI - DEBUG: Window type not found for window_id: None (toolkit_ui.py:2195)
2024-08-12 22:30:46,127 - StAI - DEBUG: No window id found. Not updating the menu bar. (menu.py:114)
2024-08-12 22:35:16,844 - StAI - DEBUG: Added queue id 1723494916.8449254 to queue history (processing_queue.py:67)
2024-08-12 22:35:17,000 - StAI - DEBUG: Cannot read render info file - file "C:/Users/benia/Downloads/kazanie pi tek.mov.json" not found. (transcription.py:2732)
2024-08-12 22:35:35,065 - StAI - DEBUG: Reading C:/Users/benia/Downloads/kazanie pi tek.mov to add to the queue. (toolkit_ops.py:383)
2024-08-12 22:35:35,215 - StAI - DEBUG: File C:/Users/benia/Downloads/kazanie pi tek.mov has a valid audio stream. (toolkit_ops.py:388)
2024-08-12 22:35:35,505 - StAI - DEBUG: File C:/Users/benia/Downloads/kazanie pi tek.mov has a valid video stream. (toolkit_ops.py:394)
2024-08-12 22:35:35,505 - StAI - DEBUG: Using cpu for Torch. (toolkit_ops.py:756)
2024-08-12 22:35:35,506 - StAI - DEBUG: Added item 1723494916.8449254 to queue (processing_queue.py:195)
2024-08-12 22:35:35,508 - StAI - DEBUG: Using cpu for Torch. (toolkit_ops.py:756)
2024-08-12 22:35:35,508 - StAI - INFO: Loading Whisper large-v2 model. (toolkit_ops.py:1847)
2024-08-12 22:35:35,733 - StAI - DEBUG: Closing window: ingest-1723494916.8449254 (toolkit_ui.py:2088)
"
Windows 11 Pro
Pythone 3.10.11
StoryToolkitAI version 0.24.2
The text was updated successfully, but these errors were encountered: