yama-yeah

Results 5 comments of yama-yeah

I have solved that problem before by switching the display manager to lightDM. Not sure if it works the same way, but give it a try.

Yes, And I think it has to do with the total amount sent from python so far, not the length. I used to be able to communicate with bard normally,...

``` from bardapi import Bard import os import requests import os os.environ['_BARD_API_KEY']="MyToken" session = requests.Session() session.headers = { "Host": "bard.google.com", "X-Same-Domain": "1", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML,...

One thing I do know is that if I run this on another computer, the error goes away. Maybe it is restricted by IP address.

Only the computer was changed and the cookie values were executed identically. The Response Error still occurs there. After about 10 hours from the time the Response Error was confirmed,...