Closed 2-3-5-7 closed 1 year ago
same issue
Update cookie
Refresh the cookie (use new __Secure-1PSID) still yield the same result, version 1.3.1
Update cookie
updated still same issue.
Can you guys check the location of the redirect? Might be a regional redirect
I printed resp.headers, the location is https://bard.google.com/?hl=en
("content-type", "application/binary"),
("vary", "Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site"),
("cache-control", "no-cache, no-store, max-age=0, must-revalidate"),
("pragma", "no-cache"),
("expires", "Mon, 01 Jan 1990 00:00:00 GMT"),
("date", "Sat, 10 Jun 2023 15:01:08 GMT"),
("location", "https://bard.google.com/?hl=en"),
("p3p", 'CP="This is not a P3P policy! See g.co/p3phelp for more info."'),
(
"content-security-policy",
"script-src 'report-sample' 'nonce-Fay09JUjMmKvDARSEzmqiw' 'unsafe-inline';object-src 'none';base-uri 'self';report-uri /_/BardChatUi/cspreport;worker-src 'self'",
),
....
follow_redirects seems work, there is no problem with 1.3.2 now
use the example code from README
result