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
When trying to use the Pro model to generate images, the parser returns errors to client.py decorators.py, it is not possible to use Nano Banana Pro.
`
❌ [Gen] Critical Error: Failed to generate contents. Invalid response data received. Client will try to re-initialize on next request.
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 376, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise Exception
Jan 28 10:24:59 actvfodzid python[1463610]: Exception
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 402, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise Exception
Jan 28 10:24:59 actvfodzid python[1463610]: Exception
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/utils/decorators.py", line 39, in wrapper
Jan 28 10:24:59 actvfodzid python[1463610]: return await func(client, *args, **kwargs)
Jan 28 10:24:59 actvfodzid python[1463610]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 407, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise APIError(
Jan 28 10:24:59 actvfodzid python[1463610]: gemini_webapi.exceptions.APIError: Failed to generate contents. Invalid response data received. Client will try to re-initialize on next request.
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 376, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise Exception
Jan 28 10:24:59 actvfodzid python[1463610]: Exception
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 402, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise Exception
Jan 28 10:24:59 actvfodzid python[1463610]: Exception
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/utils/decorators.py", line 32, in wrapper
Jan 28 10:24:59 actvfodzid python[1463610]: return await func(client, *args, **kwargs)
Jan 28 10:24:59 actvfodzid python[1463610]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 407, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise APIError(
Jan 28 10:24:59 actvfodzid python[1463610]: gemini_webapi.exceptions.APIError: Failed to generate contents. Invalid response data received. Client will try to re-initialize on next request.
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 376, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise Exception
Jan 28 10:24:59 actvfodzid python[1463610]: Exception
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 402, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise Exception
Jan 28 10:24:59 actvfodzid python[1463610]: Exception
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/botVK.py", line 4505, in cmd_generate_image
Jan 28 10:24:59 actvfodzid python[1463610]: response = await client.generate_content(
Jan 28 10:24:59 actvfodzid python[1463610]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/utils/decorators.py", line 47, in wrapper
Jan 28 10:24:59 actvfodzid python[1463610]: return await wrapper(client, *args, retry=retry - 1, **kwargs)
Jan 28 10:24:59 actvfodzid python[1463610]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/utils/decorators.py", line 47, in wrapper
Jan 28 10:24:59 actvfodzid python[1463610]: return await wrapper(client, *args, retry=retry - 1, **kwargs)
Jan 28 10:24:59 actvfodzid python[1463610]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/utils/decorators.py", line 32, in wrapper
Jan 28 10:24:59 actvfodzid python[1463610]: return await func(client, *args, **kwargs)
Jan 28 10:24:59 actvfodzid python[1463610]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 407, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise APIError(
Jan 28 10:24:59 actvfodzid python[1463610]: gemini_webapi.exceptions.APIError: Failed to generate contents. Invalid response data received. Client will try to re-initialize on next request.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to use the Pro model to generate images, the parser returns errors to client.py decorators.py, it is not possible to use Nano Banana Pro.
`
❌ [Gen] Critical Error: Failed to generate contents. Invalid response data received. Client will try to re-initialize on next request.
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 376, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise Exception
Jan 28 10:24:59 actvfodzid python[1463610]: Exception
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 402, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise Exception
Jan 28 10:24:59 actvfodzid python[1463610]: Exception
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/utils/decorators.py", line 39, in wrapper
Jan 28 10:24:59 actvfodzid python[1463610]: return await func(client, *args, **kwargs)
Jan 28 10:24:59 actvfodzid python[1463610]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 407, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise APIError(
Jan 28 10:24:59 actvfodzid python[1463610]: gemini_webapi.exceptions.APIError: Failed to generate contents. Invalid response data received. Client will try to re-initialize on next request.
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 376, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise Exception
Jan 28 10:24:59 actvfodzid python[1463610]: Exception
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 402, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise Exception
Jan 28 10:24:59 actvfodzid python[1463610]: Exception
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/utils/decorators.py", line 32, in wrapper
Jan 28 10:24:59 actvfodzid python[1463610]: return await func(client, *args, **kwargs)
Jan 28 10:24:59 actvfodzid python[1463610]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 407, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise APIError(
Jan 28 10:24:59 actvfodzid python[1463610]: gemini_webapi.exceptions.APIError: Failed to generate contents. Invalid response data received. Client will try to re-initialize on next request.
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 376, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise Exception
Jan 28 10:24:59 actvfodzid python[1463610]: Exception
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 402, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise Exception
Jan 28 10:24:59 actvfodzid python[1463610]: Exception
Jan 28 10:24:59 actvfodzid python[1463610]: During handling of the above exception, another exception occurred:
Jan 28 10:24:59 actvfodzid python[1463610]: Traceback (most recent call last):
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/botVK.py", line 4505, in cmd_generate_image
Jan 28 10:24:59 actvfodzid python[1463610]: response = await client.generate_content(
Jan 28 10:24:59 actvfodzid python[1463610]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/utils/decorators.py", line 47, in wrapper
Jan 28 10:24:59 actvfodzid python[1463610]: return await wrapper(client, *args, retry=retry - 1, **kwargs)
Jan 28 10:24:59 actvfodzid python[1463610]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/utils/decorators.py", line 47, in wrapper
Jan 28 10:24:59 actvfodzid python[1463610]: return await wrapper(client, *args, retry=retry - 1, **kwargs)
Jan 28 10:24:59 actvfodzid python[1463610]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/utils/decorators.py", line 32, in wrapper
Jan 28 10:24:59 actvfodzid python[1463610]: return await func(client, *args, **kwargs)
Jan 28 10:24:59 actvfodzid python[1463610]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 28 10:24:59 actvfodzid python[1463610]: File "/root/derpibotVK/gemini_webapi/client.py", line 407, in generate_content
Jan 28 10:24:59 actvfodzid python[1463610]: raise APIError(
Jan 28 10:24:59 actvfodzid python[1463610]: gemini_webapi.exceptions.APIError: Failed to generate contents. Invalid response data received. Client will try to re-initialize on next request.
`
Beta Was this translation helpful? Give feedback.
All reactions