gcui-art / suno-api

Use API to call the music generation AI of suno.ai, and easily integrate it into agents like GPTs.
https://suno.gcui.ai
GNU Lesser General Public License v3.0
1.13k stars 257 forks source link

Can not generate audio #126

Open hanhnq opened 1 month ago

hanhnq commented 1 month ago

Describe the bug When I access https://suno.gcui.art/docs and try to generate audio, it show Error: response status is 500

To Reproduce Steps to reproduce the behavior:

  1. Go to '/api/generate'
  2. Click on 'Try it out'
  3. Scroll down to 'Execute'
  4. See error

Screenshots image

mshartman commented 1 month ago

Having the same issue with my local code - which was working just fine last week. Error: response status is 500 for /api/generate despite the /api/get_limit working.

calvinusesyourcode commented 1 month ago

Seems that suno broke it on purpose...

swumagic commented 1 month ago

Seems that suno broke it on purpose...看来suno是故意破坏的……

you need to update the SUNO_COOKIE every seven days。my client?_clerk_js_version=4.73.3 API IS OK

swumagic commented 1 month ago

Describe the bug 描述错误 When I access https://suno.gcui.art/docs and try to generate audio, it show Error: response status is 500 当我访问 https://suno.gcui.art/docs 并尝试生成音频时,它显示错误:响应状态为 500

To Reproduce 重现 Steps to reproduce the behavior:重现该行为的步骤:

  1. Go to '/api/generate' 转到“/api/generate”
  2. Click on 'Try it out'点击“尝试一下”
  3. Scroll down to 'Execute'向下滚动到“执行”
  4. See error 查看错误

Screenshots 截图 image

you need to update the SUNO_COOKIE every seven days。my client?_clerk_js_version=4.73.3 API IS OK

MelvinMaonn commented 1 month ago

Describe the bug 描述错误 When I access https://suno.gcui.art/docs and try to generate audio, it show Error: response status is 500 当我访问 https://suno.gcui.art/docs 并尝试生成音频时,它显示错误:响应状态为 500 To Reproduce 重现 Steps to reproduce the behavior:重现该行为的步骤:

  1. Go to '/api/generate' 转到“/api/generate”
  2. Click on 'Try it out'点击“尝试一下”
  3. Scroll down to 'Execute'向下滚动到“执行”
  4. See error 查看错误

Screenshots 截图 image

you need to update the SUNO_COOKIE every seven days。my client?_clerk_js_version=4.73.3 API IS OK

I have the same problem, and I have updated the cookie, it worked before this week, but dosen't work today. Can you still access the api of suno now?

brandonsturgeon commented 1 month ago

And update?

Exoplanetarium commented 1 month ago

I have the same problem. Returns Error data: {"error": "Internal server error: undefined"} (my personal logs) even though the /api/get_limit endpoint works for the vercel server I'm using.