mirror of
https://github.com/HanaokaYuzu/Gemini-API.git
synced 2026-04-12 12:23:03 -06:00
generate images not working #23
Labels
No labels
advanced
advanced
bug
dependencies
discussion
documentation
duplicate
enhancement
good first issue
help wanted
invalid
model
pull-request
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mirrors/Gemini-API#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @a-sajjad72 on GitHub (Aug 18, 2024).
I was testing Gemini. Everything works seems to be fine rest of the image generation. I don't know why it is happening.
I tried these prompts which works fine
When I try a prompt with "generate image" it shows an error.
Traceback
@HanaokaYuzu commented on GitHub (Aug 30, 2024):
Debugging this could be tricky. According to user report, different accounts may have different response structure when generating image. If you know how to debug python code, please set a breakpoint at line 386, check the structure of
candidateand find out where those generated images are located. Without this info i can do nothing on my side.github.com/HanaokaYuzu/Gemini-API@03387314a2/src/gemini_webapi/client.py (L386-L403)@a-sajjad72 commented on GitHub (Aug 31, 2024):
sure i'll do that and update you in a while.
@HanaokaYuzu commented on GitHub (Aug 31, 2024):
Thanks, and pr is also welcomed :)
@a-sajjad72 commented on GitHub (Sep 7, 2024):
so this is the value of candidate. all the values are null.
but when I tried to check the
response.textfor the request, it contains some links. here is the sample@MisfiT2020 commented on GitHub (Sep 7, 2024):
managed to find any sol?
@HanaokaYuzu commented on GitHub (Sep 7, 2024):
Have pushed a fix, please update to the latest version and test it out. Thanks for the information provided.