Discussions
When I want to Get a specific talk after Create a talk, I get state error and Unknown internal error
I am using train plan to test. When I Create a talk, I get
{ id: 'tlk_OH8mRGEAMFxo7ajBGg73L', created_at: '2025-04-11T08:18:42.179Z', created_by: 'apple|002025.dd88cb64d98c479194495f8f300dd97d.0235', status: 'created', object: 'talk' }.
Then I Get a specific talk, I get
{ user: { features: [ 'stitch', 'clips:write', 'scene', 'premium-plus:skip-speaker-validation', null ], stripe_plan_group: 'deid-trial', authorizer: 'basic', owner_id: 'apple|002025.dd88cb64d98c479194495f8f300dd97d.0235', id: 'apple|002025.dd88cb64d98c479194495f8f300dd97d.0235', plan: 'deid-trial', email: '[[email protected]](mailto:[email protected])' }, script: { length: 16, ssml: false, subtitles: false, type: 'text', provider: { type: 'microsoft', voice_id: 'Sara' } }, audio_url: '<https://d-id-talks-persistent-prod.s3.us-west-2.amazonaws.com/apple%7C002025.dd88cb64d98c479194495f8f300dd97d.0235/tlk_OH8mRGEAMFxo7ajBGg73L/microsoft.wav?AWSAccessKeyId=AKIA5CUMPJBIK65W6FGA&Expires=1744445922&Signature=w5ec6lqquJ0CmAWIHEXpaRQZAMo%3D'>, created_at: '2025-04-11T08:18:42.179Z', persist: true, config: { show_watermark: true, pad_audio: 0, result_format: '.mp4', fluent: false }, source_url: '<https://d-id-talks-persistent-prod.s3.us-west-2.amazonaws.com/apple%7C002025.dd88cb64d98c479194495f8f300dd97d.0235/tlk_OH8mRGEAMFxo7ajBGg73L/source/noelle.jpeg?AWSAccessKeyId=AKIA5CUMPJBIK65W6FGA&Expires=1744445922&Signature=9YMEA86AZ3u4XHInmv288dcfXjs%3D'>, created_by: 'apple|002025.dd88cb64d98c479194495f8f300dd97d.0235', status: 'created', driver_url: 'bank://natural/', name: 'testVedio', modified_at: '2025-04-11T08:18:42.179Z', user_id: 'apple|002025.dd88cb64d98c479194495f8f300dd97d.0235', subtitles: false, id: 'tlk_OH8mRGEAMFxo7ajBGg73L', duration: 0, pending_url: 's3://d-id-talks-persistent-prod/apple|002025.dd88cb64d98c479194495f8f300dd97d.0235/tlk_OH8mRGEAMFxo7ajBGg73L/1744359522179.mp4' }
The state is created and can't get vedio url.
Then I try again, I get
{ user: { features: [ 'stitch', 'clips:write', 'scene', 'premium-plus:skip-speaker-validation', null ], stripe_plan_group: 'deid-trial', authorizer: 'basic', owner_id: 'apple|002025.dd88cb64d98c479194495f8f300dd97d.0235', id: 'apple|002025.dd88cb64d98c479194495f8f300dd97d.0235', plan: 'deid-trial', email: '[[email protected]](mailto:[email protected])' }, script: { length: 16, ssml: false, subtitles: false, type: 'text', provider: { type: 'microsoft', voice_id: 'Sara' } }, audio_url: '<https://d-id-talks-persistent-prod.s3.us-west-2.amazonaws.com/apple%7C002025.dd88cb64d98c479194495f8f300dd97d.0235/tlk_OH8mRGEAMFxo7ajBGg73L/microsoft.wav?AWSAccessKeyId=AKIA5CUMPJBIK65W6FGA&Expires=1744445922&Signature=w5ec6lqquJ0CmAWIHEXpaRQZAMo%3D'>, created_at: '2025-04-11T08:18:42.179Z', persist: true, config: { show_watermark: true, pad_audio: 0, fluent: false, result_format: '.mp4' }, source_url: '<https://d-id-talks-persistent-prod.s3.us-west-2.amazonaws.com/apple%7C002025.dd88cb64d98c479194495f8f300dd97d.0235/tlk_OH8mRGEAMFxo7ajBGg73L/source/noelle.jpeg?AWSAccessKeyId=AKIA5CUMPJBIK65W6FGA&Expires=1744445922&Signature=9YMEA86AZ3u4XHInmv288dcfXjs%3D'>, created_by: 'apple|002025.dd88cb64d98c479194495f8f300dd97d.0235', status: 'error', driver_url: 'bank://natural/', name: 'testVedio', modified_at: '2025-04-11T08:22:49.961Z', user_id: 'apple|002025.dd88cb64d98c479194495f8f300dd97d.0235', subtitles: false, id: 'tlk_OH8mRGEAMFxo7ajBGg73L', duration: 0, error: { description: 'Unknown internal error', kind: 'UnknownError' }, started_at: '2025-04-11T08:22:49.858', pending_url: 's3://d-id-talks-persistent-prod/apple|002025.dd88cb64d98c479194495f8f300dd97d.0235/tlk_OH8mRGEAMFxo7ajBGg73L/1744359522179.mp4' }
The state is error