-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
> private async getClerkLatestVersion() { ... // Define the Clerk version as a constant or fetch it dynamically const STABLE_CLERK_VERSION = "4.74.0"; this.clerkVersion = STABLE_CLERK_VERSION; } #204
Comments
You need to create a song manually from website to pass Captcha verification |
Error you mentioned only occur when calling generate api |
Thank you! Now it's working! |
Actually SUNO hCaptcha detected not only the captcha result, but also detect the mouse path, clicking behavior, etc. The crack result token contains all of the behavior infos. And SUNO can know if you are a real human according to the final hCaptcha crack token. So, the only way is you need to totally simulate the human behavior of hCaptcha using browser, otherwise you will always get "This is a fake app....", even though you cracked it. I have successfully cracked using above solution, and now it works well now, and the result does not contains "This is a fake app anymore". Also I exposed and provided above API for suno, but paid, just FYI if you are interested: |
@Germey Your solution does not work for me. I just get a timeout. Could you clarify that or share an example? |
fixed here #201 |
API doesn't work. |
|
This worked fine, but i founded other error: "token validation error", you could help me to fix it?
The text was updated successfully, but these errors were encountered: