Skip to content
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

Getting Started with the Vertex AI Agent API - #162

Open
Rkiouak opened this issue Jan 8, 2025 · 0 comments
Open

Getting Started with the Vertex AI Agent API - #162

Rkiouak opened this issue Jan 8, 2025 · 0 comments

Comments

@Rkiouak
Copy link

Rkiouak commented Jan 8, 2025

When running "Step 1: Create an Agent"'s first cell, the below error is thrown:


---------------------------------------------------------------------------
_InactiveRpcError                         Traceback (most recent call last)
[/usr/local/lib/python3.10/dist-packages/google/api_core/grpc_helpers.py](https://localhost:8080/#) in error_remapped_callable(*args, **kwargs)
     75         try:
---> 76             return callable_(*args, **kwargs)
     77         except grpc.RpcError as exc:

6 frames
_InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNIMPLEMENTED
	details = "Method not found."
	debug_error_string = "UNKNOWN:Error received from peer ipv4:142.251.183.95:443 {grpc_message:"Method not found.", grpc_status:12, created_time:"2025-01-08T18:40:46.523924146+00:00"}"
>

The above exception was the direct cause of the following exception:

MethodNotImplemented                      Traceback (most recent call last)
[/usr/local/lib/python3.10/dist-packages/google/api_core/grpc_helpers.py](https://localhost:8080/#) in error_remapped_callable(*args, **kwargs)
     76             return callable_(*args, **kwargs)
     77         except grpc.RpcError as exc:
---> 78             raise exceptions.from_grpc_error(exc) from exc
     79 
     80     return error_remapped_callable

MethodNotImplemented: 501 Method not found.

image

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

1 participant