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

> 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

Open
atlasborn opened this issue Nov 26, 2024 · 8 comments

Comments

@atlasborn
Copy link

image

This worked fine, but i founded other error: "token validation error", you could help me to fix it?

@bhushanrathod32
Copy link
Contributor

You need to create a song manually from website to pass Captcha verification

@bhushanrathod32
Copy link
Contributor

Error you mentioned only occur when calling generate api

@atlasborn
Copy link
Author

Error you mentioned only occur when calling generate api

Thank you! Now it's working!

@Germey
Copy link

Germey commented Nov 26, 2024

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:

@markus583
Copy link

@Germey Your solution does not work for me. I just get a timeout. Could you clarify that or share an example?

@andrew-stelmach
Copy link

fixed here #201

@Dakarator
Copy link

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:

API doesn't work.
any request:
[success] =>
[error] => Array
(
[code] => api_error
[message] => no free worker available in system
)
...

@Germey
Copy link

Germey commented Dec 1, 2024

@Germey Your solution does not work for me. I just get a timeout. Could you clarify that or share an example?

API doesn't work.
any request:
[success] =>
[error] => Array
(
[code] => api_error
[message] => no free worker available in system
)
...
We have optimized the speed and satability recent 2 days, please try now, it works. @Dakarator, @markus583

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

No branches or pull requests

6 participants