Exoplanetarium
Exoplanetarium
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.
This is my steup for `/api/generate`, which used to work: ``` const url = "https://suno-api-three-xi.vercel.app/api/generate"; // not real deployment url const headers = { "Content-Type": "application/json" }; const payload =...
@karpoveech I checked the `/api/get_limit` query and it returned ``` { "credits_left": 50, "period": null, "monthly_limit": 50, "monthly_usage": 0 } ``` so it should work, but calling `/api/generate` returns the...
Thank you for that commit, I've added it to my clone of suno-api. Now it gives me the `Error: Failed to get session id, you may need to update the...
Unfortunately, nothing you've suggested has worked. The closest I got was a cookie the api did accept (`/api/get_limit` returned non-error) but I received a 403 Error when trying to call...
@blueeon many users are struggling with this issue and have been for several weeks now. I understand you may be prioritizing some other projects (like Album AI), but please come...
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.