Skip to content

[Bug]: LangGraph Podcast referencing project 522309567947 #2008

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

Open
1 task done
mahsanghani opened this issue May 1, 2025 · 0 comments
Open
1 task done

[Bug]: LangGraph Podcast referencing project 522309567947 #2008

mahsanghani opened this issue May 1, 2025 · 0 comments
Assignees

Comments

@mahsanghani
Copy link

mahsanghani commented May 1, 2025

File Name

gemini/orchestration /langgraph_gemini_podcast.ipynb

What happened?

Running synthesize_speech() returns permission denied to project 522309567947 even though personal project was referenced earlier in the notebook, please find reference logs attached herewith.

Relevant log output

code:

    # Generate audio using the Text-to-Speech API
    response = client.synthesize_speech(
        input=synthesis_input, voice=voice, audio_config=audio_config
    )


output:

InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.PERMISSION_DENIED
	details = "Cloud Text-to-Speech API has not been used in project 522309567947 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/texttospeech.googleapis.com/overview?project=522309567947 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry."
	debug_error_string = "UNKNOWN:Error received from peer ipv4:142.251.16.95:443 {grpc_message:"Cloud Text-to-Speech API has not been used in project 522309567947 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/texttospeech.googleapis.com/overview?project=522309567947 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.", grpc_status:7, created_time:"2025-05-01T16:38:36.607478652+00:00"}">

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants