-
Notifications
You must be signed in to change notification settings - Fork 20
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
Issue in Renewing Token #10
Comments
If I hardcode the jwt from the web browser. Further error is show while using INFO:SunoAI:Generating Audio...
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): studio-api.suno.ai:443
DEBUG:urllib3.connectionpool:https://studio-api.suno.ai:443 "POST /api/generate/v2/ HTTP/11" 401 None
DEBUG:SunoAI:{"detail": "Unauthorized"}
ERROR:SunoAI:Audio Generate Failed ⁉️
ERROR:app:Error generating song: Error response: {"detail": "Unauthorized"}
ERROR:app:Exception on /api/v1/songs [POST]
Traceback (most recent call last):
File "/app/api/v1/routes.py", line 53, in post
songs = generate_song(
File "/app/services/song_generator.py", line 49, in generate_song
clips = client.generate(
File "/.venv/lib/python3.10/site-packages/suno/suno.py", line 146, in generate
raise Exception(f"Error response: {response.text}")
Exception: Error response: {"detail": "Unauthorized"} |
I see a request being consistently made in the application (ie when using suno.com)
|
Damn it! Just noticed the same issue. Also for us this is critical. Would be highly interested in a fix. |
Is there anything I could do or test to try to resolve this. Currently I am clueless how to proceed. |
We've temporarily moved to Udio API Pro. I couldn't work something out in time so we moved to this. Suno themselves are working on an API so this seems like an effort to cut off projects like this one. |
Udioapi team said the longer times are due to the new model release. They are working to improve on that. |
I think Suno has hardened the security.
Thus it is throwing an error that CAPTCHA verification is required.
Here's a log:
Please let me know if some fix is available. We have an app in production and thus need help to resolve this quickly.
The text was updated successfully, but these errors were encountered: