-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
query ids= doesnt return the list i gave it #187
Comments
so outside host are not allowed to get a single music with id?, single clip are also returning Not Found
|
Hey, are the cookies working for you? Can't seem to make it work, having the "Internal server error. Error: Failed to get session id, you may need to update the SUNO_COOKIE". |
the cookies are working just fine for me |
Hey, Ctom. Thank you for the replay. I know this is completely OT, but can't seem to get any response outside.
I'm using the apparently correct value, as shown in the GIF. Nevertheless, it has a different structure now, and I've tested several ways to extract the cookie, with no success.
Would you be so kind to show me what value are you succesfully using as a cookie? Tried copying many different parts (and of course the whole thing aswell), with no success.
Here's a screenshot of mine.
PS: Thanks again, and sorry for the brief OT.
…________________________________
De: CtomDevs ***@***.***>
Enviado: lunes, 11 de noviembre de 2024 02:47
Para: gcui-art/suno-api ***@***.***>
Cc: uisato ***@***.***>; Comment ***@***.***>
Asunto: Re: [gcui-art/suno-api] query ids= doesnt return the list i gave it (Issue #187)
the cookies are working just fine for me
—
Reply to this email directly, view it on GitHub<#187 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUJCRRDJYYYOT7I2FZWCQQL2AAEEJAVCNFSM6AAAAABRM6TMW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRXGA3TINJSGY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I dont know if this is a bug or something changed to suno api, i feel like i am missing something, when i try to get api/get with no ids it works just fine, it returns every music in my account, but when i fetch it with ids
api/get/?ids=some_id_here
which fetch
https://studio-api.suno.ai/api/feed?ids=some_id_here
it returns
404: data: { detail: 'Not found.' }
Im i missing something? or does this broken for everyone else as well?Expected behavior
Returns musics ids detail
Screenshots
The text was updated successfully, but these errors were encountered: