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
it might be possible that its a permission issue, but i'm not sure about which permission is disabled, as i checked on the GCP and the gemini api is already enabled.
pls let me know if there's something wrong which i'm doing. thanks in advance!
Relevant log output
.exceptions.ConnectionClosedError: received 1008 (policy violation) Request trace id: f7ae7f8ad1a75738, Project 'projects/ project-xyz ' not found or deleted.;then sent 1008 (policy violation) Request trace id: f7ae7f8ad1a75738, Project 'projects/ project-xyz ' not found or deleted.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
File Name
gemini/multimodal-live-api/websocket-demo-app/backend/main.py
What happened?
i'm trying out websocket demo app (https://github.com/GoogleCloudPlatform/generative-ai/tree/main/gemini/multimodal-live-api/websocket-demo-app), but this is the error which i'm getting (attached in the log output) while trying to click and connect to the gemini on web UI.
i also verified that my project name is same as that setup in
script.js
of frontend folder.i also checked this and it returned my project name:
the output of this code is
project-xyz
.it might be possible that its a permission issue, but i'm not sure about which permission is disabled, as i checked on the GCP and the gemini api is already enabled.
pls let me know if there's something wrong which i'm doing. thanks in advance!
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: