-
-
Notifications
You must be signed in to change notification settings - Fork 478
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
API times out (change in Suno UI?) #241
Comments
This should fix the issue
https://github.com/guillefixx/suno-api-1/blob/fix-button-locator-reference/src/lib/SunoApi.ts Edit: nevermind, this only worked for a day. |
Well, it seems they also updated the auth service:
|
What is the fix for this error. ? |
Honestly, no idea. I've been trying to fix it by myself but it goes beyond my knowledge. Some reverse engineering needs to be done to fix this API. At least these two things need to be done:
|
The fix is to move to Riffusion. I'm sorry, but I will no longer maintain suno-api because it's just much more feasible to move to a competitor. Until someone figures out how to properly bypass/solve the Cloudflare Turnstile CAPTCHA, I will definitely not develop this project any further. The anti-bot pressure that Suno makes ('fake app' & 403 bans) is genuinely so bad that it affects normal users. Riffusion is also way better for free users. Test it out on www.riffusion.com if you haven't already. I will not make my Riffusion API project public, as you know what Suno did to suno-api, but I can give you access when I will finish it. Just message me on Discord/Telegram in my bio. |
Describe the bug
I believe Suno's website UI recently changed, which is making playwright fail to find the create button. Inside of src/lib/SunoApi.ts:
I tried changing it to be like this but got the same issue:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Two generated songs should be retrieved as a response.
Desktop:
Additional context
Full terminal trace:
The text was updated successfully, but these errors were encountered: