whishper icon indicating copy to clipboard operation
whishper copied to clipboard

[BUG] Transcription problem

Open mosaad-apt opened this issue 7 months ago • 1 comments

Description

Try to use the UI but it doesn't work

To Reproduce

I installed with the "easy" version and the manual but both time i have the same result. I click on new transcription but it doesnt' work.

Environment

  • OS: [Ubuntu 22.04]
  • Browser: [Firefox]
  • Hosting: [Local]

Logs and Configuration

Docker Compose Logs

Run the following command in the project folder, force the error, and paste the logs below: docker compose logs -f --tail 50

PASTE LOGS HERE

whishper | 2023-12-01 17:05:31,047 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. whishper | 2023-12-01 17:05:31,048 INFO supervisord started with pid 1 whishper | 2023-12-01 17:05:32,052 INFO spawned: 'backend' with pid 7 whishper | 2023-12-01 17:05:32,056 INFO spawned: 'frontend' with pid 8 whishper | 2023-12-01 17:05:32,061 INFO spawned: 'nginx' with pid 9 whishper | 2023-12-01 17:05:32,064 INFO spawned: 'transcription' with pid 10 whishper | 2023-12-01 17:05:33,249 INFO success: backend entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) whishper | 2023-12-01 17:05:33,249 INFO success: frontend entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) whishper | 2023-12-01 17:05:33,249 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) whishper | 2023-12-01 17:05:33,249 INFO success: transcription entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) documents-mongo-1 | {"t":{"$date":"2023-12-01T17:05:30.580Z"},"s":"I", "c":"CONTROL", "id":20697, "ctx":"main","msg":"Renamed existing log file","attr":{"oldLogPath":"/var/log/mongodb/mongod.log","newLogPath":"/var/log/mongodb/mongod.log.2023-12-01T17-05-30"}} whisper-libretranslate | Updating language models whisper-libretranslate | Found 86 models whisper-libretranslate | Keep 4 models whisper-libretranslate | Downloading English → French (1.9) ... whisper-libretranslate | Downloading English → Spanish (1.0) ... whisper-libretranslate | Downloading French → English (1.9) ... whisper-libretranslate | Downloading Spanish → English (1.0) ... whisper-libretranslate | Loaded support for 3 languages (4 models total)! whisper-libretranslate | Running on http://0.0.0.0:5000

Docker Compose File

PASTE YOUR DOCKER-COMPOSE.YML FILE HERE

mosaad-apt avatar Dec 01 '23 15:12 mosaad-apt