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

Link to transcription result in a forbidden access (403) #1662

Open
GuysmoB opened this issue Jan 30, 2025 · 1 comment
Open

Link to transcription result in a forbidden access (403) #1662

GuysmoB opened this issue Jan 30, 2025 · 1 comment

Comments

@GuysmoB
Copy link

GuysmoB commented Jan 30, 2025

Hi,

I use this function to list transcriptions server side :

const res = await call.listTranscriptions();
console.log('transcriptions[0].url', res);

I got this result :

transcriptions[0].url {
  duration: '9.96ms',
  transcriptions: [
    {
      filename: 'transcript_default_e94e1904-98e5-40c6-9bc6-87f50d79c6c2_1738227002678.jsonl',
      url: 'https://dublin.stream-io-cdn.com/1....23/video/transcriptions/de...........................IHG36VEWPDULE23Q',
      start_time: '2025-01-30T08:50:02.678832Z',
      end_time: '2025-01-30T08:52:28.989427Z'
    }
  ]
}

Then if i visit this page, i got this error in console :
Failed to load resource: the server responded with a status of 403 (Forbidden)

Any idea ?
Thank you :)

@oliverlaz
Copy link
Member

hi @GuysmoB, thanks for raising this issue. I forwarded it to our backend team so they can investigate.
I'll get back to you once I know more about it.

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