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

Incomplete Transcriptions #203

Open
Nerdward opened this issue Apr 11, 2024 · 5 comments
Open

Incomplete Transcriptions #203

Nerdward opened this issue Apr 11, 2024 · 5 comments

Comments

@Nerdward
Copy link

While using the medium model on a GPU system, I get this error message:

ERROR:root:[ERROR]: Sending data to client: sent 1000 (OK); then received 1000 (OK)
This mean the client disconnected before the server could send some segments
My code:

client = TranscriptionClient(
        "localhost",
        9090,
        lang="en",
        translate=False,
        model='medium',
        use_vad=False
    )
client()
@alpcansoydas
Copy link

Same error with large-v2 model. Any solution?

@alpcansoydas
Copy link

I think we need to change the default max_connection_time=600 to higher in server.py

@makaveli10
Copy link
Collaborator

@alpcansoydas by incomplete you mean the transcriptions are incomplete or does it mean that it terminates after 10 minutes?

@alpcansoydas
Copy link

It terminates after 10 minutes, but it is not an error. I got it. Sorry for confusion.

@Nerdward
Copy link
Author

@alpcansoydas by incomplete you mean the transcriptions are incomplete or does it mean that it terminates after 10 minutes?

The transcriptions are not complete during live recording. When I stop the live recording, all the transcription is not sent. I think it is a bug.

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

No branches or pull requests

3 participants