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

WebUI process dies immediately when finishing transcription #82

Open
conlanpatrek opened this issue Nov 9, 2023 · 2 comments
Open

WebUI process dies immediately when finishing transcription #82

conlanpatrek opened this issue Nov 9, 2023 · 2 comments

Comments

@conlanpatrek
Copy link

conlanpatrek commented Nov 9, 2023

Running on Windows 11,
CUDA (NVidia RTX 3090)
python 3.10.6

Server is run with subsai-webui --server.maxUploadSize 50000 in case that's relevant.

using faster-whisper and large-v2

Trying to process a 1hr 17min wav file, just under 900mb. It gets to the final segment it just shuts down with no error message, as if the process exited successfuly. The UI does not get updated, and the transcriptions are inaccessible. Tried both headless and no. No difference. Can't actually export srts from the UI because of this. I was hoping to use the webui because i have other AI generative stuff on this server, but work on different computers at home.

I do get an occasional message on the ui that says "Connection failed with status 0"

Not sure what i'm doing wrong here. LMK what other details you need.

@abdeladim-s
Copy link
Owner

@conlanpatrek,
Could you please provide more details ? There are no errors on the terminal ?

  • Is the issue occur with just this file ?
  • Have you tried the CLI ?
  • If you running it on a remote server, have you tried then to try with Docker first ?

@conlanpatrek
Copy link
Author

  • No errors in the terminal, it the process just ends after finishing transcribing
  • it does work with these settings on shorter files. I can recreate it with longer ones though.
  • cli works fine, so that's what i've been using instead,
  • i do access this from a remote client on the local net, but the behavior is the same when i access from the machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants