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

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

Open
kilosonc opened this issue Apr 1, 2024 · 6 comments
Open

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

kilosonc opened this issue Apr 1, 2024 · 6 comments
Labels
question Further information is requested

Comments

@kilosonc
Copy link

kilosonc commented Apr 1, 2024

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!

@blueeon blueeon added the question Further information is requested label Apr 1, 2024
@blueeon
Copy link
Contributor

blueeon commented Apr 2, 2024

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

@manfen100
Copy link

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

api resopnse
{
"detail": "Unauthorized"
}

@blueeon
Copy link
Contributor

blueeon commented Apr 10, 2024

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

@alessandro-newzoo
Copy link

I noticed in the README it mentions:

  • Automatically keep the account active.

Does that mean it should refresh the cookies automatically?

@blueeon
Copy link
Contributor

blueeon commented May 11, 2024

@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.

@alessandro-newzoo
Copy link

I see, thanks @blueeon !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants