Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Exception has occurred: Exception SNlM0e value not found in response. Check __Secure-1PSID value. #68

Closed
Mrithul-E opened this issue Jul 15, 2023 · 7 comments

Comments

@Mrithul-E
Copy link

Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\Bard.py", line 63, in init
self.async_chatbot = self.loop.run_until_complete(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\Bard.py", line 143, in create
instance.SNlM0e = await instance.__get_snlm0e()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\Bard.py", line 226, in __get_snlm0e
raise Exception(
Exception: SNlM0e value not found in response. Check __Secure-1PSID value.

@sanduvasilebogdan
Copy link

I have the same problem

@Mrithul-E
Copy link
Author

Mrithul-E commented Jul 16, 2023

i used the token from my two Gmail accounts. when used the token from my second account the first try worked then then other tries don't worked and i used other library for use bard from python the same issue...😠

@hung-scopely
Copy link

@Mrithul-E Bard now requires 3 different types of cookies __Secure-1PAPISID, __Secure-1PSIDTS, __Secure-1PSIDCC and one of them is rotated every 20 mins. This makes the whole implementation becomes impossible.

@thisago
Copy link

thisago commented Jul 18, 2023

it's just requiring: __Secure-1PSID and __Secure-1PSIDTS

Working one: https://github.com/thisago/bard/blob/master/src/bard.nim

@SelimWaly
Copy link

Provide your script.

@thisago
Copy link

thisago commented Aug 2, 2023

Provide your script.

As I said, here's the lib: https://github.com/thisago/bard/blob/master/src/bard.nim

@acheong08
Copy link
Owner

it's just requiring: __Secure-1PSID and __Secure-1PSIDTS

Already implemented

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants