You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: capture fresh Set-Cookie headers from NotebookLM homepage
Google rotates SIDCC, __Secure-*PSIDCC, and NID cookies on every
page load. Python's httpx captures these automatically via its cookie
jar, but Node.js fetch() does not. Without the fresh cookies, all
RPC calls return error code [5] (null result).
Now parses Set-Cookie headers from the homepage GET response and
merges them into the cookie record before building the Cookie header
for subsequent RPC POST requests.
0 commit comments