fix: reuse ready transcript instead of YouTube re-hit on deploy - #1859
Merged
Conversation
Pass Studio transcript through studio.deploy and skip URL-only /videos/process so yt-dlp cannot HOLD on a bot check. Co-authored-by: Hayden <groupthinking@users.noreply.github.com>
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Contributor
This was referenced Sep 12, 2026
groupthinking
added a commit
that referenced
this pull request
Sep 12, 2026
* fix: return 202 from video-to-software before CF 524 Origin answers within a 12s sync budget. Slow deploys persist a pollable job_id so Studio never waits for Cloudflare HTTP 524. Co-authored-by: Hayden <groupthinking@users.noreply.github.com> * fix: skip process handoff when deploy transcript is ready Restore #1859 reuse so HTTP 524 no longer starts URL-only /videos/process. Origin 202 remains the async path past 524. Co-authored-by: Hayden <groupthinking@users.noreply.github.com> * docs: record reuse-after-524 verification on PR 1880 Co-authored-by: Hayden <groupthinking@users.noreply.github.com> * fix: unblock test-frontend parse and persistence suite Drop the duplicate PIPELINE_RESPONSE_BUFFER_MS import and run dashboard store persistence under Vitest so the required check can go green for the reuse-after-524 cut. Co-authored-by: Hayden <groupthinking@users.noreply.github.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Hayden <groupthinking@users.noreply.github.com>
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Canonical issue
Closes studio.deploy YouTube bot residual after #1855 (
dpl_8DjoBuK8pE5MxE5L7SQaRgixivTK/ XYMcBrFSJ4c, receipter:gate:v1:wrun_01M2ACYVYXBHM0YVMX1WHMQ1PJ).Outcome
When Video Pack / transcript is already ready, Attempt deploy does not start URL-only
/videos/process(yt-dlp / “Sign in to confirm you’re not a bot”). It reuses the Studio transcript, still tries video-to-software for a verifiedhttps://live URL + EventRelay receipt, or HOLDs with the real miss — not the YouTube bot string and not the cleared residuals (UNKNOWN checks, workflow-run, return-value, BACKEND_URL).Scope
startStudioDeploy→ POST → WDKstudioDeployWorkflow→kickoffAsyncVideoJob/videos/processwhen a ready transcript exists--cookiessecretsRisk
Verification
Production evidence
eec86e675063dd8ffe762b2fc26fecfd6f4ae7f5dpl_BbFnnqTvYiVDfSFEDa43LQTFETTDuvai.io,www.uvai.io,v0-uvai.vercel.app,v0-uvai-garv1.vercel.app,v0-uvai-git-main-garv1.vercel.appAXIOM still needs a signed-in XYMcBrFSJ4c dogfood. PASS only with a verified https live URL + EventRelay receipt.
Agent handoff