We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881c6c7 commit 72bdbe0Copy full SHA for 72bdbe0
src/lib/SunoApi.ts
@@ -281,7 +281,7 @@ class SunoApi {
281
282
logger.info('Waiting for Suno interface to load');
283
// await page.locator('.react-aria-GridList').waitFor({ timeout: 60000 });
284
- await page.waitForResponse('**/api/feed/v2**', { timeout: 60000 }); // wait for song list API call
+ await page.waitForResponse('**/api/project/**\\?**', { timeout: 60000 }); // wait for song list API call
285
286
if (this.ghostCursorEnabled)
287
this.cursor = await createCursor(page);
0 commit comments