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

Fix errors when extending song #188

Merged
merged 2 commits into from
Nov 16, 2024
Merged

Conversation

tmirkovic
Copy link
Contributor

@tmirkovic tmirkovic commented Nov 10, 2024

Was getting errors when trying to extend a song.

Invalid Request Errors

Request would fail with:

Error extend audio: {"detail":"Invalid request. Inconsistent task and generation params"}

Adding task: 'extend' to payload to match Suno client seems to resolve issue

Unauthorized Errors

Another issue would happen only when extend song route was called first before other routes:

Error extend audio: {"detail":"Unauthorized"}

Likely same issue as described here:
#172
#71

Resolved by calling keepAlive before extend song request

Copy link

vercel bot commented Nov 10, 2024

@tmirkovic is attempting to deploy a commit to the Linkly AI LLC's projects Team on Vercel.

A member of the Team first needs to authorize it.

@tmirkovic tmirkovic changed the title Fix extending song Fix errors when extending song Nov 10, 2024
@blueeon blueeon merged commit c82e4c3 into gcui-art:main Nov 16, 2024
1 check failed
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

Successfully merging this pull request may close these issues.

2 participants