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
{{ message }}
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
site-packages\Bard.py", line 275, in ask
chat_data = json.loads(resp.content.splitlines()[3])[0][2]
~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The issue was because changed my __Secure-1PSID, and the script dont report the Authentication error.
BUT now, apparently the __Secure-1PSID are changing very fast, from one day to another... how to prevent it? any way to automatically retrieve __Secure-1PSID ?
Any response from bard, now crashes:
site-packages\Bard.py", line 275, in ask
chat_data = json.loads(resp.content.splitlines()[3])[0][2]
~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: