diff --git a/lib/routes/bilibili/cache.ts b/lib/routes/bilibili/cache.ts index f2dfc3349..86699ef7e 100644 --- a/lib/routes/bilibili/cache.ts +++ b/lib/routes/bilibili/cache.ts @@ -26,6 +26,7 @@ const getCookie = () => { }); await page.goto('https://space.bilibili.com/1/dynamic'); const cookieString = await waitForRequest; + logger.debug(`Got bilibili cookie: ${cookieString}`); return cookieString; });