Closed tmirkovic closed 1 week ago
Was getting errors when trying to extend a song.
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
task: 'extend'
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: https://github.com/gcui-art/suno-api/issues/172 https://github.com/gcui-art/suno-api/issues/71
Resolved by calling keepAlive before extend song request
keepAlive
@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.
Was getting errors when trying to extend a song.
Invalid Request Errors
Request would fail with:
Adding
task: 'extend'
to payload to match Suno client seems to resolve issueUnauthorized Errors
Another issue would happen only when extend song route was called first before other routes:
Likely same issue as described here: https://github.com/gcui-art/suno-api/issues/172 https://github.com/gcui-art/suno-api/issues/71
Resolved by calling
keepAlive
before extend song request