suno-api icon indicating copy to clipboard operation
suno-api copied to clipboard

[Question] Is this a real keep-alive service?

Open kilosonc opened this issue 11 months ago • 7 comments

Hello guys, thanks for your amazing work. But I have to ask, is this a service which could keep running? Cause I noticed this project used cookie which expires in 7 days.

curl -H "cookie: ..." https://clerk.suno.ai/v1/client\?_clerk_js_version\=4.70.5 | jq .

{
  "response": {
    "sessions": [
      {
        "expire_at": 1712040580998,
        "abandon_at": 1714027780998,
        "last_active_at": 1711454082099,
  ...
}

So could we use a discord bot like this project https://github.com/erictik/midjourney-api

Many thanks!

kilosonc avatar Apr 01 '24 08:04 kilosonc

We are currently putting this issue to the test, hoping to uncover a conclusive answer.

blueeon avatar Apr 02 '24 12:04 blueeon

We are currently putting this issue to the test, hoping to uncover a conclusive answer.我们目前正在测试这个问题,希望能找到一个结论性的答案。

api resopnse { "detail": "Unauthorized" }

manfen100 avatar Apr 09 '24 02:04 manfen100

@manfen100 Please provide more context, otherwise we won’t know what issue you are trying to address.

blueeon avatar Apr 10 '24 08:04 blueeon

I noticed in the README it mentions:

  • Automatically keep the account active.

Does that mean it should refresh the cookies automatically?

alessandro-newzoo avatar May 10 '24 08:05 alessandro-newzoo

@alessandro-newzoo You got it right, the project indeed achieved automatic cookie refreshment. However, during testing, we found that suno’s account needs to be logged in again after about 7 days. So far, we haven’t found a good solution yet.

blueeon avatar May 11 '24 05:05 blueeon

I see, thanks @blueeon !

alessandro-newzoo avatar May 15 '24 07:05 alessandro-newzoo

sumosuno.com seems to have figured this out as a SAAS. Any thoughts on what can be done here?

FergaliciousPixelicious avatar Jun 19 '24 02:06 FergaliciousPixelicious