-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gemini_webapi.GeminiClient()
not able to retrieve cookies
#33
Comments
My bad, I oversighted the Warning which shows EDIT: I tired it but this issue occurs @HanaokaYuzu What do you think about the |
Actually the current mechanism does exactly what you suggested: when client is successfully initialized, the valid cookie value will be stored to a local file and keeps updating in background when client is running. Later every time the client tries to initialize, the stored cookie will be used even if browser_cookie3 raises an error. If your client initialized successfully but browser_cookie3 raised an error, it shouldn't affect the client's functionality and can be ignored (or even uninstalled) |
but the client not inialize when the chromium browsers are running. it failed to get the cookie files. the client only successfully initialized when the browser is closed successfully. This behaviour is happened when |
…d cookies instead of raising value error ref #33
Implemented an enhancement in v1.6.1. Now after a successful initialization, |
I am experiencing issues while initiating a connection to Gemini using
GeminiClient()
. I had tried it on two machines with two different browsers.It gives error of
ValueError: Failed to load cookies from local browser. Please pass cookie values manually.
By passing the values manually it works like a charm.I am not sure whether I post this issue here or on
browser-cookie3
repo. I will give you more details if you need any information to resolve this issue. Thank You 😃Warm Regards,
Sajjad Ali
Traceback
The text was updated successfully, but these errors were encountered: