Skip to content

Bug Report: Transcription Not Starting #18

@FarouqJalabi

Description

@FarouqJalabi

Current Behavior:

Calling upload.transcribe creates a transcription record, but does not trigger the server to start transcribing the file.

Expected Behavior:

Calling upload.transcribe should create a transcription record and trigger the server to begin transcribing the file.

Steps to Reproduce:

  1. Create a new upload.
  2. Delete any existing transcription related to that upload.
  3. Fetch the upload using the gem.
  4. Call the transcribe method on the upload.
    You’ll notice that:
  • The transcription gets created with a status of awaiting.
  • However, the transcription process never starts, and the status will not change to completed.

Additional Notes:

This issue occurs because the transcribe method only creates the transcription record without sending a signal to start the actual transcription process. Meeting have path for start transcription but upload doesn't yet.
/meeting/{meeting_id}/transcribe/{language}
/meeting/{meeting_id}/retranscribe/{language}

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions