-
-
Notifications
You must be signed in to change notification settings - Fork 500
Is this repository no longer being maintained? #221
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
Comments
Welp, not anymore. See my PR #222 . |
This repo is effectively dead as suno has implemented more effective anti-bot measures. You could try claude computer use or open the browser, then copy the headers there |
@andrew-stelmach as I said, my PR linked above currently works, and I'm waiting for it to be merged |
@gohoski - hey actually I think it stopped working. I'm seeing this in the create song request now. Any thoughts on where the CREATE_SESSION_TOKEN comes from? |
@ethanitovitch The problem is definitely not in the absence of create_session_token, I am running suno-api perfectly on the current commit. Try to pass BROWSER_HEADLESS=false in the env file and see what is happening. Maybe you also have the same problem as this? |
@gohoski - so everything is working but my songs all contain a verse about "this is a fake app" like as if suno is trolling me lol |
@ethanitovitch Make sure you are actually using rebrowser-playwright-core instead of the official Playwright package. Try ti disable BROWSER_GHOST_CURSOR and set the BROWSER to chromium. Anyway, I think it's better to move into DMs (Discord/Telegram in my bio) to not trash this issue, but I will respond here nonetheless. |
I believe that once your account is flagged as using third party software/API, even if you create song yourself manually you'll get the 'this is fake app' verse.. |
@gohoski - yah issue was I was using regular playright not |
The PR has been merged and this should be fixed now. Please close this issue as completed. |
I encountered a 401 error, and after reviewing numerous issues, it seems that no solution is available. While the service still works on the website, does this mean API calls are no longer supported or maintained?
I attempted the following in attempt #201:
// Define the Clerk version as a constant or fetch it dynamically
const STABLE_CLERK_VERSION = "4.74.0";
this.clerkVersion = STABLE_CLERK_VERSION;
However, it didn’t work.
Is there currently no solution other than the one provided on this website?
https://platform.acedata.cloud/documents/suno-audios-integration?inviter_id=4d9dd7c3-a786-4369-8fcb-61e50f321ea0
The text was updated successfully, but these errors were encountered: