dsdanielpark / Gemini-API

The unofficial python package that returns response of Google Gemini through cookie values.
https://pypi.org/project/python-gemini-api/
MIT License
160 stars 14 forks source link

Response None #23

Closed QuangDiy closed 6 months ago

QuangDiy commented 6 months ago

I have tried multiple times, but the response is still None. I hope you can help me resolve it. Screenshot 2024-03-18 140726

dsdanielpark commented 6 months ago

Try to run this code, and copy all returned text and give it to me.

response_text, code = GeminiClient.send_request("Hello, Gemini. What's the weather like in Seoul today?"
print(response_text)
QuangDiy commented 6 months ago

This is my response, hope it helps a little to solve Screenshot 2024-03-18 145351

dsdanielpark commented 6 months ago

Thank you for the detailed report. I'll combine this with issue #14 for processing.

If you find any solutions or ways to address this, I would appreciate it if you could share them.