#"Failed to create frame blob" when I try to create a character

1 messages · Page 1 of 1 (latest)

near fableBOT
#

Reported by @timber pivot

Bug Report: "Failed to create frame blob" when I try to create a character from new videos
`Steps to Reproduce`

Generate new video. Click any video, then click three dots, then click "create character".

`Expected Result`

There should be an interface to create character from any video.

`Actual Result`

If the video is new there is an error message "Failed to create frame blob" - it appears in the top right corner in white frame. It appears multiple times a second like if it's constantly spawning.

It's still possible to create a character from old videos, but I need a character from new videos.

`Environment`

Windows 11, Browsers Edge and Chrome (last versions)

#
Additional Information

Please provide relevant details to help resolve the issue, such as:

  • ChatGPT Shared Link (if applicable).
  • Screenshots or videos demonstrating the problem.

-# ➜ Need to contact support? Visit the OpenAI Help Center.

timber pivot
#

As you can see, I can't create a character from any new video, but I still can from old videos.

terse kettle
#

Can you please define "old videos?" I can't create a character from ANY video.

terse kettle
terse kettle
# near fable Reported by <@1375362355394904215>

According to my devtools, it's making thousands of asynchronous calls to -- blob:https://sora.chatgpt.com/29ccd9b6-e5e6-44a7-bfe4-2a11e3b56cc3 (but each with a different UUID after the final slash), Status 206, type media. These are interspersed every 25-40 calls with a fetch call to -- https://browser-intake-datadoghq.com/api/v2/rum?ddsource=browser&ddtags=sdk_version%3A5.10.0%2Capi%3Afetch%2Cenv%3Aproduction%2Cservice%3Avg-web-client%2Cversion%3A93922b91d369752552d28da914b65d264defa229&dd-api-key=pubc9b87bbd42bd5679ca70fb86af73e4d6&dd-evp-origin-version=5.10.0&dd-evp-origin=browser&dd-request-id=18ee3a33-1a69-44fd-b137-9874e2af9879&batch_time=1764200132946 , Status 202, type fetch, which returns the following JSON: {"request_id":"66bd321a-ef05-40ea-8f91-fe32693cd7f5","errors":[{"status":"405","title":"Method Not Allowed","detail":"HTTP method is not allowed"}]} . Any insights?